Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0, 2.0.0
-
None
Description
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.
Attachments
Issue Links
- links to