[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2017-09-08 Thread Lars George (JIRA)

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

Lars George commented on HBASE-13312:
-

Was that not committed to branch-1.3? 

> SmallScannerCallable does not increment scan metrics
> 
>
> Key: HBASE-13312
> URL: https://issues.apache.org/jira/browse/HBASE-13312
> Project: HBase
>  Issue Type: Bug
>  Components: Client, Scanners
>Affects Versions: 1.0.0
>Reporter: Lars George
>Assignee: Andrew Purtell
> Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch
>
>
> The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
> miss calling any of the increment methods of the {{ScanMetrics}}. The 
> superclass does so, but the super methods are not invoked. It emits the 
> metrics dutifully at the end of {{next()}}, but there are no useful numbers 
> in it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2017-09-08 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-13312:


I don't remember this one [~larsgeorge] . Please file a new issue. 

> SmallScannerCallable does not increment scan metrics
> 
>
> Key: HBASE-13312
> URL: https://issues.apache.org/jira/browse/HBASE-13312
> Project: HBase
>  Issue Type: Bug
>  Components: Client, Scanners
>Affects Versions: 1.0.0
>Reporter: Lars George
>Assignee: Andrew Purtell
> Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch
>
>
> The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
> miss calling any of the increment methods of the {{ScanMetrics}}. The 
> superclass does so, but the super methods are not invoked. It emits the 
> metrics dutifully at the end of {{next()}}, but there are no useful numbers 
> in it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2017-09-08 Thread Lars George (JIRA)

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

Lars George commented on HBASE-13312:
-

[~apurtell] When running my book example (see 
https://github.com/larsgeorge/hbase-book/blob/master/ch03/src/main/java/client/ScanCacheBatchExample.java,
 just run it against a locally started HBase instance) against a 1.3.1 today, I 
noticed the small scanner still reports zero RPC, but should say one, no? Am I 
missing something? Do we need to revisit? 

> SmallScannerCallable does not increment scan metrics
> 
>
> Key: HBASE-13312
> URL: https://issues.apache.org/jira/browse/HBASE-13312
> Project: HBase
>  Issue Type: Bug
>  Components: Client, Scanners
>Affects Versions: 1.0.0
>Reporter: Lars George
>Assignee: Andrew Purtell
> Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch
>
>
> The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
> miss calling any of the increment methods of the {{ScanMetrics}}. The 
> superclass does so, but the super methods are not invoked. It emits the 
> metrics dutifully at the end of {{next()}}, but there are no useful numbers 
> in it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14525093#comment-14525093
 ] 

Hudson commented on HBASE-13312:


SUCCESS: Integrated in HBase-0.98 #974 (See 
[https://builds.apache.org/job/HBase-0.98/974/])
HBASE-13312 SmallScannerCallable does not increment scan metrics (apurtell: rev 
97efb92155a6f256c5ed2544bb79302eb6653747)
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallScanner.java
* 
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientSmallScanner.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallReversedScanner.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* 
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientSmallReversedScanner.java


 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14525139#comment-14525139
 ] 

Hudson commented on HBASE-13312:


SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #927 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/927/])
HBASE-13312 SmallScannerCallable does not increment scan metrics (apurtell: rev 
97efb92155a6f256c5ed2544bb79302eb6653747)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* 
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientSmallReversedScanner.java
* 
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientSmallScanner.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallScanner.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallReversedScanner.java


 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14524358#comment-14524358
 ] 

Hadoop QA commented on HBASE-13312:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12729846/HBASE-13312-0.98.patch
  against 0.98 branch at commit 8bffd45bd50abd36c196f6d79ced5d8ba1cd2042.
  ATTACHMENT ID: 12729846

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 12 new 
or modified tests.

{color:green}+1 hadoop versions{color}. The patch compiles with all 
supported hadoop versions (2.4.1 2.5.2 2.6.0)

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 protoc{color}.  The applied patch does not increase the 
total number of protoc compiler warnings.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 
25 warning messages.

{color:red}-1 checkstyle{color}.  The applied patch generated 
3835 checkstyle errors (more than the master's current 3834 errors).

{color:green}+1 findbugs{color}.  The patch does not introduce any  new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

 {color:red}-1 core zombie tests{color}.  There are 5 zombie test(s):   
at 
org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers.testEncodedSeeker(TestEncodedSeekers.java:121)
at 
org.apache.hadoop.hbase.io.encoding.TestChangingEncoding.testChangingEncoding(TestChangingEncoding.java:203)
at 
org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders.testSeekingOnSample(TestDataBlockEncoders.java:204)
at 
org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat.testWithMapReduceImpl(TestTableSnapshotInputFormat.java:215)
at 
org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase.testWithMapReduce(TableSnapshotInputFormatTestBase.java:111)
at 
org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat.testWithMapReduceAndOfflineHBaseMultiRegion(TestTableSnapshotInputFormat.java:147)

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13924//testReport/
Release Findbugs (version 2.0.3)warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13924//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13924//artifact/patchprocess/checkstyle-aggregate.html

Javadoc warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13924//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13924//console

This message is automatically generated.

 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14524462#comment-14524462
 ] 

