Skip to content

Commit

Permalink
MINOR: Do not collect zk persistent data by default
Browse files Browse the repository at this point in the history
In system tests zookeeper service, it is overkill and space-intensive to collect zookeeper data logs by default. This minor patch turns off default collection.

Author: Geoff Anderson <[email protected]>

Reviewers: Jun Rao <[email protected]>

Closes apache#504 from granders/minor-zk-change-log-collect
  • Loading branch information
Geoff Anderson authored and junrao committed Nov 12, 2015
1 parent 1cd22ed commit df88d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kafkatest/services/zookeeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ZookeeperService(Service):
"collect_default": True},
"zk_data": {
"path": "/mnt/zookeeper",
"collect_default": True}
"collect_default": False}
}

def __init__(self, context, num_nodes):
Expand Down

0 comments on commit df88d3b

Please sign in to comment.