milleruntime edited a comment on pull request #1803: URL: https://github.com/apache/accumulo/pull/1803#issuecomment-745345124
FYI the error that @ctubbsii referenced `java.io.IOException: Stream is closed!` I think is fairly "normal" behavior for recovery. There is no way to close the WAL properly if the tserver is killed so during recovery, when we read the WAL and try to close it, this is the error that is seen. This error is also seen when running RestartIT in the main branch. There must be something else going on for the test to time 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]
