ctubbsii commented on issue #2474:
URL: https://github.com/apache/accumulo/issues/2474#issuecomment-1035356361


   I'm going to reopen this test, because I think the modification in #2485 is 
not likely going to fix this. The error is that the FaTE transaction node 
simply does not exist in ZK. There is no problem with actually communicating 
with ZK on that port or any other ZK-specific issue indicated in the logs of 
this test that failed. `SO_REUSEADDR` would not have allowed multiple ZKs to 
listen on the same socket. It only allows binding to recently used ports that 
haven't been cleaned up yet. And, the probability of selecting a port in use 
would have been very low, and the test has failed multiple times. So, I'm 
pretty confident that's not going to fix this, although it is an improvement to 
the 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to