Hudson commented on HBASE-13312:


FAILURE: Integrated in HBase-1.1 #461 (See 
[https://builds.apache.org/job/HBase-1.1/461/])
HBASE-13312 SmallScannerCallable does not increment scan metrics (apurtell: rev 
bbcc9c2bb31c69c84e321bd9e64edc2f60bfc798)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallScanner.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java


 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14524478#comment-14524478
 ] 

Hudson commented on HBASE-13312:


FAILURE: Integrated in HBase-TRUNK #6448 (See 
[https://builds.apache.org/job/HBase-TRUNK/6448/])
HBASE-13312 SmallScannerCallable does not increment scan metrics (apurtell: rev 
a6027aedb3d3e8b6d3019f7547730b0c1f595c45)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallScanner.java


 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14524403#comment-14524403
 ] 

Hudson commented on HBASE-13312:


FAILURE: Integrated in HBase-1.0 #897 (See 
[https://builds.apache.org/job/HBase-1.0/897/])
HBASE-13312 SmallScannerCallable does not increment scan metrics (apurtell: rev 
7a2e7724450ce902de271cb8d8e729f669f33ee8)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallScanner.java


 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14524458#comment-14524458
 ] 

Hudson commented on HBASE-13312:


FAILURE: Integrated in HBase-1.2 #54 (See 
[https://builds.apache.org/job/HBase-1.2/54/])
HBASE-13312 SmallScannerCallable does not increment scan metrics (apurtell: rev 
60b356a853b52c95be5efac7fff838d4eadd07eb)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallScanner.java


 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-01 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14523658#comment-14523658
 ] 

Ted Yu commented on HBASE-13312:


+1

 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14523982#comment-14523982
 ] 

Hadoop QA commented on HBASE-13312:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12729810/HBASE-13312.patch
  against master branch at commit 9925e6df3993817c9243993471530856e011f046.
  ATTACHMENT ID: 12729810

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 4 new 
or modified tests.

{color:green}+1 hadoop versions{color}. The patch compiles with all 
supported hadoop versions (2.4.1 2.5.2 2.6.0)

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 protoc{color}.  The applied patch does not increase the 
total number of protoc compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 checkstyle{color}.  The applied patch does not increase the 
total number of checkstyle errors

{color:green}+1 findbugs{color}.  The patch does not introduce any  new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
   org.apache.hadoop.hbase.client.TestShell

 {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s):   
at 
org.apache.hadoop.hdfs.TestFileCreation.testOverwriteOpenForWrite(TestFileCreation.java:405)

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13919//testReport/
Release Findbugs (version 2.0.3)warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13919//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13919//artifact/patchprocess/checkstyle-aggregate.html

  Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13919//console

This message is automatically generated.

 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-05-01 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14523989#comment-14523989
 ] 

Andrew Purtell commented on HBASE-13312:


Something's up with TestShell:
{noformat}
org.xml.sax.SAXParseException; systemId: 
file:///home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-shell/target/surefire-reports/TEST-org.apache.hadoop.hbase.client.TestShell.xml;
 lineNumber: 715; columnNumber: 26; XML document structures must start and end 
within the same entity.
{noformat}
Not related to this change.

 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
Assignee: Andrew Purtell
 Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1

 Attachments: HBASE-13312-0.98.patch, HBASE-13312.patch


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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


[jira] [Commented] (HBASE-13312) SmallScannerCallable does not increment scan metrics

2015-03-29 Thread Lars George (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14385765#comment-14385765
 ] 

Lars George commented on HBASE-13312:
-

[~apurtell], do you want to check for 0.98?

 SmallScannerCallable does not increment scan metrics
 

 Key: HBASE-13312
 URL: https://issues.apache.org/jira/browse/HBASE-13312
 Project: HBase
  Issue Type: Bug
  Components: Client, Scanners
Affects Versions: 1.0.0
Reporter: Lars George
 Fix For: 2.0.0, 1.0.1, 1.1.0


 The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to 
 miss calling any of the increment methods of the {{ScanMetrics}}. The 
 superclass does so, but the super methods are not invoked. It emits the 
 metrics dutifully at the end of {{next()}}, but there are no useful numbers 
 in it.



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