Merge pull request #1846 from metamx/notifyWhenSegmentPollStarts

Add debug logging to start of segment manager polling
This commit is contained in:
Himanshu 2015-10-22 13:52:26 -05:00
commit 6a7f8fa054
1 changed files with 2 additions and 0 deletions

View File

@ -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>>()
{