HadoopDruidIndexerJob: Logic is hard

This commit is contained in:
Gian Merlino 2013-05-15 01:27:05 -07:00
parent 040467c969
commit 06e09a1eb5
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class HadoopDruidIndexerJob implements Jobby
}
}
if (failedMessage != null) {
if (failedMessage == null) {
publishedSegments = IndexGeneratorJob.getPublishedSegments(config);
}