nodes (except head node) can deconnect and reconnect to/from the cluster and work is rebalanced properly. if a node dies while simulating, the leftover work is picked up at the end and everything is merged normall. Tests of the actual validity of the mergd data have not been made yet
7 lines
241 B
Markdown
7 lines
241 B
Markdown
## add parameter
|
|
- add it to ```const.valid_param_types```
|
|
- add it to README.md
|
|
- add the necessary logic in the appropriate ```initialize.ensure_consistency``` subfunction
|
|
- optional : add a default value
|
|
- optional : add to valid varying
|