mirror of https://github.com/apache/druid.git
fix(indexer): don't flush closed stream (#6748)
This commit is contained in:
parent
522ef1a013
commit
bd44e2971f
|
@ -490,7 +490,6 @@ public class JobHelper
|
|||
progressable
|
||||
)) {
|
||||
HadoopDruidIndexerConfig.JSON_MAPPER.writeValue(descriptorOut, segment);
|
||||
descriptorOut.flush();
|
||||
}
|
||||
}
|
||||
catch (RuntimeException | IOException ex) {
|
||||
|
|
Loading…
Reference in New Issue