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