[
https://issues.apache.org/jira/browse/HADOOP-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE updated HADOOP-3375:
-------------------------------------------
Description:
In LeaseManager,
- removeExpiredLease(Lease) does not remove paths from sortedLeasesByPath
- removeLease(...) should do sortedLeasesByPath.remove(src) no matter
lease.hasPath() returns true or false.
> Lease paths are sometimes not removed from LeaseManager.sortedLeasesByPath
> --------------------------------------------------------------------------
>
> Key: HADOOP-3375
> URL: https://issues.apache.org/jira/browse/HADOOP-3375
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Tsz Wo (Nicholas), SZE
>
> In LeaseManager,
> - removeExpiredLease(Lease) does not remove paths from sortedLeasesByPath
> - removeLease(...) should do sortedLeasesByPath.remove(src) no matter
> lease.hasPath() returns true or false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.