ctubbsii commented on pull request #1817: URL: https://github.com/apache/accumulo/pull/1817#issuecomment-738266412
Okay, so when I "fixed" it, I verified the fix by running a real shell, and did not check the log messages in the ITs. After running the above ShellIT command, I can the same error message that @jmark99 was seeing. From a previous run of the `main` branch, I see the error in the following tests, so I will use those to try to verify a subsequent fix: `ShellIT,ShellServerIT,ShellConfigIT,TracerRecoversAfterOfflineTableIT,ConditionalWriterIT` As for the ZooCache precondition... I didn't see that. However, I'd be curious to know what you are doing to reproduce that. It shouldn't be possible based on the `IllegalStateException.toString()` implementation in Java: if the detail message is null, it should just print the class name, without the `null` part. I don't see how it could even print what you saw. So, I would want a reliable way to reproduce it to test it out. ---------------------------------------------------------------- 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]
