Steve Loughran created HADOOP-19245: ---------------------------------------
Summary: S3ABlockOutputStream no longer sends progress events in close() Key: HADOOP-19245 URL: https://issues.apache.org/jira/browse/HADOOP-19245 Project: Hadoop Common Issue Type: Sub-task Components: fs/s3 Affects Versions: 3.4.0 Reporter: Steve Loughran Assignee: Steve Loughran We don't get progress events passed through from S3ABlockOutputStream to any Progress instance passed in which doesn't implement ProgressListener This is due to a signature mismatch between the changed ProgressableListener interface and the {{S3ABlockOutputStream.ProgressListener}} impl. * critical because distcp jobs will timeout on large uploads without this * trivial to fix; does need a test -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org