mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 20:32:56 +00:00
* fix: wrong error info * add derive hash for StatKey * add a attrs field in Context * add load_based selector * add license * make Nodestat module public * add meta startup config item about selector * cr: remove attrs, add concrete type in context * cr: change region_number type to Option<u64> * cr: add comment in example.toml * cr
7 lines
177 B
TOML
7 lines
177 B
TOML
bind_addr = '127.0.0.1:3002'
|
|
server_addr = '127.0.0.1:3002'
|
|
store_addr = '127.0.0.1:2379'
|
|
datanode_lease_secs = 15
|
|
# selector: 'LeaseBased', 'LoadBased'
|
|
selector = 'LeaseBased'
|