IndexTask: Call plumber.startJob()

This commit is contained in:
Gian Merlino 2013-12-12 08:46:10 -08:00
parent db9b515e71
commit b6a52610bc
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ public class IndexTask extends AbstractFixedIntervalTask
: toolbox.getConfig().getDefaultRowFlushBoundary();
try {
plumber.startJob();
while (firehose.hasMore()) {
final InputRow inputRow = firehose.nextRow();