Skip to content

v0.4.117-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 23 Sep 16:00
a07ed6a

What's Changed

Bug Fixes

  • [common/runtime] fix: extend duration to test timeout, hoping it may fix the flaky failure of test block_on (#1928) by @drmingdrmer

Build/Testing/CI

  • [CI] fix qemu issue in perf-tool docker cross compile (#1935) by @ZhiHanZ

Improvement

  • [metasrv] refactor: move cluster management concept Node and Slot into metasrv/raft/types/ (#1943) by @drmingdrmer
  • WIP: issue-1937, Sync style Api Provider and KVApi (#1939) by @dantengsky
  • [metasrv] refactor: move raft state into metasrv/raft/state/ (#1941) by @drmingdrmer
  • [metasrv] refactor: StateMachine::apply_cmd() just need a Cmd but not an Entry (#1938) by @drmingdrmer
  • [metasrv] refactor: move raft-log impl into metasrv/raft/log (#1936) by @drmingdrmer
  • CATALOGS-1933: change the do_block to runtime block_on (#1934) by @bohutang
  • ISSUE-1931: UserMgr no longer takes &mut self (#1932) by @dantengsky
  • [kv] refactor: move local kv into standalone crate /kvlocal to break potential cyclic dependency (#1926) by @drmingdrmer
  • StoreApiProvider uses local kv store if conf.meta.address is empty (#1930) by @dantengsky

Others

  • [metasrv] refactor: move cluster management concept Node and Slot into metasrv/raft/types/ (#1943) by @drmingdrmer
  • [metasrv] refactor: move raft state into metasrv/raft/state/ (#1941) by @drmingdrmer
  • [metasrv] refactor: StateMachine::apply_cmd() just need a Cmd but not an Entry (#1938) by @drmingdrmer
  • [metasrv] refactor: move raft-log impl into metasrv/raft/log (#1936) by @drmingdrmer
  • [kv] refactor: move local kv into standalone crate /kvlocal to break potential cyclic dependency (#1926) by @drmingdrmer
  • [common/runtime] fix: extend duration to test timeout, hoping it may fix the flaky failure of test block_on (#1928) by @drmingdrmer