mirror of https://github.com/apache/druid.git
Add debug logging to start of segment manager polling
This commit is contained in:
parent
b7c68ec449
commit
6ceab03fc4
|
@ -425,6 +425,8 @@ public class SQLMetadataSegmentManager implements MetadataSegmentManager
|
||||||
|
|
||||||
ConcurrentHashMap<String, DruidDataSource> newDataSources = new ConcurrentHashMap<String, DruidDataSource>();
|
ConcurrentHashMap<String, DruidDataSource> newDataSources = new ConcurrentHashMap<String, DruidDataSource>();
|
||||||
|
|
||||||
|
log.debug("Starting polling of segment table");
|
||||||
|
|
||||||
List<DataSegment> segments = dbi.withHandle(
|
List<DataSegment> segments = dbi.withHandle(
|
||||||
new HandleCallback<List<DataSegment>>()
|
new HandleCallback<List<DataSegment>>()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue