[jira] [Commented] (HBASE-17083) Enable hedged reads by default in hbase-2.0.0

2016-11-14 Thread Ashu Pachauri (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666440#comment-15666440 ] Ashu Pachauri commented on HBASE-17083: --- [~stack] Sure :) > Enable hedged reads by default in

[jira] [Commented] (HBASE-17095) The ClientSimpleScanner keeps retrying if the hfile is corrupt or cannot found

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666429#comment-15666429 ] Anoop Sam John commented on HBASE-17095: ScannerResetException is a DoNotRetryIOException and it

[jira] [Commented] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666415#comment-15666415 ] Hudson commented on HBASE-17074: SUCCESS: Integrated in Jenkins build HBase-1.1-JDK8 #1902 (See

[jira] [Commented] (HBASE-17044) Fix merge failed before creating merged region leaves meta inconsistent

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666414#comment-15666414 ] Hudson commented on HBASE-17044: SUCCESS: Integrated in Jenkins build HBase-1.1-JDK8 #1902 (See

[jira] [Commented] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.19+

2016-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666408#comment-15666408 ] Andrew Purtell commented on HBASE-17096: I have a working revert of HBASE-15629 staged. However,

[jira] [Updated] (HBASE-17095) The ClientSimpleScanner keeps retrying if the hfile is corrupt or cannot found

2016-11-14 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingcheng Du updated HBASE-17095: - Attachment: TestScannerWithCorruptHFile.java Use the TestScannerWithCorruptHFile to reproduce

[jira] [Commented] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666306#comment-15666306 ] stack commented on HBASE-17082: --- Back again after messing for a while. I see your patch is copying over

[jira] [Updated] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.19+

2016-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-17096: --- Attachment: HBASE-17096-0.98.patch It appears HBASE-15629 changed the behavior of

[jira] [Commented] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread Thiruvel Thirumoolan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666291#comment-15666291 ] Thiruvel Thirumoolan commented on HBASE-16169: -- Thanks Stack. Once HBASE-17082

[jira] [Commented] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.19+

2016-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666289#comment-15666289 ] Andrew Purtell commented on HBASE-17096: A bisect between rel/0.98.17 to rel/0.98.19 leads to

[jira] [Commented] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666259#comment-15666259 ] Hudson commented on HBASE-17074: SUCCESS: Integrated in Jenkins build HBase-1.2-JDK7 #70 (See

[jira] [Commented] (HBASE-17044) Fix merge failed before creating merged region leaves meta inconsistent

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666258#comment-15666258 ] Hudson commented on HBASE-17044: SUCCESS: Integrated in Jenkins build HBase-1.2-JDK7 #70 (See

[jira] [Commented] (HBASE-14882) Provide a Put API that adds the provided family, qualifier, value without copying

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666234#comment-15666234 ] Anoop Sam John commented on HBASE-14882: checkParameters() - Ya u can make it non private. May

[jira] [Updated] (HBASE-17095) The ClientSimpleScanner keeps retrying if the hfile is corrupt or cannot found

2016-11-14 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingcheng Du updated HBASE-17095: - Summary: The ClientSimpleScanner keeps retrying if the hfile is corrupt or cannot found (was:

[jira] [Commented] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.19+

2016-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666214#comment-15666214 ] Andrew Purtell commented on HBASE-17096: I can reproduce with a client side test. >

[jira] [Updated] (HBASE-17073) Increase the max number of buffers in ByteBufferPool

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-17073: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch

[jira] [Commented] (HBASE-17017) Remove the current per-region latency histogram metrics

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666198#comment-15666198 ] Hudson commented on HBASE-17017: SUCCESS: Integrated in Jenkins build HBase-1.3-JDK8 #78 (See

[jira] [Commented] (HBASE-17044) Fix merge failed before creating merged region leaves meta inconsistent

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666195#comment-15666195 ] Hudson commented on HBASE-17044: SUCCESS: Integrated in Jenkins build HBase-1.3-JDK8 #78 (See

[jira] [Commented] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666196#comment-15666196 ] Hudson commented on HBASE-17074: SUCCESS: Integrated in Jenkins build HBase-1.3-JDK8 #78 (See

[jira] [Commented] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.19+

2016-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666193#comment-15666193 ] Andrew Purtell commented on HBASE-17096: My first attempt at a reproduction using a new unit in

[jira] [Updated] (HBASE-17097) Documentation for max off heap configuration

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-17097: --- Description: {quote} \# Uncomment below if you intend to use off heap cache. For example, to

[jira] [Commented] (HBASE-17097) Documentation for max off heap configuration

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666184#comment-15666184 ] Anoop Sam John commented on HBASE-17097: FYI [~saint@gmail.com] > Documentation for max off

[jira] [Created] (HBASE-17097) Documentation for max off heap configuration

2016-11-14 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-17097: -- Summary: Documentation for max off heap configuration Key: HBASE-17097 URL: https://issues.apache.org/jira/browse/HBASE-17097 Project: HBase Issue Type:

[jira] [Commented] (HBASE-17044) Fix merge failed before creating merged region leaves meta inconsistent

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666176#comment-15666176 ] Hudson commented on HBASE-17044: SUCCESS: Integrated in Jenkins build HBase-1.2-JDK8 #64 (See

[jira] [Commented] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666177#comment-15666177 ] Hudson commented on HBASE-17074: SUCCESS: Integrated in Jenkins build HBase-1.2-JDK8 #64 (See

[jira] [Commented] (HBASE-17094) Add a sitemap for hbase.apache.org

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666159#comment-15666159 ] stack commented on HBASE-17094: --- Here are some pointers on sitemap (i.e. signposts for crawlers):

[jira] [Updated] (HBASE-17087) Enable Aliasing for CodedInputStream created by ByteInputByteString#newCodedInput

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-17087: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch

[jira] [Commented] (HBASE-17092) Both LoadIncrementalHFiles#doBulkLoad() methods should set return value

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666139#comment-15666139 ] Hudson commented on HBASE-17092: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1949 (See

[jira] [Commented] (HBASE-17089) Add doc on experience running with hedged reads

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666138#comment-15666138 ] Hudson commented on HBASE-17089: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1949 (See

[jira] [Updated] (HBASE-17093) Enhance SecureBulkLoadClient#secureBulkLoadHFiles() to return the family paths of the final hfiles

2016-11-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17093: --- Attachment: (was: 17093.v2.txt) > Enhance SecureBulkLoadClient#secureBulkLoadHFiles() to return the

[jira] [Updated] (HBASE-17093) Enhance SecureBulkLoadClient#secureBulkLoadHFiles() to return the family paths of the final hfiles

2016-11-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17093: --- Attachment: 17093.v3.txt > Enhance SecureBulkLoadClient#secureBulkLoadHFiles() to return the family > paths

[jira] [Commented] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666118#comment-15666118 ] stack commented on HBASE-16169: --- Added a version of your remarks to the release note. > Make

[jira] [Updated] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-16169: -- Release Note: Added couple of API's to Admin.java: Returns region load map of all regions hosted on a region

[jira] [Commented] (HBASE-17083) Enable hedged reads by default in hbase-2.0.0

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666106#comment-15666106 ] stack commented on HBASE-17083: --- So, I'm backing down from the recommendation that hedged reads are on by

[jira] [Commented] (HBASE-17083) Enable hedged reads by default in hbase-2.0.0

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666103#comment-15666103 ] stack commented on HBASE-17083: --- Thank you for the input [~ashu210890] Hope you don't mind my adding above

[jira] [Updated] (HBASE-17092) Both LoadIncrementalHFiles#doBulkLoad() methods should set return value

2016-11-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17092: --- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.0.0 Status: Resolved (was:

[jira] [Updated] (HBASE-17093) Enhance SecureBulkLoadClient#secureBulkLoadHFiles() to return the family paths of the final hfiles

2016-11-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17093: --- Attachment: 17093.v2.txt > Enhance SecureBulkLoadClient#secureBulkLoadHFiles() to return the family > paths

[jira] [Assigned] (HBASE-17092) Both LoadIncrementalHFiles#doBulkLoad() methods should set return value

2016-11-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-17092: -- Assignee: Ted Yu > Both LoadIncrementalHFiles#doBulkLoad() methods should set return value >

[jira] [Updated] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.19+

2016-11-14 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated HBASE-17096: - Summary: checkAndMutateApi doesn't work correctly on 0.98.19+ (was: checkAndMutateApi doesn't

[jira] [Commented] (HBASE-17087) Enable Aliasing for CodedInputStream created by ByteInputByteString#newCodedInput

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666086#comment-15666086 ] stack commented on HBASE-17087: --- All good. I actually looked at second one but did not see second file was

[jira] [Commented] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.23

2016-11-14 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666087#comment-15666087 ] Samarth Jain commented on HBASE-17096: -- If it helps, the test fails starting with HBase 0.98.19. I

[jira] [Commented] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666079#comment-15666079 ] stack commented on HBASE-17082: --- Good one [~chia7712]. You are on to something. Assigning myself to take a

[jira] [Updated] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-17082: -- Assignee: stack > ForeignExceptionUtil isn’t packaged when building shaded protocol with > -Pcompile-protobuf

[jira] [Commented] (HBASE-17091) IntegrationTestZKAndFSPermissions failed with 'KeeperException$NoNodeException'

2016-11-14 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666070#comment-15666070 ] Stephen Yuan Jiang commented on HBASE-17091: LGTM (just as Ted said, a DEBUG log would help

[jira] [Commented] (HBASE-12341) Overhaul logging; log4j2, machine-readable, etc.

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666069#comment-15666069 ] stack commented on HBASE-12341: --- On commons-logging to log4j2, see the bridge:

[jira] [Updated] (HBASE-17095) The ClientSimpleScannr cannot be stopped if the hfile is corrupt or cannot found

2016-11-14 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingcheng Du updated HBASE-17095: - Description: In {{RsRPCServices.scan}}, most of IOE are thrown as a {{ScannerResetException}},

[jira] [Comment Edited] (HBASE-17073) Increase the max number of buffers in ByteBufferPool

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666045#comment-15666045 ] Anoop Sam John edited comment on HBASE-17073 at 11/15/16 4:37 AM: --

[jira] [Comment Edited] (HBASE-17073) Increase the max number of buffers in ByteBufferPool

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666045#comment-15666045 ] Anoop Sam John edited comment on HBASE-17073 at 11/15/16 4:36 AM: --

[jira] [Commented] (HBASE-17073) Increase the max number of buffers in ByteBufferPool

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666045#comment-15666045 ] Anoop Sam John commented on HBASE-17073: Thanks Stack. Will commit in some time bq.What we doing

[jira] [Commented] (HBASE-17087) Enable Aliasing for CodedInputStream created by ByteInputByteString#newCodedInput

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666038#comment-15666038 ] Anoop Sam John commented on HBASE-17087: bq.This is not enough I think. I guess u saw the 1st

[jira] [Commented] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.23

2016-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666037#comment-15666037 ] Andrew Purtell commented on HBASE-17096: Ok. Tomorrow we will find the commit that changed this

[jira] [Commented] (HBASE-15788) Use Offheap ByteBuffers from BufferPool to read RPC requests.

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666032#comment-15666032 ] Anoop Sam John commented on HBASE-15788: Yes Stack. V10 version, which I committed, having this

[jira] [Commented] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665994#comment-15665994 ] Hudson commented on HBASE-17074: SUCCESS: Integrated in Jenkins build HBase-1.3-JDK7 #66 (See

[jira] [Commented] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665987#comment-15665987 ] Hudson commented on HBASE-17074: SUCCESS: Integrated in Jenkins build HBase-1.4 #533 (See

[jira] [Commented] (HBASE-17044) Fix merge failed before creating merged region leaves meta inconsistent

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665986#comment-15665986 ] Hudson commented on HBASE-17044: SUCCESS: Integrated in Jenkins build HBase-1.4 #533 (See

[jira] [Commented] (HBASE-14882) Provide a Put API that adds the provided family, qualifier, value without copying

2016-11-14 Thread Xiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665951#comment-15665951 ] Xiang Li commented on HBASE-14882: -- [~anoop.hbase] In keyValue, may I propose to set the following 2

[jira] [Commented] (HBASE-17091) IntegrationTestZKAndFSPermissions failed with 'KeeperException$NoNodeException'

2016-11-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665923#comment-15665923 ] Ted Yu commented on HBASE-17091: lgtm {code} 184 } catch (NoNodeException ex) { 185 //

[jira] [Created] (HBASE-17096) checkAndMutateApi doesn't work correctly on 0.98.23

2016-11-14 Thread Samarth Jain (JIRA)
Samarth Jain created HBASE-17096: Summary: checkAndMutateApi doesn't work correctly on 0.98.23 Key: HBASE-17096 URL: https://issues.apache.org/jira/browse/HBASE-17096 Project: HBase Issue

[jira] [Commented] (HBASE-17083) Enable hedged reads by default in hbase-2.0.0

2016-11-14 Thread Ashu Pachauri (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665880#comment-15665880 ] Ashu Pachauri commented on HBASE-17083: --- One thing that we noticed in production workload is that

[jira] [Commented] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread Thiruvel Thirumoolan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665872#comment-15665872 ] Thiruvel Thirumoolan commented on HBASE-16169: -- Our primary intention is to use this API for

[jira] [Updated] (HBASE-17095) The ClientSimpleScannr cannot be stopped if the hfile is corrupt or cannot found

2016-11-14 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingcheng Du updated HBASE-17095: - Component/s: (was: Client) scan > The ClientSimpleScannr cannot be stopped

[jira] [Comment Edited] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665829#comment-15665829 ] ChiaPing Tsai edited comment on HBASE-17082 at 11/15/16 2:47 AM: -

[jira] [Commented] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665829#comment-15665829 ] ChiaPing Tsai commented on HBASE-17082: --- [~stack] Please take a look at unit of hbaser-server and

[jira] [Created] (HBASE-17095) The ClientSimpleScannr cannot be stopped if the hfile is corrupt or cannot found

2016-11-14 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-17095: Summary: The ClientSimpleScannr cannot be stopped if the hfile is corrupt or cannot found Key: HBASE-17095 URL: https://issues.apache.org/jira/browse/HBASE-17095

[jira] [Commented] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665782#comment-15665782 ] Hadoop QA commented on HBASE-17082: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-12341) Overhaul logging; log4j2, machine-readable, etc.

2016-11-14 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665776#comment-15665776 ] Enis Soztutar commented on HBASE-12341: --- We use commons-logging as the API. Is there bindings for

[jira] [Commented] (HBASE-16981) Expand Mob Compaction Partition policy from daily to weekly, monthly and beyond

2016-11-14 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665727#comment-15665727 ] Jingcheng Du commented on HBASE-16981: -- Thanks a lot [~huaxiang]! The idea is great. I'll take some

[jira] [Commented] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665684#comment-15665684 ] stack commented on HBASE-16169: --- Thanks. See below for question on how this API will be used. Thanks

[jira] [Created] (HBASE-17094) Add a sitemap for hbase.apache.org

2016-11-14 Thread stack (JIRA)
stack created HBASE-17094: - Summary: Add a sitemap for hbase.apache.org Key: HBASE-17094 URL: https://issues.apache.org/jira/browse/HBASE-17094 Project: HBase Issue Type: Task Reporter:

[jira] [Commented] (HBASE-17044) Fix merge failed before creating merged region leaves meta inconsistent

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665666#comment-15665666 ] Hudson commented on HBASE-17044: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1948 (See

[jira] [Commented] (HBASE-17046) Add 1.1 doc to hbase.apache.org

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665670#comment-15665670 ] Hudson commented on HBASE-17046: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1948 (See

[jira] [Commented] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665667#comment-15665667 ] Hudson commented on HBASE-17074: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1948 (See

[jira] [Commented] (HBASE-17046) Add 1.1 doc to hbase.apache.org

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665665#comment-15665665 ] stack commented on HBASE-17046: --- Add addendum that adds a 1.2 link. Just pushed it. > Add 1.1 doc to

[jira] [Updated] (HBASE-17044) Fix merge failed before creating merged region leaves meta inconsistent

2016-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-17044: --- Resolution: Fixed Fix Version/s: 0.98.24 Status: Resolved (was: Patch

[jira] [Commented] (HBASE-17017) Remove the current per-region latency histogram metrics

2016-11-14 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665650#comment-15665650 ] Enis Soztutar commented on HBASE-17017: --- Thanks Mikhail. I've pushed this to branch-1.3 as well

[jira] [Commented] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread Thiruvel Thirumoolan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665653#comment-15665653 ] Thiruvel Thirumoolan commented on HBASE-16169: -- With this patch, the split calculation logic

[jira] [Work started] (HBASE-16708) Expose endpoint Coprocessor name in "responseTooSlow" log messages

2016-11-14 Thread Yi Liang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-16708 started by Yi Liang. > Expose endpoint Coprocessor name in "responseTooSlow" log messages >

[jira] [Comment Edited] (HBASE-16708) Expose endpoint Coprocessor name in "responseTooSlow" log messages

2016-11-14 Thread Yi Liang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665646#comment-15665646 ] Yi Liang edited comment on HBASE-16708 at 11/15/16 1:20 AM: Hi Nick, I am

[jira] [Assigned] (HBASE-16708) Expose endpoint Coprocessor name in "responseTooSlow" log messages

2016-11-14 Thread Yi Liang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Liang reassigned HBASE-16708: Assignee: Yi Liang > Expose endpoint Coprocessor name in "responseTooSlow" log messages >

[jira] [Comment Edited] (HBASE-16708) Expose endpoint Coprocessor name in "responseTooSlow" log messages

2016-11-14 Thread Yi Liang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665646#comment-15665646 ] Yi Liang edited comment on HBASE-16708 at 11/15/16 1:19 AM: Hi Nick, I am

[jira] [Commented] (HBASE-16708) Expose endpoint Coprocessor name in "responseTooSlow" log messages

2016-11-14 Thread Yi Liang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665646#comment-15665646 ] Yi Liang commented on HBASE-16708: -- Hi Nick, I am now working on this jira, and just research the

[jira] [Commented] (HBASE-17092) Both LoadIncrementalHFiles#doBulkLoad() methods should set return value

2016-11-14 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665637#comment-15665637 ] Heng Chen commented on HBASE-17092: --- +1 > Both LoadIncrementalHFiles#doBulkLoad() methods should set

[jira] [Commented] (HBASE-17044) Fix merge failed before creating merged region leaves meta inconsistent

2016-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665617#comment-15665617 ] Andrew Purtell commented on HBASE-17044: The reported findbugs issues aren't introduced by this

[jira] [Updated] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-17082: -- Status: Patch Available (was: Open) > ForeignExceptionUtil isn’t packaged when building

[jira] [Updated] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-17082: -- Attachment: HBASE-17082.nothing.patch > ForeignExceptionUtil isn’t packaged when building

[jira] [Updated] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-17082: -- Assignee: (was: ChiaPing Tsai) > ForeignExceptionUtil isn’t packaged when building shaded

[jira] [Updated] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-17082: -- Status: Open (was: Patch Available) > ForeignExceptionUtil isn’t packaged when building

[jira] [Commented] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665573#comment-15665573 ] ChiaPing Tsai commented on HBASE-17082: --- I did think so, because the 17076 and 16169 run QA after

[jira] [Commented] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665557#comment-15665557 ] stack commented on HBASE-17082: --- Did this not fix your issue [~chia7712]: "HBASE-16955 Fixup precommit

[jira] [Commented] (HBASE-17092) Both LoadIncrementalHFiles#doBulkLoad() methods should set return value

2016-11-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665552#comment-15665552 ] Ted Yu commented on HBASE-17092: Test failure was not related to the patch. > Both

[jira] [Commented] (HBASE-17085) AsyncFSWAL may issue unnecessary AsyncDFSOutput.sync

2016-11-14 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665544#comment-15665544 ] Duo Zhang commented on HBASE-17085: --- If there is no operation after the sync, then the

[jira] [Commented] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665540#comment-15665540 ] Duo Zhang commented on HBASE-17074: --- I'm afraid not... -Xmx512M is too small... > PreCommit job always

[jira] [Updated] (HBASE-17074) PreCommit job always fails because of OOM

2016-11-14 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-17074: -- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Commented] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665517#comment-15665517 ] stack commented on HBASE-16169: --- On the above comment that you are exposing internal types, I think it is

[jira] [Comment Edited] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665506#comment-15665506 ] ChiaPing Tsai edited comment on HBASE-17082 at 11/15/16 12:25 AM: --

[jira] [Commented] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665506#comment-15665506 ] ChiaPing Tsai commented on HBASE-17082: --- Thanks for your suggestion [~stack][~enis] Please see the

[jira] [Commented] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665490#comment-15665490 ] stack commented on HBASE-16169: --- You'll have to call all regionservers even though you just want to do a MR

[jira] [Commented] (HBASE-16169) Make RegionSizeCalculator scalable

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665466#comment-15665466 ] stack commented on HBASE-16169: --- So [~thiruvel], you will have a tool call all regionservers in the

[jira] [Commented] (HBASE-9774) Provide a way for coprocessors to register and report custom metrics

2016-11-14 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665464#comment-15665464 ] Enis Soztutar commented on HBASE-9774: -- See

[jira] [Commented] (HBASE-17082) ForeignExceptionUtil isn’t packaged when building shaded protocol with -Pcompile-protobuf

2016-11-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665452#comment-15665452 ] stack commented on HBASE-17082: --- You have to do ' $ mvn install -Dcompile-protobuf' ...i.e. install ... not

  1   2   3   >