You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/07/09 05:27:46 UTC

[GitHub] [hadoop-ozone] smengcl opened a new pull request #1181: [POC] HDDS-3915. Simple trash emptier on OM

smengcl opened a new pull request #1181:
URL: https://github.com/apache/hadoop-ozone/pull/1181


   ## What changes were proposed in this pull request?
   
   Implementation something similar to HDFS's `NameNode#startTrashEmptier` in OzoneManager to enable automatic trash clean up.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3915
   
   ## How was this patch tested?
   
   Tested manually so far. Steps:
   
   ```bash
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #1181: [POC] HDDS-3915. Simple trash emptier on OM

Posted by GitBox <gi...@apache.org>.
smengcl commented on a change in pull request #1181:
URL: https://github.com/apache/hadoop-ozone/pull/1181#discussion_r452464751



##########
File path: hadoop-ozone/dist/src/main/compose/ozone/docker-config
##########
@@ -14,6 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+CORE-SITE.XML_fs.defaultFS=ofs://om
+CORE-SITE.XML_fs.trash.interval=1

Review comment:
       Note:
   These two lines need to be removed later as they are causing those robot test failures.
   Leaving them here for now just for testing.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] elek commented on pull request #1181: [POC] HDDS-3915. Simple trash emptier on OM

Posted by GitBox <gi...@apache.org>.
elek commented on pull request #1181:
URL: https://github.com/apache/hadoop-ozone/pull/1181#issuecomment-679204900


   /pending draft PR without activity


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #1181: [POC] HDDS-3915. Simple trash emptier on OM

Posted by GitBox <gi...@apache.org>.
smengcl commented on a change in pull request #1181:
URL: https://github.com/apache/hadoop-ozone/pull/1181#discussion_r452464751



##########
File path: hadoop-ozone/dist/src/main/compose/ozone/docker-config
##########
@@ -14,6 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+CORE-SITE.XML_fs.defaultFS=ofs://om
+CORE-SITE.XML_fs.trash.interval=1

Review comment:
       Note: Those two lines need to be removed later as they are causing those robot test failures.
   Leaving them here for now just for testing.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] smengcl closed pull request #1181: [POC] HDDS-3915. Simple trash emptier on OM

Posted by GitBox <gi...@apache.org>.
smengcl closed pull request #1181:
URL: https://github.com/apache/hadoop-ozone/pull/1181


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] smengcl commented on pull request #1181: [POC] HDDS-3915. Simple trash emptier on OM

Posted by GitBox <gi...@apache.org>.
smengcl commented on pull request #1181:
URL: https://github.com/apache/hadoop-ozone/pull/1181#issuecomment-679267871


   Closing this PR as this is only a POC and won't be ever merged.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org