We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://seata.io/zh-cn/blog/seata-analysis-UUID-generator 原文的nextId()方法 没有waitIfNecessary(),个人理解 目前IdWorker中的的超前时间是相对于已生成UID使用的时间戳的“超前”,结束时间是到当前时间 一但时间追赶上,就会进入阻塞的逻辑,原文中的描述有一点误导性
The text was updated successfully, but these errors were encountered:
@jojoecfy look forward a PR to fix it.
Sorry, something went wrong.
No branches or pull requests
https://seata.io/zh-cn/blog/seata-analysis-UUID-generator
原文的nextId()方法 没有waitIfNecessary(),个人理解 目前IdWorker中的的超前时间是相对于已生成UID使用的时间戳的“超前”,结束时间是到当前时间 一但时间追赶上,就会进入阻塞的逻辑,原文中的描述有一点误导性
The text was updated successfully, but these errors were encountered: