You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by sh...@apache.org on 2019/03/16 01:24:10 UTC

[samza] branch master updated: Set job coordinator replication factor configuration for standalone. (#953)

This is an automated email from the ASF dual-hosted git repository.

shanthoosh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e3713c  Set job coordinator replication factor configuration for standalone. (#953)
3e3713c is described below

commit 3e3713cb749ea6bc294f5064d829233da062eb37
Author: shanthoosh <sv...@linkedin.com>
AuthorDate: Fri Mar 15 18:24:05 2019 -0700

    Set job coordinator replication factor configuration for standalone. (#953)
---
 samza-test/src/main/config/standalone.failure.test.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/samza-test/src/main/config/standalone.failure.test.properties b/samza-test/src/main/config/standalone.failure.test.properties
index ea0e1dd..4833ed8 100644
--- a/samza-test/src/main/config/standalone.failure.test.properties
+++ b/samza-test/src/main/config/standalone.failure.test.properties
@@ -37,6 +37,7 @@ task.shutdown.ms=4000
 job.debounce.time.ms=4000
 job.coordinator.zk.consensus.timeout.ms=4000
 job.coordinator.zk.session.timeout.ms=4000
+job.coordinator.replication.factor=1
 
 job.systemstreampartition.grouper.factory=org.apache.samza.container.grouper.stream.GroupByPartitionFactory
 task.name.grouper.factory=org.apache.samza.container.grouper.task.GroupByContainerIdsFactory
\ No newline at end of file