-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0, 2.0.0
-
Component/s: storm-hdfs
-
Labels:None
Storm-HDFS module tries to locate the oldest locks. To sort based on the modification time the ModifTimeComparator is used which is broken:
The comparator currently compares the first object (o1) to itself.
Fix is trivial: compare o1 to o2.
- links to