mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-21 23:40:38 +00:00
* feat: allow to flush region before migrating * fix: fix unit tests * feat: allow to set `flush_timeout` * feat: skip to replay memtable * fix: fix unit tests * test: add more tests * refactor: simplify timeout logical * test: add unit tests * test: add unit tests * chore: update comments * fix: fix unit tests * fix: fmt and clippy * feat: change default timeout to 30s * fix: throw `ExceededDeadline` error * test: add tests for `downgrade_region_with_retry` * chore: apply suggestions from CR * chore: apply suggestions from CR * chore: apply suggestions from CR * chore: update proto to `3633474` * refactor: refactor `upgrade_region_with_retry` * chore: apply suggestions from CR