This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 443
Configuration UI
Randgalt edited this page Mar 4, 2012
·
12 revisions
Exhibitor relies on shared configuration. Please see the separate wiki on Shared Configuration.
Details
Configuration | Description |
---|---|
ZooKeeper Install Dir | The local path to the ZooKeeper installation |
ZooKeeper Data Dir | The local path to store ZooKeeper data |
Log Index Dir | The local path to store indexed ZooKeeper transaction logs |
Servers | List of servers in the ensemble (comma separated). Each server should be in the form [Server Id]:[Hostname] |
Additional Config | Any additional values to add to zoo.cfg |
Client Port | The ZooKeeper client port (usually 2181) |
Connect Port | The ZooKeeper connect port (usually 2888) |
Election Port | The ZooKeeper election port (usually 3888) |
Live Check | How often (in milliseconds) to check the ZooKeeper instance |
Cleanup Period | How often (in milliseconds) to run the ZooKeeper log cleanup task |
Cleanup: Max Log Files | The value to pass the ZooKeeper log cleanup task for maximum log files |
Backup Period | How often (in milliseconds) to backup ZooKeeper transaction logs |
Max Save | The maximum age (in milliseconds) for backed up logs before being garbage collected/deleted |
The remaining config depends on what type of Backup you have selected.
File System Backup
Configuration | Description |
---|---|
Destination Path | Path to the directory to store backups |
Amazon S3
|Throttle|Data throttling. Maximum bytes per millisecond when performing I/O to Amazon"
|S3 Bucket Name|The S3 bucket to use|
|Max Retries|Maximum retries when uploading/downloading S3 data|
|Retry Sleep|Sleep time in milliseconds when retrying|
Contents
- Top
- Standalone Version
- WAR File
- Core/Library
- Features
- Shared Configuration
- Using Exhibitor
- REST API
- Contributions