You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Phil Yang (JIRA)" <ji...@apache.org> on 2016/07/21 09:11:20 UTC

[jira] [Updated] (HBASE-16266) Do not throw ScannerTimeoutException when catch UnknownScannerException

     [ https://issues.apache.org/jira/browse/HBASE-16266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Yang updated HBASE-16266:
------------------------------
    Description: Now in scanner we have heartbeat to prevent timeout. The time blocked on ResultScanner.next() may much longer than scanner timeout. So it is no need any more to throw  ScannerTimeoutException when server throws UnknownScannerException, we can just reset the scanner like NotServingRegionException  (was: Now in scanner we have heartbeat to prevent timeout. The time blocked on ResultScanner.next() may much longer than scanner timeout. So it is no need any more to throw  ScannerTimeoutException when server throws ScannerTimeoutException, we can just reset the scanner like NotServingRegionException)

> Do not throw ScannerTimeoutException when catch UnknownScannerException
> -----------------------------------------------------------------------
>
>                 Key: HBASE-16266
>                 URL: https://issues.apache.org/jira/browse/HBASE-16266
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 1.1.5, 1.2.2
>            Reporter: Phil Yang
>            Assignee: Phil Yang
>
> Now in scanner we have heartbeat to prevent timeout. The time blocked on ResultScanner.next() may much longer than scanner timeout. So it is no need any more to throw  ScannerTimeoutException when server throws UnknownScannerException, we can just reset the scanner like NotServingRegionException



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)