mirror of https://github.com/ByConity/ByConity
Merge branch 'master' into add-pip-docker-build
This commit is contained in:
commit
1fca5cc283
|
@ -49,4 +49,4 @@ sudo dpkg -i byconity-worker_0.1.1.1_amd64.deb
|
|||
sudo dpkg -i byconity-worker-write_0.1.1.1_amd64.deb
|
||||
sudo dpkg -i byconity-daemon-manager_0.1.1.1_amd64.deb
|
||||
```
|
||||
You can install more workers in the same way. Each worker has a settings call `WORKER_ID` in the config file to config `worker id` for worker, `worker id` have to be unique between workers, the default value of `WORKER_ID` in config file is empty. In that case the `worker_id` is automatically assigned to be the IP address of the host machine.
|
||||
You can install more workers in the same way. Each worker has a settings call `WORKER_ID` in the config file `/etc/byconity-server/(byconity-worker|byconity-worker-write).xml` to config `worker id` for worker, `worker id` have to be unique between workers, the default value of `WORKER_ID` in config file is empty. In that case the `worker_id` is automatically assigned to be the IP address of the host machine.
|
||||
|
|
|
@ -842,7 +842,7 @@ class IColumn;
|
|||
M(Bool, skip_table_definition_hash_check, false, "Whether skip table definition hash check when attach data parts.", 0) \
|
||||
M(UInt64, cnch_part_attach_max_threads, 16, "Max threads to use when attach parts", 0) \
|
||||
M(UInt64, attach_failure_injection_knob, 0, "Attach failure injection knob, for test only", 0) \
|
||||
M(Bool, async_post_commit, true, "Txn post commit asynchronously", 0) \
|
||||
M(Bool, async_post_commit, false, "Txn post commit asynchronously", 0) \
|
||||
|
||||
|
||||
// End of FORMAT_FACTORY_SETTINGS
|
||||
|
|
Loading…
Reference in New Issue