Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

注意算法中只能支持到2024-11-20 21:24:16 #100

Open
lins0621 opened this issue Nov 20, 2024 · 14 comments
Open

注意算法中只能支持到2024-11-20 21:24:16 #100

lins0621 opened this issue Nov 20, 2024 · 14 comments

Comments

@lins0621
Copy link

lins0621 commented Nov 20, 2024

  • delta seconds: The next 28 bits, represents delta seconds since a customer epoch(2016-05-20 00:00:00.000). Supports about 8.7 years until to 2024-11-20 21:24:16

    请注意这个默认值

  • @lins0621 lins0621 changed the title 2024-11-20 21:24:16 注意算法中只能支持到2024-11-20 21:24:16 Nov 20, 2024
    @3himmers
    Copy link

    笑死了 我司已经出现生产事故

    @WongSilver
    Copy link

    笑死了 生产事故+1

    @wangjunjia955
    Copy link

    今天生成的UID成负数了

    @ashinewu
    Copy link

    文档里写的很清楚了。为啥用的时候不改呢
    image

    @syzpig
    Copy link

    syzpig commented Nov 21, 2024

    笑死了 生产事故+1

    你好,你们是如何解决的,会后续胡重复吗

    @syzpig
    Copy link

    syzpig commented Nov 21, 2024

    笑死了 我司已经出现生产事故

    你好,你们是如何解决的,后续会存在触发吗

    @syzpig
    Copy link

    syzpig commented Nov 21, 2024

    今天生成的UID成负数了

    你好,你们是如何解决的,会存在重复吗

    @WongSilver
    Copy link

    笑死了 生产事故+1

    你好,你们是如何解决的,会后续胡重复吗

    用hutool的生成了

    @syzpig
    Copy link

    syzpig commented Nov 21, 2024

    笑死了 生产事故+1

    你好,你们是如何解决的,会后续胡重复吗

    用hutool的生成了

    也就是换了uuid生成算法了是吧,那两套规则生产的,可能会存在碰撞冲突的吧

    @dfshi036
    Copy link

    各位大神都是怎么解决的?

    @RayTingTop
    Copy link

    笑死, 我们也遇到这个问题了....

    @RayTingTop
    Copy link

    我在readme里看到可以通过修改默认的策略, 延长使用时长, 先按照他的改了
    111

    @cpfo
    Copy link

    cpfo commented Nov 26, 2024

    调整下位数

        /** Bits allocate */
        protected int timeBits = 30;
        protected int workerBits = 22;
        protected int seqBits = 11;

    @mack-wang
    Copy link

    生产事故+1,建议官方直接修改默认值,改成那个较长时间有效的。

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    10 participants