Merge branch 'master' into add-pip-docker-build

This commit is contained in:
Vivek 2023-03-16 19:16:07 +08:00 committed by GitHub
commit 1fca5cc283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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