S3SegmentKiller: Add TODO note

This commit is contained in:
Gian Merlino 2013-01-25 11:33:50 -08:00
parent e6a618ca76
commit f3b04d3f5f
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ public class S3SegmentKiller implements SegmentKiller
@Override @Override
public List<DataSegment> kill(final String datasource, final Interval interval) throws ServiceException public List<DataSegment> kill(final String datasource, final Interval interval) throws ServiceException
{ {
// TODO -- Awkward for workers to use the DB!
List<DataSegment> matchingSegments = dbi.withHandle( List<DataSegment> matchingSegments = dbi.withHandle(
new HandleCallback<List<DataSegment>>() new HandleCallback<List<DataSegment>>()
{ {