[DNR] [WIP] db: introduce span policy enforcer#5735
[DNR] [WIP] db: introduce span policy enforcer#5735xinhaoz wants to merge 4 commits intocockroachdb:masterfrom
Conversation
a08918c to
6320ca1
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
6320ca1 to
4a06982
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
d8fcfbd to
e5a68a1
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
db3afe5 to
532093f
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
532093f to
47ae8c1
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
47ae8c1 to
2f4ff3d
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
2f4ff3d to
cdb67ff
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
cdb67ff to
d2bbe87
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
d2bbe87 to
7aadbd4
Compare
7aadbd4 to
af8844c
Compare
Add NextFile function to ScanCursor, which returns the first file after the cursor position.
Add a background span policy enforcer that scans the LSM to detect files violating compression policies and marks them for policy enforcement compaction (a new compaction type that will be introduced in a later commit). Currently disabled by default, this initial implementation scans at a rate of 1 file per second, and checks only for a violation on the compression settings in the span policy. Part of: cockroachdb#5657
af8844c to
2d29ad0
Compare
Potential Bug(s) DetectedThe three-stage Claude Code analysis has identified potential bug(s) in this PR that may warrant investigation. Next Steps: Note: When viewing the workflow output, scroll to the bottom to find the Final Analysis Summary. After you review the findings, please tag the issue as follows:
|
Add new policy enforcement compaction type which rewrites files to comply with updated span policies (e.g., compression settings).
2d29ad0 to
1e92b86
Compare
No description provided.