[jira] [Commented] (HBASE-19953) Avoid calling post* hook when procedure fails

2018-02-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366207#comment-16366207 ] Josh Elser commented on HBASE-19953: So, copy-paste'ing the latch code already there elsewhere didn't

[jira] [Commented] (HBASE-19988) HRegion#lockRowsAndBuildMiniBatch() is too chatty when interrupted while waiting for a row lock

2018-02-15 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366229#comment-16366229 ] Appy commented on HBASE-19988: -- Yes, sir, am good with the patch. > HRegion#lockRowsAndBuildMiniBatch() is

[jira] [Updated] (HBASE-19851) ProcV2 framework's rollback() needs to maintain stack like execute()

2018-02-15 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-19851: -- Priority: Critical (was: Major) > ProcV2 framework's rollback() needs to maintain stack like execute() >

[jira] [Commented] (HBASE-19851) ProcV2 framework's rollback() needs to maintain stack like execute()

2018-02-15 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366272#comment-16366272 ] stack commented on HBASE-19851: --- I saw another version of this issue in nightly. We have reached one of the

[jira] [Updated] (HBASE-19352) Port HADOOP-10379: Protect authentication cookies with the HttpOnly and Secure flags

2018-02-15 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-19352: Status: Open (was: Patch Available) Moving out of patch available since it doesn't apply to

[jira] [Commented] (HBASE-19920) TokenUtil.obtainToken unnecessarily creates a local directory

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

[jira] [Updated] (HBASE-19920) TokenUtil.obtainToken unnecessarily creates a local directory

2018-02-15 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-19920: -- Attachment: HBASE-19920.v9.patch > TokenUtil.obtainToken unnecessarily creates a local directory >

[jira] [Commented] (HBASE-19506) Support variable sized chunks from ChunkCreator

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

[jira] [Commented] (HBASE-20004) Client is not able to execute REST queries through browser in a secure cluster

2018-02-15 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366058#comment-16366058 ] Sean Busbey commented on HBASE-20004: - looks like we've been stoping TRACE and OPTIONS since

[jira] [Commented] (HBASE-19991) lots of hbase-rest test failures against hadoop 3

2018-02-15 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366150#comment-16366150 ] stack commented on HBASE-19991: --- +1 That list of exclusions doesn't look like it was figuring. > lots of

[jira] [Commented] (HBASE-19988) HRegion#lockRowsAndBuildMiniBatch() is too chatty when interrupted while waiting for a row lock

2018-02-15 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366156#comment-16366156 ] stack commented on HBASE-19988: --- Retry. The Quota failure is not in

[jira] [Commented] (HBASE-20004) Client is not able to execute REST queries through browser in a secure cluster

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

[jira] [Commented] (HBASE-19920) TokenUtil.obtainToken unnecessarily creates a local directory

2018-02-15 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366019#comment-16366019 ] Mike Drob commented on HBASE-19920: --- v9 to address Sean's comments > TokenUtil.obtainToken

[jira] [Commented] (HBASE-20004) Client is not able to execute REST queries through browser in a secure cluster

2018-02-15 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366051#comment-16366051 ] Sean Busbey commented on HBASE-20004: - I'm -1 as-is without some analysis on why we're restricting

[jira] [Commented] (HBASE-19680) BufferedMutatorImpl#mutate should wait the result from AP in order to throw the failed mutations

2018-02-15 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366067#comment-16366067 ] Chia-Ping Tsai commented on HBASE-19680: bq. perf-wise? Maybe I could help sir. yep. Will finish

[jira] [Commented] (HBASE-20001) cleanIfNoMetaEntry() uses encoded instead of region name to lookup region

2018-02-15 Thread Thiruvel Thirumoolan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366158#comment-16366158 ] Thiruvel Thirumoolan commented on HBASE-20001: -- [~chia7712] When we were investigating this

[jira] [Commented] (HBASE-19920) TokenUtil.obtainToken unnecessarily creates a local directory

2018-02-15 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366044#comment-16366044 ] Sean Busbey commented on HBASE-19920: - +1 pending QA feedback. {code} ---

[jira] [Commented] (HBASE-19980) NullPointerException when restoring a snapshot after splitting a region

2018-02-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366063#comment-16366063 ] Ted Yu commented on HBASE-19980: bq. the NullPointerException was not reproduced in the unit test in

[jira] [Commented] (HBASE-18294) Reduce global heap pressure: flush based on heap occupancy

2018-02-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366069#comment-16366069 ] Hadoop QA commented on HBASE-18294: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-20002) Reserve worker thread in ProcedureExecutor for high priority procedures

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

[jira] [Updated] (HBASE-19988) HRegion#lockRowsAndBuildMiniBatch() is too chatty when interrupted while waiting for a row lock

2018-02-15 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-19988: -- Attachment: hbase-19988.master.002.patch > HRegion#lockRowsAndBuildMiniBatch() is too chatty when interrupted

