Addressed comment

This commit is contained in:
Wei 2017-10-09 15:50:09 -07:00
parent 8055b6379a
commit 94930bfacb

View file

@ -45,7 +45,9 @@ public class SimpleRecordsFetcherFactory implements RecordsFetcherFactory {
.setDaemon(true) .setDaemon(true)
.setNameFormat("prefetch-cache-" + shardId + "-%04d") .setNameFormat("prefetch-cache-" + shardId + "-%04d")
.build()), .build()),
idleMillisBetweenCalls, metricsFactory, "processTask"); idleMillisBetweenCalls,
metricsFactory,
"ProcessTask");
} }
} }