[
https://issues.apache.org/jira/browse/HBASE-20890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16593467#comment-16593467
]
Hudson commented on HBASE-20890:
--------------------------------
Results for branch branch-1
[build #433 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/433/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/433//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk7 checks{color}
-- For more information [see jdk7
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/433//JDK7_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/433//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
> PE filterScan seems to be stuck forever
> ---------------------------------------
>
> Key: HBASE-20890
> URL: https://issues.apache.org/jira/browse/HBASE-20890
> Project: HBase
> Issue Type: Bug
> Affects Versions: 3.0.0, 1.5.0, 1.3.3, 2.2.0, 1.4.7
> Reporter: Vikas Vishwakarma
> Assignee: Abhishek Goyal
> Priority: Minor
> Fix For: 3.0.0, 1.5.0, 1.3.3, 2.2.0, 1.4.7
>
> Attachments: HBASE-20890.001.patch
>
>
> Command Used
> {code:java}
> ~/current/bigdata-hbase/hbase/hbase/bin/hbase pe --nomapred randomWrite 1 >
> write 2>&1
> ~/current/bigdata-hbase/hbase/hbase/bin/hbase pe --nomapred filterScan 1 >
> filterScan 2>&1
> {code}
>
> Output
> This kept running for several hours just printing the below messages in logs
>
> {code:java}
> -bash-4.1$ grep "Advancing internal scanner to startKey" filterScan.1 | head
> 2018-07-13 10:44:45,188 DEBUG [TestClient-0] client.ClientScanner - Advancing
> internal scanner to startKey at '0000000000000000000052359'
> 2018-07-13 10:44:45,976 DEBUG [TestClient-0] client.ClientScanner - Advancing
> internal scanner to startKey at '0000000000000000000052359'
> 2018-07-13 10:44:46,695 DEBUG [TestClient-0] client.ClientScanner - Advancing
> internal scanner to startKey at '0000000000000000000052359'
> .....
> -bash-4.1$ grep "Advancing internal scanner to startKey" filterScan.1 | tail
> 2018-07-15 06:20:22,353 DEBUG [TestClient-0] client.ClientScanner - Advancing
> internal scanner to startKey at '0000000000000000000052359'
> 2018-07-15 06:20:23,044 DEBUG [TestClient-0] client.ClientScanner - Advancing
> internal scanner to startKey at '0000000000000000000052359'
> 2018-07-15 06:20:23,768 DEBUG [TestClient-0] client.ClientScanner - Advancing
> internal scanner to startKey at '0000000000000000000052359'
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)