fix(indexer): don't flush closed stream (#6748)

This commit is contained in:
Christoph Hösler 2018-12-21 00:40:07 +01:00 committed by Gian Merlino
parent 522ef1a013
commit bd44e2971f
1 changed files with 0 additions and 1 deletions

View File

@ -490,7 +490,6 @@ public class JobHelper
progressable
)) {
HadoopDruidIndexerConfig.JSON_MAPPER.writeValue(descriptorOut, segment);
descriptorOut.flush();
}
}
catch (RuntimeException | IOException ex) {