You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've discovered that the way xid creates ids with time is causing uint wrap around.
See more information here
Although we opened the issue, I don't think it's going to be fixed in the near future (repository is not really being maintained)
We need to do some research and understand the implications of this bug on our data structure and how to mitigate them:
Are partitions really being created in descending order - if so can we identify when that will stop being the case
What are the implications of upgrading to a version with a fix / a different package that does not have this issue
Currently Unified GC is working without optimizations so this issue does not affect it ATM. We need to think about how to approach this once we will need to implement the cutoff optimizations.
The text was updated successfully, but these errors were encountered:
We've discovered that the way xid creates ids with time is causing uint wrap around.
See more information here
Although we opened the issue, I don't think it's going to be fixed in the near future (repository is not really being maintained)
We need to do some research and understand the implications of this bug on our data structure and how to mitigate them:
The text was updated successfully, but these errors were encountered: