Repository: hbase Updated Branches: refs/heads/branch-1.4 dadb42db5 -> 52ea97986
HBASE-17631 Changed Canary interval to 60 seconds Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/52ea9798 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/52ea9798 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/52ea9798 Branch: refs/heads/branch-1.4 Commit: 52ea97986c483744815f3c20779b0ca3ac7de868 Parents: dadb42d Author: Jan Hentschel <[email protected]> Authored: Mon Feb 13 00:24:31 2017 +0100 Committer: Jan Hentschel <[email protected]> Committed: Sun Apr 1 13:54:41 2018 +0200 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/hbase/tool/Canary.java | 2 +- src/main/asciidoc/_chapters/ops_mgt.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/52ea9798/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java index a2b3d02..1d119a2 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java @@ -559,7 +559,7 @@ public final class Canary implements Tool { private static final int ERROR_EXIT_CODE = 4; private static final int FAILURE_EXIT_CODE = 5; - private static final long DEFAULT_INTERVAL = 6000; + private static final long DEFAULT_INTERVAL = 60000; private static final long DEFAULT_TIMEOUT = 600000; // 10 mins private static final int MAX_THREADS_NUM = 16; // #threads to contact regions http://git-wip-us.apache.org/repos/asf/hbase/blob/52ea9798/src/main/asciidoc/_chapters/ops_mgt.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc index 2ac964a..722357e 100644 --- a/src/main/asciidoc/_chapters/ops_mgt.adoc +++ b/src/main/asciidoc/_chapters/ops_mgt.adoc @@ -174,7 +174,7 @@ $ ${HBASE_HOME}/bin/hbase canary -e test-0[1-2] ==== Run canary test as daemon mode -Run repeatedly with interval defined in option `-interval` whose default value is 6 seconds. +Run repeatedly with interval defined in option `-interval` whose default value is 60 seconds. This daemon will stop itself and return non-zero error code if any error occurs, due to the default value of option -f is true. ----