[jira] [Commented] (HBASE-20004) Client is not able to execute REST queries through browser in a secure cluster

2018-02-15 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366068#comment-16366068 ] Sean Busbey commented on HBASE-20004: - HBASE-10473 came in as a result of handling a security

[jira] [Commented] (HBASE-19930) fix ImmutableMemStoreLAB#forceCopyOfBigCellInto

2018-02-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366146#comment-16366146 ] Hudson commented on HBASE-19930: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4590 (See

[jira] [Commented] (HBASE-19996) Some nonce procs might not be cleaned up (follow up HBASE-19756)

2018-02-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366147#comment-16366147 ] Hudson commented on HBASE-19996: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4590 (See

[jira] [Commented] (HBASE-19770) Add '--return-values' option to Shell to print return values of commands in interactive mode

2018-02-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366169#comment-16366169 ] Andrew Purtell commented on HBASE-19770: Sorry I missed the at-mention. I see this neither

[jira] [Commented] (HBASE-19988) HRegion#lockRowsAndBuildMiniBatch() is too chatty when interrupted while waiting for a row lock

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

[jira] [Work started] (HBASE-18276) Release 1.2.7

2018-02-15 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-18276 started by Sean Busbey. --- > Release 1.2.7 > - > > Key: HBASE-18276 >

[jira] [Updated] (HBASE-20005) TestFromClientSideWithCoprocessor#testCheckAndDeleteWithCompareOp occasionally fails

2018-02-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-20005: --- Attachment: testCheckAndDeleteWithCompareOp.out >

[jira] [Resolved] (HBASE-19710) hbase:namespace table was stuck in transition

2018-02-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-19710. Resolution: Duplicate Dup of HBASE-19998 > hbase:namespace table was stuck in transition >

[jira] [Created] (HBASE-20005) TestFromClientSideWithCoprocessor#testCheckAndDeleteWithCompareOp occasionally fails

2018-02-15 Thread Ted Yu (JIRA)
Ted Yu created HBASE-20005: -- Summary: TestFromClientSideWithCoprocessor#testCheckAndDeleteWithCompareOp occasionally fails Key: HBASE-20005 URL: https://issues.apache.org/jira/browse/HBASE-20005 Project:

[jira] [Commented] (HBASE-15911) NPE in AssignmentManager.onRegionTransition after Master restart

2018-02-15 Thread Ben Lau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366288#comment-16366288 ] Ben Lau commented on HBASE-15911: - Thanks [~pankaj2461], I will take a look at master to see if this is

[jira] [Commented] (HBASE-19988) HRegion#lockRowsAndBuildMiniBatch() is too chatty when interrupted while waiting for a row lock

2018-02-15 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366298#comment-16366298 ] Umesh Agashe commented on HBASE-19988: -- hmm... failures doesn't seem to be related to the changes. 4

[jira] [Updated] (HBASE-19953) Avoid calling post* hook when procedure fails

2018-02-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-19953: --- Attachment: HBASE-19952.001.branch-2.patch > Avoid calling post* hook when procedure fails >

[jira] [Updated] (HBASE-19953) Avoid calling post* hook when procedure fails

2018-02-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-19953: --- Status: Patch Available (was: Open) Here's an .001 which fixes deleteNamespace and modifyNamespace

[jira] [Commented] (HBASE-19998) Flakey TestVisibilityLabelsWithDefaultVisLabelService

2018-02-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366386#comment-16366386 ] Hudson commented on HBASE-19998: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4591 (See

[jira] [Commented] (HBASE-19903) Split TestShell so it will not time out

2018-02-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366387#comment-16366387 ] Hudson commented on HBASE-19903: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4591 (See

[jira] [Commented] (HBASE-19980) NullPointerException when restoring a snapshot after splitting a region

2018-02-15 Thread Toshihiro Suzuki (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366494#comment-16366494 ] Toshihiro Suzuki commented on HBASE-19980: -- [~yuzhih...@gmail.com] Please wait. I will retry to

[jira] [Commented] (HBASE-19953) Avoid calling post* hook when procedure fails

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

[jira] [Commented] (HBASE-20002) Reserve worker thread in ProcedureExecutor for high priority procedures

2018-02-15 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366509#comment-16366509 ] Duo Zhang commented on HBASE-20002: --- Let me check the failed UTs. And seems the TestDLSXXX have already

[jira] [Commented] (HBASE-19166) Add translation for handling hbase.regionserver.wal.WALEdit

2018-02-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366510#comment-16366510 ] Ted Yu commented on HBASE-19166: w.r.t. "Got unknown writer class: AsyncProtobufLogWriter", maybe

[jira] [Updated] (HBASE-20001) cleanIfNoMetaEntry() uses encoded instead of region name to lookup region

2018-02-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20001: --- Fix Version/s: (was: 1.4.2) 1.4.3 > cleanIfNoMetaEntry() uses encoded

<    1   2