mirror of
https://github.com/apache/druid.git
synced 2025-02-25 12:35:33 +00:00
do not flush on closed stream (#4250)
This commit is contained in:
parent
417714d228
commit
e9872f0695
@ -398,7 +398,6 @@ public class JobHelper
|
||||
progressable
|
||||
)) {
|
||||
size.set(zipAndCopyDir(mergedBase, outputStream, progressable));
|
||||
outputStream.flush();
|
||||
}
|
||||
catch (IOException | RuntimeException exception) {
|
||||
log.error(exception, "Exception in retry loop");
|
||||
|
Loading…
x
Reference in New Issue
Block a user