Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: ZooKeeper timeout is hard-coded #23

Open
dmerkushov opened this issue May 24, 2020 · 0 comments
Open

BUG: ZooKeeper timeout is hard-coded #23

dmerkushov opened this issue May 24, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dmerkushov
Copy link
Owner

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

@dmerkushov dmerkushov added the bug Something isn't working label May 24, 2020
@dmerkushov dmerkushov self-assigned this May 24, 2020
@dmerkushov dmerkushov changed the title BUG: BUG: ZooKeeper timeout is hard-coded May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants