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

Zookeeper: configure 'dataLogDir' in separate disk #310

Open
gyuho opened this issue Feb 22, 2017 · 2 comments
Open

Zookeeper: configure 'dataLogDir' in separate disk #310

gyuho opened this issue Feb 22, 2017 · 2 comments

Comments

@gyuho
Copy link
Contributor

gyuho commented Feb 22, 2017

http://zookeeper.apache.org/doc/trunk/zookeeperAdmin.html#sc_advancedConfiguration

Having a dedicated log device has a large impact on throughput and stable latencies. It is highly recommened to dedicate a log device and set dataLogDir to point to a directory on that device, and then make sure to point dataDir to a directory not residing on that device.

http://www.mail-archive.com/[email protected]/msg07646.html

etcd would get separate wal, data dir as well.

TBD: Consul?

@gyuho
Copy link
Contributor Author

gyuho commented Feb 22, 2017

This makes collecting disk metrics much more complicated, since data from separate disks need to be aggregated for comparison. This might make sense if we only test Zookeeper.

@gyuho gyuho changed the title Zookeeper: configure 'dataLogDir' Zookeeper: configure 'dataLogDir' in separate disk Feb 22, 2017
@xiang90
Copy link

xiang90 commented Feb 22, 2017

It would be great if someone familiar with ZK can help on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants