You are viewing the static version of this archive.
For the interactive version, please visit: This page
hanishakoneru opened a new pull request #1768: URL: https://github.com/apache/ozone/pull/1768 ## What changes were proposed in this pull request? Currently, by default, Ratis is not enabled on an OM single node cluster. This Jira proposes to change the default single node OM to use Rati...
adoroszlai opened a new pull request #1767: URL: https://github.com/apache/ozone/pull/1767 ## What changes were proposed in this pull request? Mini cluster needs to be shutdown after each test. https://issues.apache.org/jira/browse/HDDS-4659 ## How was this patch tested? ...
tony810430 opened a new pull request #1769: URL: https://github.com/apache/ozone/pull/1769 ## What changes were proposed in this pull request? fix the typos in the S3.md ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4662 ## How wa...
lamber-ken opened a new pull request #1770: URL: https://github.com/apache/ozone/pull/1770 ## What changes were proposed in this pull request? Remove redundant log statement, here are two log statements. should remove one. ## What is the link to the Apache JIRA https://iss...
sky76093016 opened a new pull request #1771: URL: https://github.com/apache/ozone/pull/1771 ## What changes were proposed in this pull request? Translate missing content. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4663 ## How w...
captainzmc opened a new pull request #1772: URL: https://github.com/apache/ozone/pull/1772 ## What changes were proposed in this pull request? When update quota the usedBytes and namespace will become to 0. This is a bug that needs to be fixed.  ## What is the link to the Apache JIRA (Please create an issue in ASF JIRA before openin...
symious opened a new pull request #1778: URL: https://github.com/apache/ozone/pull/1778 ## What changes were proposed in this pull request? - Save the list of failures to summary.txt (while also outputting everything to stdout) - Save output number of failures to failures ## W...
szetszwo opened a new pull request #1779: URL: https://github.com/apache/ozone/pull/1779 See https://issues.apache.org/jira/browse/HDDS-4670 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, p...
runzhiwang opened a new pull request #1780: URL: https://github.com/apache/ozone/pull/1780 ## What changes were proposed in this pull request? DeleteBlock needs to add/update/delete DELETED_BLOCKS_TABLE in SCMMetadataDB. So SCM does these operations via ratis. ## What is the link...
captainzmc opened a new pull request #1781: URL: https://github.com/apache/ozone/pull/1781 ## What changes were proposed in this pull request? https://github.com/apache/ozone/blob/master/hadoop-hdds/docs/content/feature/Quota.md , then it defaults to the OM storage ID which is an UUID string. Proposing to...
ferhui opened a new pull request #1794: URL: https://github.com/apache/ozone/pull/1794 …ands (addendum) ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## What is the link to the Apache JIRA (Please create an issue...
symious opened a new pull request #1795: URL: https://github.com/apache/ozone/pull/1795 ## What changes were proposed in this pull request? - Changed hadoop.version from 3.2.1 to 3.2.2 in pom.xml - Changed hadoop.version from 3.2.1 to 3.2.2 in other related files. ## What is t...
amaliujia opened a new pull request #1796: URL: https://github.com/apache/ozone/pull/1796 ## What changes were proposed in this pull request? During initialization, PipelineStateManagerV2Impl will rewrites pipeline info into the store. We should avoid it. ## What is the link to t...
amaliujia opened a new pull request #1796: URL: https://github.com/apache/ozone/pull/1796 ## What changes were proposed in this pull request? During initialization, PipelineStateManagerV2Impl will rewrites pipeline info into the store. We should avoid it. ## What is the link to t...
runzhiwang opened a new pull request #1797: URL: https://github.com/apache/ozone/pull/1797 ## What changes were proposed in this pull request? Support encode and decode ArrayList and Long ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-469...
errose28 opened a new pull request #1798: URL: https://github.com/apache/ozone/pull/1798 ## What changes were proposed in this pull request? When an OM is put in prepare mode, a marker file is written to disk so that it remains in prepare mode upon restart. After an OM has been upgraded...
adoroszlai opened a new pull request #1799: URL: https://github.com/apache/ozone/pull/1799 ## What changes were proposed in this pull request? Install and use Java 11 for running `sonar.sh` in CI, because: > The version of Java installed in the scanner environment must be upgrade...
adoroszlai opened a new pull request #1800: URL: https://github.com/apache/ozone/pull/1800 ## What changes were proposed in this pull request? Install and use Java 11 for running `sonar.sh` in CI, because: > The version of Java installed in the scanner environment must be upgrade...
smengcl opened a new pull request #1801: URL: https://github.com/apache/ozone/pull/1801 ## What changes were proposed in this pull request? Add permission check in `OMDBCheckpointServlet` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-470...
amaliujia opened a new pull request #1802: URL: https://github.com/apache/ozone/pull/1802 ## What changes were proposed in this pull request? Right now the `SCMHAConfiguration` does not have the way to enable log purge. ## What is the link to the Apache JIRA https://issues.apa...
runzhiwang opened a new pull request #1797: URL: https://github.com/apache/ozone/pull/1797 ## What changes were proposed in this pull request? Support encode and decode ArrayList and Long in SCM HA ## What is the link to the Apache JIRA https://issues.apache.org/jira/brows...
symious opened a new pull request #1803: URL: https://github.com/apache/ozone/pull/1803 ## What changes were proposed in this pull request? Add the plugin of maven-site-plugin to support "mvn site". ## What is the link to the Apache JIRA https://issues.apache.org/jira/brow...
adoroszlai opened a new pull request #1804: URL: https://github.com/apache/ozone/pull/1804 ## What changes were proposed in this pull request? JUnit5 makes it easier to [run tests multiple times](https://junit.org/junit5/docs/current/user-guide/#writing-tests-repeated-tests) via `\@Repe...
amaliujia opened a new pull request #1805: URL: https://github.com/apache/ozone/pull/1805 ## What changes were proposed in this pull request? Details in the JIRA ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4708 ## How was this p...
bshashikant opened a new pull request #1785: URL: https://github.com/apache/ozone/pull/1785 ## What changes were proposed in this pull request? Update the Rocks db for pipeline state changes in SCM ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HD...
symious opened a new pull request #1806: URL: https://github.com/apache/ozone/pull/1806 ## What changes were proposed in this pull request? - Add spotbugs plugin. - Fixed two bugs reported by spotbugs. - Add other bugs reported by spotbugs to spotbugs-exclude.xml. ## What i...
hanishakoneru opened a new pull request #1807: URL: https://github.com/apache/ozone/pull/1807 ## What changes were proposed in this pull request? The current OM has one second failover timeout. This is too short as any network hiccup, system I/O or JVM GC pause could easily trigger a fa...
flirmnave opened a new pull request #1808: URL: https://github.com/apache/ozone/pull/1808 ## What changes were proposed in this pull request? Remove unused OzoneClientUtils. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4699 ## Ho...
flirmnave opened a new pull request #1809: URL: https://github.com/apache/ozone/pull/1809 ## What changes were proposed in this pull request? Check **ozone.recon.db.dir** before getJdbcUrl. Use ReconUtils to get the correct path and setJdbcUrl if **ozone.recon.db.dir** is not con...
amaliujia opened a new pull request #1810: URL: https://github.com/apache/ozone/pull/1810 ## What changes were proposed in this pull request? Design doc: https://docs.google.com/document/d/13qSwLuDBw7mytJtF9h2oauuLocFfr-XJSBdTfc1YvxM/edit#heading=h.toe54twhlpm2 ## What is the lin...
rakeshadr opened a new pull request #1811: URL: https://github.com/apache/ozone/pull/1811 ## What changes were proposed in this pull request? This task is to perform #listKeys by searching the startKey, keyPrefix in Dir & File Tables. ## What is the link to the Apache JIRA ...
lamber-ken opened a new pull request #1812: URL: https://github.com/apache/ozone/pull/1812 ## What changes were proposed in this pull request? In ozone/interface-client module, sources files are generated by protobuf plugin. But when other modules depend on this module, idea always pro...
captainzmc opened a new pull request #1813: URL: https://github.com/apache/ozone/pull/1813 ## What changes were proposed in this pull request? OzoneQuota change BYTES to B. Make it easier to use. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/...
sky76093016 opened a new pull request #1814: URL: https://github.com/apache/ozone/pull/1814 ## What changes were proposed in this pull request? Use the exception to replace the boolean failure. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HD...
rakeshadr opened a new pull request #1815: URL: https://github.com/apache/ozone/pull/1815 ## What changes were proposed in this pull request? Few test cases failing when OM raits enabled to true. Also, delete file was wrongly updated keyName. ## What is the link to the Apache JIR...
Xushaohong opened a new pull request #1816: URL: https://github.com/apache/ozone/pull/1816 ## What changes were proposed in this pull request? fix Randomly-pick policy in chooseDatanodes. The implementation of **chooseNode()** is replaced with a random policy as same as the one in class...
symious opened a new pull request #1817: URL: https://github.com/apache/ozone/pull/1817 …key creation with copy ## What changes were proposed in this pull request? - Add the header check of copy-source-if-(un)modified-since. ## What is the link to the Apache JIRA ...
sadanand48 opened a new pull request #1818: URL: https://github.com/apache/ozone/pull/1818 ## What changes were proposed in this pull request? Fix failing test when OM Ratis is enabled. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4669 ...
amaliujia opened a new pull request #1819: URL: https://github.com/apache/ozone/pull/1819 ## What changes were proposed in this pull request? Allow Default Space Quota Unit as Bytes. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4721 ...
jojochuang opened a new pull request #1820: URL: https://github.com/apache/ozone/pull/1820 Change-Id: Ieca93325d5c001c033e1d2d18b273f2c694da037 ## What changes were proposed in this pull request? Make RDBMetrics#unRegister() synchronized. Accessing the instance object inside RDMB...
amaliujia opened a new pull request #1819: URL: https://github.com/apache/ozone/pull/1819 ## What changes were proposed in this pull request? Allow Default Space Quota Unit as Bytes. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4721 ...
Xushaohong opened a new pull request #1821: URL: https://github.com/apache/ozone/pull/1821 ## What changes were proposed in this pull request? fix Randomly-pick policy in chooseDatanodes. The implementation of chooseNode() is replaced with a random policy as the same as the one in class ...
GlenGeng opened a new pull request #1784: URL: https://github.com/apache/ozone/pull/1784 ## What changes were proposed in this pull request? SCM ServiceManager is going to control all the SCM background service so that they are only serving as the leader. Design doc: https://doc...
GlenGeng opened a new pull request #1784: URL: https://github.com/apache/ozone/pull/1784 ## What changes were proposed in this pull request? SCM ServiceManager is going to control all the SCM background service so that they are only serving as the leader. Design doc: https://doc...
runzhiwang opened a new pull request #1797: URL: https://github.com/apache/ozone/pull/1797 ## What changes were proposed in this pull request? Support encode and decode ArrayList and Long in SCM HA ## What is the link to the Apache JIRA https://issues.apache.org/jira/brows...
prashantpogde opened a new pull request #1822: URL: https://github.com/apache/ozone/pull/1822 ## What changes were proposed in this pull request? Merge remote-tracking branch 'upstream/master' into HDDS-3698 ## What is the link to the Apache JIRA https://issues.apa...
ferhui opened a new pull request #1823: URL: https://github.com/apache/ozone/pull/1823 ## What changes were proposed in this pull request? Change metrics unit from nanosecond to millisecond uniformly ## What is the link to the Apache JIRA https://issues.apache.org/jira/b...
GlenGeng opened a new pull request #1824: URL: https://github.com/apache/ozone/pull/1824 ## What changes were proposed in this pull request? Tencent monthly deploy the latest master to our production environment. During latest upgrade test, we found that new Ozone(version at Jan 14 2...
elek opened a new pull request #1825: URL: https://github.com/apache/ozone/pull/1825 ## What changes were proposed in this pull request? A new `ozone debug export-container --container=1` command which exports the container to a tar file. The code path is the same as the closed c...
elek opened a new pull request #1826: URL: https://github.com/apache/ozone/pull/1826 This patch is a joined effort of @jojochuang and me (He implemented the hard part, I cleaned it up) ## What changes were proposed in this pull request? New Freon tests to generate data offline. ...
rakeshadr opened a new pull request #1827: URL: https://github.com/apache/ozone/pull/1827 ## What changes were proposed in this pull request? This jira proposal is to simplify the ofs optimization cases. OM can support FS optimization only if both are TRUE(ofsOptimized=true && enabl...
lokeshj1703 opened a new pull request #1828: URL: https://github.com/apache/ozone/pull/1828 ## What changes were proposed in this pull request? If SCM cleans up all the DeletedBlocksTransaction in deletedBlocksTable, then restart, the txID in SCMMetadataStoreImpl will drop to 0. ...
sadanand48 opened a new pull request #1829: URL: https://github.com/apache/ozone/pull/1829 ## What changes were proposed in this pull request? When chunkinfo command is run on a key , it asks for param "uri" twice. Removed parameter since it is extending Keyhandler which requires uri . ...
errose28 opened a new pull request #1830: URL: https://github.com/apache/ozone/pull/1830 ## What changes were proposed in this pull request? Implement the command `ozone om admin cancelprepare` to cancel preparation of OMs. ## What is the link to the Apache JIRA HDDS-4611 ...
nandakumar131 opened a new pull request #1831: URL: https://github.com/apache/ozone/pull/1831 ## What changes were proposed in this pull request? Support encode and decode ArrayList and Long ## What is the link to the Apache JIRA HDDS-4695 ## How was this patch tested? N...