You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/03/08 05:13:43 UTC

[jira] [Commented] (HBASE-10663) Some code cleanup of class Leases and ScannerListener.leaseExpired

    [ https://issues.apache.org/jira/browse/HBASE-10663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924706#comment-13924706 ] 

Hudson commented on HBASE-10663:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #4990 (See [https://builds.apache.org/job/HBase-TRUNK/4990/])
HBASE-10663 Some code cleanup of class Leases and ScannerListener.leaseExpired (stack: rev 1575451)
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Leases.java


> Some code cleanup of class Leases and ScannerListener.leaseExpired
> ------------------------------------------------------------------
>
>                 Key: HBASE-10663
>                 URL: https://issues.apache.org/jira/browse/HBASE-10663
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: Feng Honghua
>            Assignee: Feng Honghua
>            Priority: Minor
>             Fix For: 0.99.0
>
>         Attachments: HBASE-10663-trunk_v1.patch
>
>
> Some cleanup of Leases and ScannerListener.leaseExpired:
> # Reject renewLease if stopRequested (same as addLease, stopRequested means Leases is asked to stop and is waiting for all remained leases to expire)
> # Raise log level from info to warn for case that no related region scanner found when a lease expires (should it be an error?)
> # Replace System.currentTimeMillis() with EnvironmentEdgeManager.currentTimeMillis()
> # Correct some wrong comments and remove some irrelevant comments(Queue rather than Map is used for leases before?)



--
This message was sent by Atlassian JIRA
(v6.2#6252)