|
@@ -637,7 +637,6 @@ public class OmMetadataManagerImpl implements OMMetadataManager {
|
|
@Override
|
|
@Override
|
|
public List<BlockGroup> getExpiredOpenKeys() throws IOException {
|
|
public List<BlockGroup> getExpiredOpenKeys() throws IOException {
|
|
List<BlockGroup> keyBlocksList = Lists.newArrayList();
|
|
List<BlockGroup> keyBlocksList = Lists.newArrayList();
|
|
- long now = Time.now();
|
|
|
|
// TODO: Fix the getExpiredOpenKeys, Not part of this patch.
|
|
// TODO: Fix the getExpiredOpenKeys, Not part of this patch.
|
|
return keyBlocksList;
|
|
return keyBlocksList;
|
|
}
|
|
}
|