ajfabbri commented on a change in pull request #1359:
HADOOP-16430.S3AFilesystem.delete to incrementally update s3guard with deletions
URL: https://github.com/apache/hadoop/pull/1359#discussion_r320999268
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/DeleteOperation.java
##########
@@ -207,7 +211,7 @@ public DeleteOperation(final StoreContext context,
"page size out of range: %d", pageSize);
this.pageSize = pageSize;
metadataStore = context.getMetadataStore();
- executor = context.createThrottledExecutor(2);
+ executor = context.createThrottledExecutor(1);
Review comment:
what is the intention here? One batched delete at a time per-client?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]