mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
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);
|
publishedSegments = IndexGeneratorJob.getPublishedSegments(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user