masstter opened a new pull request #1711: URL: https://github.com/apache/ozone/pull/1711
HDDS-4603. Writing file to a new key failed when integrating Ozone and HBase in my custom project ## What changes were proposed in this pull request? change import com.google.common.base.Supplier to java.util.function.Supplier in class: org.apache.hadoop.hdds.scm.XceiverClientRatis ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4603 ## How was this patch tested? envs: Spring Boot: 2.2.6.RELEASE Apache Ozone: 1.1.0-SNAPSHOT(master) Apache HBase: 1.2.1 Apache HDFS: 2.7.2 cases: 1. upload a new file with ofs api -- passed 2. upload a new file with native java api -- passed 3. copy a exists file to new dir with ofs api -- passed 4. copy a exists file to new dir with native java api -- passed ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
