-
Notifications
You must be signed in to change notification settings - Fork 638
KIKIMR-20100: Add background cleaning #513
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
Conversation
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit c2d4184.
🔴 linux-x86_64-release-asan: some tests FAILED for commit c2d4184.
|
0ddc246
to
0648e9f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not simplified enough after switching to single actor per node.
Also several problems with internal drop operations execution.
@@ -387,7 +389,9 @@ message TTableDescription { | |||
repeated TSequenceDescription Sequences = 39; | |||
|
|||
optional TTableReplicationConfig ReplicationConfig = 40; | |||
|
|||
optional bool Temporary = 41; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also there is problem that temporary tables must be ignored by backups. Somehow.
ce05f61
to
c2d4184
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes are proposed. Otherwise in general looks good.
ydb/core/tx/schemeshard/ut_background_cleaning/ut_background_cleaning.cpp
Outdated
Show resolved
Hide resolved
ydb/core/tx/schemeshard/ut_background_cleaning/ut_background_cleaning.cpp
Outdated
Show resolved
Hide resolved
ydb/core/tx/schemeshard/ut_background_cleaning/ut_background_cleaning.cpp
Outdated
Show resolved
Hide resolved
break; | ||
default: { | ||
BackgroundCleaningQueue->OnDone(pathId); | ||
EnqueueBackgroundCleaning(pathId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a potential for the eternal loop?
c2d4184
to
0d60bb9
Compare
No description provided.