keith-turner commented on PR #5687: URL: https://github.com/apache/accumulo/pull/5687#issuecomment-3021010582
Tried running all of the ITs w/ Balance in their name and ran into a problem w/ TabletResourceGroupBalanceIT. Fixed this in e0fede1. The test was failing because one test methods was seeing a tserver in ZK that will killed in a previous test. I think waitForBalance used to avoid this by chance. Looking into waitForBalance made some changes to do one thing it used to do. But it does not do everything it used to do. Also made TabletResourceGroupBalanceIT wait for the ZK lock to go away at the end of a test. Seeing BalanceIT timeout. Made update c1812f3 based on looking into that, but still see it timeout sometimes. Need to look into that some more. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org