mirror of https://github.com/apache/druid.git
Merge branch 'master' into improve-bard
This commit is contained in:
commit
8e38a85788
|
@ -135,7 +135,7 @@ public class ServerInventoryView implements ServerView, InventoryView
|
||||||
@Override
|
@Override
|
||||||
public void deadContainer(DruidServer deadContainer)
|
public void deadContainer(DruidServer deadContainer)
|
||||||
{
|
{
|
||||||
log.info("Server Disdappeared[%s]", deadContainer);
|
log.info("Server Disappeared[%s]", deadContainer);
|
||||||
runServerCallbacks(deadContainer);
|
runServerCallbacks(deadContainer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -102,8 +102,6 @@ public class HadoopDruidIndexerJob implements Jobby
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
publishedSegments = IndexGeneratorJob.getPublishedSegments(config);
|
|
||||||
|
|
||||||
if (!config.isLeaveIntermediate()) {
|
if (!config.isLeaveIntermediate()) {
|
||||||
if (failedMessage == null || config.isCleanupOnFailure()) {
|
if (failedMessage == null || config.isCleanupOnFailure()) {
|
||||||
Path workingPath = config.makeIntermediatePath();
|
Path workingPath = config.makeIntermediatePath();
|
||||||
|
@ -121,6 +119,8 @@ public class HadoopDruidIndexerJob implements Jobby
|
||||||
throw new ISE(failedMessage);
|
throw new ISE(failedMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publishedSegments = IndexGeneratorJob.getPublishedSegments(config);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue