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
The import is dependent on syncTask, which in turn relies on the
allocator. This PR pre-allocate the necessary IDs for import syncTask.
issue: #33957
---------
Signed-off-by: bigsheeper <[email protected]>
This PR removes the dependency of compaction on the ID allocator by
pre-allocating the logID and segmentID.
issue: #33957
---------
Signed-off-by: bigsheeper <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.
Is there an existing issue for this?
What would you like to be added?
Due to the need for pooling, we need to remove the dependency of compaction and import on the ID allocator.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: