Skip to content

fix: _bucket system table used to be created with different ids on different replicasets

Georgy Moshkin requested to merge gmoshkin/1130-fix-_bucket-space-id into master

Blocked by https://git.picodata.io/picodata/picodata/vshard/-/merge_requests/3

Summary

  • fix: _bucket system table used to be created with different ids on different replicasets

Closes #1130 (closed)

  • fix: don't ignore failed global DML

  • refactor: extract some code from storage.rs

Add new files:

  • storage/snapshot.rs: stuff related to raft snapshot
  • storage/schema.rs: stuff related to DDL logic

Code is only moved, no changes to logic


Edited by Georgy Moshkin

Merge request reports