mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
feat: introduce high_watermark for remote wal logstore (#5877)
* feat: introduce high_watermark_since_flush * test: add unit test for high watermark * refactor: submit a request instead * fix: send reply before submit request * fix: no need to update twice * feat: update high watermark in background periodically * test: update unit tests * fix: update high watermark periodically * test: update unit tests * chore: apply review comments * chore: rename * chore: apply review comments * chore: clean up * chore: apply review comments
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -6416,6 +6416,7 @@ dependencies = [
|
||||
"common-test-util",
|
||||
"common-time",
|
||||
"common-wal",
|
||||
"dashmap",
|
||||
"delta-encoding",
|
||||
"derive_builder 0.20.1",
|
||||
"futures",
|
||||
|
||||
Reference in New Issue
Block a user