Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/272#discussion_r123029714 --- Diff: server/base/src/test/java/org/apache/accumulo/server/master/balancer/BaseHostRegexTableLoadBalancerTest.java --- @@ -138,9 +142,12 @@ public String getId() { protected static final HashMap<String,String> DEFAULT_TABLE_PROPERTIES = new HashMap<>(); { - DEFAULT_TABLE_PROPERTIES.put(HostRegexTableLoadBalancer.HOST_BALANCER_OOB_CHECK_KEY, "2s"); + DEFAULT_TABLE_PROPERTIES.put(HostRegexTableLoadBalancer.HOST_BALANCER_OOB_CHECK_KEY, "7s"); --- End diff -- Sorry, I didn't realize that this was in a test. I thought this was changing things for users. /me goes back to coffee cup
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---