----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17132/#review32318 -----------------------------------------------------------
src/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooSession.java <https://reviews.apache.org/r/17132/#comment61061> Also check if the negativeTtl property is negative and use the default if it is. - Bill Havanki On Jan. 20, 2014, 5:16 p.m., Sean Busbey wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17132/ > ----------------------------------------------------------- > > (Updated Jan. 20, 2014, 5:16 p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-2224 > https://issues.apache.org/jira/browse/ACCUMULO-2224 > > > Repository: accumulo > > > Description > ------- > > retries if host is not found, up to 2xZK timeout (same as other > IOExceptions), rather than bailing on any host name problem. > > > Diffs > ----- > > src/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooSession.java > e64f0c52e51b9339930f6a70564fcc48031df687 > > Diff: https://reviews.apache.org/r/17132/diff/ > > > Testing > ------- > > functional + ci in progress > > > Thanks, > > Sean Busbey > >
