HAD-629. Allow configuration of decoupler.queue.size.max
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/3a198340 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3a198340 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3a198340 Branch: refs/heads/master Commit: 3a1983406e9e934c05f19db86b596bbc16e6987a Parents: 227af3b Author: Konstantin Boudnik <[email protected]> Authored: Wed Nov 20 14:40:43 2013 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Nov 20 14:40:43 2013 -0800 ---------------------------------------------------------------------- .../src/common/wdd-namenode-nonstop/wandisco/dcone.properties | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/3a198340/bigtop-packages/src/common/wdd-namenode-nonstop/wandisco/dcone.properties ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/wdd-namenode-nonstop/wandisco/dcone.properties b/bigtop-packages/src/common/wdd-namenode-nonstop/wandisco/dcone.properties index 242f54c..d33ecd7 100644 --- a/bigtop-packages/src/common/wdd-namenode-nonstop/wandisco/dcone.properties +++ b/bigtop-packages/src/common/wdd-namenode-nonstop/wandisco/dcone.properties @@ -1,6 +1,7 @@ application.location=. application.hostname=localhost.localdomain application.port=6789 +decoupler.queue.size.max=100000 node.id=localhost.localdomain location.identity=localhost.localdomain database.location=/tmp/DConE/consensusNode
