jojochuang opened a new pull request, #7221: URL: https://github.com/apache/ozone/pull/7221
## What changes were proposed in this pull request? HDDS-11220. Reproduction test case for [HBase Replication] RS down due to "ManagedChannelOrphanWrapper: Previous channel was not shutdown properly" Please describe your PR in detail: * An input stream for an open file will not be able to seek/read to its latest length. * Unlike HDFS where NameNode gets the latest block length of an open file via DataNode block reports, Ozone OM/SCM aren't aware of the length. * An input stream that seeks immediately after instantiation doesn't know the actual length. * This bug was found when enabling HBase to HBase replication between two Ozone storage clusters. * Here is a reproduction test case. A full fix will be added later. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11220 ## How was this patch tested? Unit test, and also plan to verify the fix on a HBase/Ozone cluster. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
