You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/09/07 18:23:39 UTC

git commit: Increase default max_hint_window_in_ms to 3h patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4632

Updated Branches:
  refs/heads/trunk e1201dff2 -> 2b6c625e4


Increase default max_hint_window_in_ms to 3h
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4632


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2b6c625e
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2b6c625e
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2b6c625e

Branch: refs/heads/trunk
Commit: 2b6c625e4ed307002ca4e0b4e92194c031f7863c
Parents: e1201df
Author: Jonathan Ellis <jb...@apache.org>
Authored: Fri Sep 7 11:22:35 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Fri Sep 7 11:22:35 2012 -0500

----------------------------------------------------------------------
 CHANGES.txt         |    1 +
 conf/cassandra.yaml |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2b6c625e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8245343..1aa27e1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 1.2-beta1
+ * increase default max_hint_window_in_ms to 3h (CASSANDRA-4632)
  * include message initiation time to replicas so they can more
    accurately drop timed-out requests (CASSANDRA-2858)
  * fix clientutil.jar dependencies (CASSANDRA-4566)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/2b6c625e/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index 40d7ff8..058cd81 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -40,7 +40,7 @@ initial_token:
 hinted_handoff_enabled: true
 # this defines the maximum amount of time a dead host will have hints
 # generated.  After it has been dead this long, hints will be dropped.
-max_hint_window_in_ms: 3600000 # one hour
+max_hint_window_in_ms: 10800000 # 3 hours
 # throttle in KB's per second, per delivery thread
 hinted_handoff_throttle_in_kb: 1024
 # Number of threads with which to deliver hints;