ctubbsii commented on issue #1909: URL: https://github.com/apache/accumulo/issues/1909#issuecomment-773561470
> I don't think it's related. It has to be related. The code that failed is brand new in #1866. I just checked. > I have run this test many times without those issues. Is it continually happening? I don't know how often it happens, only that it's a new failure that didn't happen before (it couldn't have, since this test code is new). ConnectionLoss is usually a transient issue, so I suspect the test can be made to handle it. Since ConnectionLoss can happen frequently, it makes me wonder if the code change in #1896 to use ZK directly (instead of ZooReaderWriter, which handles ConnectionLoss) may also be affected by transient issues like this one that affects this test. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
