mirror of https://github.com/apache/druid.git
fix query/wait emitted twice
This commit is contained in:
parent
df4604c392
commit
5be801356a
|
@ -421,7 +421,7 @@ public class ServerManager implements QuerySegmentWalker
|
||||||
},
|
},
|
||||||
new ReferenceCountingSegmentQueryRunner<T>(factory, adapter),
|
new ReferenceCountingSegmentQueryRunner<T>(factory, adapter),
|
||||||
"scan/time"
|
"scan/time"
|
||||||
).withWaitMeasuredFromNow(),
|
),
|
||||||
cacheConfig
|
cacheConfig
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue