mirror of https://github.com/apache/druid.git
IndexTask: Call plumber.startJob()
This commit is contained in:
parent
db9b515e71
commit
b6a52610bc
|
@ -334,6 +334,8 @@ public class IndexTask extends AbstractFixedIntervalTask
|
|||
: toolbox.getConfig().getDefaultRowFlushBoundary();
|
||||
|
||||
try {
|
||||
plumber.startJob();
|
||||
|
||||
while (firehose.hasMore()) {
|
||||
final InputRow inputRow = firehose.nextRow();
|
||||
|
||||
|
|
Loading…
Reference in New Issue