forked from apache/horaedb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: setup in different deployment mode (apache#190)
* refactor: support build TableId from raw u64 * refactor: make Manager as trait object * refactor: fix test modules for compatibility * feat: support building server in cluster deloy mode * refactor: setup server for different mode * refactor: simplify ClusterConfig * refactor: separate id alloc implemenatations from setup.rs * chore: update ceresdbproto crate * refactor: avoid creating defualt schema when create catalog_manager * refactor: remove Node struct * fix: remove http prefix for default meta_addr * fix: start the cluster first * fix: wrong endpoint formatting * chore: fix lint issues * chore: fix clippy complaints * refactor: address CR issues * refactor: remove ResponseHeader in the returned value of MetaClientV2 * refactor: address CR issues * refactor: rename TableId building method * fix: update table id formatted string * fix: TableId debug formatted text
- Loading branch information
Showing
52 changed files
with
692 additions
and
572 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.