[jira] [Updated] (HDFS-12278) LeaseManager#removeLease operation is inefficient in 2.8.

2017-08-09 Thread Rushabh S Shah (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh S Shah updated HDFS-12278: -- Status: Patch Available (was: Open) > LeaseManager#removeLease operation is inefficient in

[jira] [Updated] (HDFS-12278) LeaseManager#removeLease operation is inefficient in 2.8.

2017-08-09 Thread Rushabh S Shah (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh S Shah updated HDFS-12278: -- Attachment: HDFS-12278.patch Very small change. Switched back to TreeSet from Priority Queue.

[jira] [Updated] (HDFS-12278) LeaseManager#removeLease operation is inefficient in 2.8.

2017-08-08 Thread Wei-Chiu Chuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HDFS-12278: --- Target Version/s: 3.0.0-beta1, 2.8.2 (was: 2.8.2) > LeaseManager#removeLease operation is

[jira] [Updated] (HDFS-12278) LeaseManager#removeLease operation is inefficient in 2.8.

2017-08-08 Thread Rushabh S Shah (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh S Shah updated HDFS-12278: -- Description: After HDFS-6757, LeaseManager #removeLease became expensive. HDFS-6757 changed