mirror of https://github.com/apache/druid.git
HadoopDruidIndexerJob: Logic is hard
This commit is contained in:
parent
040467c969
commit
06e09a1eb5
|
@ -102,7 +102,7 @@ public class HadoopDruidIndexerJob implements Jobby
|
|||
}
|
||||
}
|
||||
|
||||
if (failedMessage != null) {
|
||||
if (failedMessage == null) {
|
||||
publishedSegments = IndexGeneratorJob.getPublishedSegments(config);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue