You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Feature: support 3 server startup mode:
For production:
- `fuse-store --boot true`: initialized a store server and init a cluster of only 1 node.
- `fuse-store`: start an initialized fuse-store.
For testing:
- `fuse-store --single true`: testing mode: open an initialized fuse store or create a new one. Most single-store test should use this mode.
Most unittests run in `single` mode.
Fix: databendlabs#1134
- Test: test restarting a fuse-store.
When testing, a fuse-store should not try to boot an already booted
node.
- Fix: potential corruption in test: holds TempDir guard.
- Feature: StoreServer::start spawns another task to serve.
- Feature: Stop a StoreServer by sending a message to a channel. Part of databendlabs#1186
- Refactor: internal: add several `open_create()` method to `MetaNode`,
`MetaStore` etc, to support 3 startup mode: open, create and
create-if-can-not-open.
Summary
Make the fuse-store service graceful shutdown like fuse-query
The text was updated successfully, but these errors were encountered: