kaijchen opened a new pull request #3133: URL: https://github.com/apache/ozone/pull/3133
## What changes were proposed in this pull request? The `NotImplementedException` from `flush()` is causing problems in applications. Let's replace this exception by log, since we are not going to implement `flush()` API. (Behave same as HDFS EC.) https://github.com/apache/hadoop/blob/62c86eaa0e539a4307ca794e0fcd502a77ebceb8/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSStripedOutputStream.java#L1012-L1024 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6372 ## How was this patch tested? manual tests -- 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]
