Add debug logging to start of segment manager polling

This commit is contained in:
Charles Allen 2015-10-21 16:15:18 -07:00
parent b7c68ec449
commit 6ceab03fc4
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>>()
{