You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clearly configurable constant is not configurable.
ZooConfig.cpp:
// TODO: move to constant
int timeoutms = 3000;
Expected behavior
Must be addressed through configuration parameters. As soon as this ZooKeeper timeout refers to configuration retrieval, some super-configuration must exist (through command-line args, for example).
The text was updated successfully, but these errors were encountered:
Describe the bug
A clearly configurable constant is not configurable.
ZooConfig.cpp
:Expected behavior
Must be addressed through configuration parameters. As soon as this ZooKeeper timeout refers to configuration retrieval, some super-configuration must exist (through command-line args, for example).
The text was updated successfully, but these errors were encountered: