[jira] [Commented] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Guangxu Cheng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355053#comment-16355053 ] Guangxu Cheng commented on HBASE-19949: --- +1 > TestRSGroupsWithACL fails with

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355048#comment-16355048 ] stack commented on HBASE-19948: --- bq. And also, we should cleanup the timeout which follows a @Test

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355047#comment-16355047 ] stack commented on HBASE-19948: --- Put up the simplest (dumbest?) suggestion... a ClassRule and a Rule.

[jira] [Updated] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-19948: -- Attachment: HBASE-19948.branch-2.001.patch > Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355024#comment-16355024 ] Duo Zhang commented on HBASE-19948: --- I mean just keep the ClassRule and try to find out which tests are

[jira] [Commented] (HBASE-19863) java.lang.IllegalStateException: isDelete failed when SingleColumnValueFilter is used

2018-02-06 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355021#comment-16355021 ] Sergey Soldatov commented on HBASE-19863: - [~anoop.hbase] thank you, sir! The question is

[jira] [Comment Edited] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355009#comment-16355009 ] stack edited comment on HBASE-19948 at 2/7/18 6:21 AM: --- I see that I can count the

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355009#comment-16355009 ] stack commented on HBASE-19948: --- I see that I can count the @Test annotations in each test class. I could

[jira] [Commented] (HBASE-17339) Scan-Memory-First Optimization for Get Operations

2018-02-06 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355000#comment-16355000 ] Anoop Sam John commented on HBASE-17339: The BF blocks need NOT be always in memory. It depends

[jira] [Commented] (HBASE-19863) java.lang.IllegalStateException: isDelete failed when SingleColumnValueFilter is used

2018-02-06 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354998#comment-16354998 ] Anoop Sam John commented on HBASE-19863: Yes that jira did this optimization. When we have to

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354996#comment-16354996 ] Duo Zhang commented on HBASE-19948: --- I’m OK with 10 minutes timeout for every test:) And I we still

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354993#comment-16354993 ] stack commented on HBASE-19948: --- bq. At least for me I always think the limit is class level... And I

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354992#comment-16354992 ] stack commented on HBASE-19948: --- bq. I think it is reasonable to have a hard limit higher than the expect

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354983#comment-16354983 ] Duo Zhang commented on HBASE-19948: --- At least for me I always think the limit is class level... And I

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354979#comment-16354979 ] Duo Zhang commented on HBASE-19948: --- I think it is reasonable to have a hard limit higher than the

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354977#comment-16354977 ] stack commented on HBASE-19948: --- Yeah, this ClassRule setting is bringing on a mass re-categorization of

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354968#comment-16354968 ] stack commented on HBASE-19948: --- Doing this for small tests, they fail: root@stack3:~/hbase.git# git diff

[jira] [Updated] (HBASE-19933) Make use of column family level attribute for skipping hfile range check before create reference during split

2018-02-06 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-19933: --- Priority: Minor (was: Major) > Make use of column family level attribute for skipping hfile

[jira] [Commented] (HBASE-19933) Make use of column family level attribute for skipping hfile range check before create reference during split

2018-02-06 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354946#comment-16354946 ] Anoop Sam John commented on HBASE-19933: A new CF level boolean attribute looks more hacky and

[jira] [Updated] (HBASE-19933) Make use of column family level attribute for skipping hfile range check before create reference during split

2018-02-06 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-19933: --- Issue Type: Improvement (was: Bug) > Make use of column family level attribute for skipping

[jira] [Commented] (HBASE-19900) Region-level exception destroy the result of batch

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

[jira] [Commented] (HBASE-19886) Display maintenance mode in shell, web UI

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

[jira] [Commented] (HBASE-19946) TestPerColumnFamilyFlush and TestWalAndCompactingMemStoreFlush fail against h3

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

[jira] [Commented] (HBASE-19942) Fix flaky TestSimpleRpcScheduler

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

[jira] [Commented] (HBASE-19924) hbase rpc throttling does not work for multi() with request count rater.

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

[jira] [Assigned] (HBASE-19950) Introduce a ColumnValue Filter

2018-02-06 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan reassigned HBASE-19950: - Assignee: Reid Chan > Introduce a ColumnValue Filter > -- > >

[jira] [Commented] (HBASE-19950) Introduce a ColumnValue Filter

2018-02-06 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354885#comment-16354885 ] Reid Chan commented on HBASE-19950: --- FYI [~tedyu], [~chia7712] > Introduce a ColumnValue Filter >

[jira] [Created] (HBASE-19950) Introduce a ColumnValue Filter

2018-02-06 Thread Reid Chan (JIRA)
Reid Chan created HBASE-19950: - Summary: Introduce a ColumnValue Filter Key: HBASE-19950 URL: https://issues.apache.org/jira/browse/HBASE-19950 Project: HBase Issue Type: New Feature

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354872#comment-16354872 ] Duo Zhang commented on HBASE-19948: --- For the parallel running of different methods in the same class, I

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354869#comment-16354869 ] stack commented on HBASE-19948: --- bq. And I believe the old comment for small tests has an implicit

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354864#comment-16354864 ] Duo Zhang commented on HBASE-19948: --- And for me, I do not think a small test should start a mini

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354855#comment-16354855 ] Duo Zhang commented on HBASE-19948: --- I mean run the methods in one class concurrently may cause

[jira] [Comment Edited] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354851#comment-16354851 ] stack edited comment on HBASE-19948 at 2/7/18 1:54 AM: --- bq. I think we could change

[jira] [Assigned] (HBASE-19835) Make explicit casting of atleast one operand to final type

2018-02-06 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned HBASE-19835: -- Assignee: Aman Poonia > Make explicit casting of atleast one operand to final type >

[jira] [Comment Edited] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354851#comment-16354851 ] stack edited comment on HBASE-19948 at 2/7/18 1:49 AM: --- bq. I think we could change

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354851#comment-16354851 ] stack commented on HBASE-19948: --- bq. I think we could change the javadoc and refguide about these

[jira] [Commented] (HBASE-19840) Flakey TestMetaWithReplicas

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354841#comment-16354841 ] stack commented on HBASE-19840: --- Hmm... This has fallen off the 'charts':

[jira] [Resolved] (HBASE-19927) TestFullLogReconstruction flakey

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-19927. --- Resolution: Fixed Reresolving. The addendum seems to have worked. No failures in last 24 hours (about 28

[jira] [Commented] (HBASE-19929) Call RS.stop on a session expired RS may hang

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354830#comment-16354830 ] stack commented on HBASE-19929: --- Replied on RB. I'm game for trying it. We've gotten good at figuring

[jira] [Commented] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

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

[jira] [Commented] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354822#comment-16354822 ] Chia-Ping Tsai commented on HBASE-19949: +1 > TestRSGroupsWithACL fails with

[jira] [Commented] (HBASE-19900) Region-level exception destroy the result of batch

2018-02-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354818#comment-16354818 ] Hudson commented on HBASE-19900: SUCCESS: Integrated in Jenkins build HBase-1.2-IT #1067 (See

[jira] [Commented] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354811#comment-16354811 ] Duo Zhang commented on HBASE-19949: --- OK. +1. > TestRSGroupsWithACL fails with

[jira] [Updated] (HBASE-19924) hbase rpc throttling does not work for multi() with request count rater.

2018-02-06 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huaxiang sun updated HBASE-19924: - Status: Patch Available (was: Open) > hbase rpc throttling does not work for multi() with

[jira] [Commented] (HBASE-19900) Region-level exception destroy the result of batch

2018-02-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354810#comment-16354810 ] Hudson commented on HBASE-19900: SUCCESS: Integrated in Jenkins build HBase-1.3-IT #347 (See

[jira] [Updated] (HBASE-19924) hbase rpc throttling does not work for multi() with request count rater.

2018-02-06 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huaxiang sun updated HBASE-19924: - Attachment: HBASE-19924-master-v001.patch > hbase rpc throttling does not work for multi() with

[jira] [Commented] (HBASE-19924) hbase rpc throttling does not work for multi() with request count rater.

2018-02-06 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354809#comment-16354809 ] huaxiang sun commented on HBASE-19924: -- Upload v1 patch. > hbase rpc throttling does not work for

[jira] [Commented] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354808#comment-16354808 ] Ted Yu commented on HBASE-19949: On my Mac, 20 seconds. Medium is long enough. > TestRSGroupsWithACL

[jira] [Commented] (HBASE-19929) Call RS.stop on a session expired RS may hang

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354804#comment-16354804 ] Duo Zhang commented on HBASE-19929: --- Replied on RB. If no other problems let's commit to see if it also

[jira] [Commented] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354802#comment-16354802 ] Duo Zhang commented on HBASE-19949: --- How long does the test run for? +1 on the approach, just want to

[jira] [Commented] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

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

[jira] [Updated] (HBASE-19900) Region-level exception destroy the result of batch

2018-02-06 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-19900: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch

[jira] [Commented] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354795#comment-16354795 ] Duo Zhang commented on HBASE-19948: --- I think we could change the javadoc and refguide about these

[jira] [Commented] (HBASE-19940) TestMetaShutdownHandler flakey

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

[jira] [Updated] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-19949: --- Attachment: 19949.v1.txt > TestRSGroupsWithACL fails with ExceptionInInitializerError >

[jira] [Updated] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-19949: --- Attachment: (was: 19949.v1.txt) > TestRSGroupsWithACL fails with ExceptionInInitializerError >

[jira] [Commented] (HBASE-19900) Region-level exception destroy the result of batch

2018-02-06 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354771#comment-16354771 ] Chia-Ping Tsai commented on HBASE-19900: Will commit the fix to all active branches. >

[jira] [Commented] (HBASE-19942) Fix flaky TestSimpleRpcScheduler

2018-02-06 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354765#comment-16354765 ] Guanghao Zhang commented on HBASE-19942: Pushed to master and branch-2. Thanks all for reviewing.

[jira] [Updated] (HBASE-19942) Fix flaky TestSimpleRpcScheduler

2018-02-06 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-19942: --- Resolution: Fixed Fix Version/s: 2.0.0-beta-2 Status: Resolved (was: Patch

[jira] [Updated] (HBASE-19905) ReplicationSyncUp tool will not exit if a peer replication is disabled

2018-02-06 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19905: --- Fix Version/s: 1.4.2 > ReplicationSyncUp tool will not exit if a peer replication is

[jira] [Updated] (HBASE-19917) Improve RSGroupBasedLoadBalancer#filterServers() to be more efficient

2018-02-06 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19917: --- Fix Version/s: 1.5.0 > Improve RSGroupBasedLoadBalancer#filterServers() to be more efficient

[jira] [Updated] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-19949: --- Status: Patch Available (was: Open) > TestRSGroupsWithACL fails with ExceptionInInitializerError >

[jira] [Updated] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-19949: --- Attachment: 19949.v1.txt > TestRSGroupsWithACL fails with ExceptionInInitializerError >

[jira] [Created] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2018-02-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19949: -- Summary: TestRSGroupsWithACL fails with ExceptionInInitializerError Key: HBASE-19949 URL: https://issues.apache.org/jira/browse/HBASE-19949 Project: HBase Issue Type:

[jira] [Assigned] (HBASE-18116) Replication source in-memory accounting should not include bulk transfer hfiles

2018-02-06 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby reassigned HBASE-18116: --- Assignee: Geoffrey Jacoby > Replication source in-memory accounting should not

[jira] [Commented] (HBASE-19947) MR jobs using ITU use wrong filesystem

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354705#comment-16354705 ] Mike Drob commented on HBASE-19947: --- this is a pretty hamfisted patch, but do you have an opportunity

[jira] [Commented] (HBASE-19735) Create a minimal "client" tarball installation

2018-02-06 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354701#comment-16354701 ] Josh Elser commented on HBASE-19735: bq. These are general issues, right? Address in a separate JIRA

[jira] [Updated] (HBASE-19947) MR jobs using ITU use wrong filesystem

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-19947: -- Attachment: HBASE-19947.patch > MR jobs using ITU use wrong filesystem >

[jira] [Commented] (HBASE-19735) Create a minimal "client" tarball installation

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354696#comment-16354696 ] Mike Drob commented on HBASE-19735: --- {quote} 1. hbase-procedure depended on hbase-common test-jar, but

[jira] [Updated] (HBASE-19886) Display maintenance mode in shell, web UI

2018-02-06 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-19886: - Resolution: Fixed Status: Resolved (was: Patch Available) > Display maintenance mode in shell, web UI >

[jira] [Updated] (HBASE-19886) Display maintenance mode in shell, web UI

2018-02-06 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-19886: - Fix Version/s: (was: 3.0.0) > Display maintenance mode in shell, web UI >

[jira] [Commented] (HBASE-19886) Display maintenance mode in shell, web UI

2018-02-06 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354682#comment-16354682 ] Appy commented on HBASE-19886: -- Thanks for the fix [~balazs.meszaros] > Display maintenance mode in shell,

[jira] [Updated] (HBASE-19886) Display maintenance mode in shell, web UI

2018-02-06 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-19886: - Fix Version/s: (was: 2.0.0) 2.0.0-beta-2 > Display maintenance mode in shell, web UI >

[jira] [Commented] (HBASE-19886) Display maintenance mode in shell, web UI

2018-02-06 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354678#comment-16354678 ] Appy commented on HBASE-19886: -- Changed method name from is_in_maintenance_mode? to in_maintenance_mode? -

[jira] [Commented] (HBASE-19886) Display maintenance mode in shell, web UI

2018-02-06 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354666#comment-16354666 ] Appy commented on HBASE-19886: -- Looks good, but what a mouthful command. :) Pushing it to master and

[jira] [Comment Edited] (HBASE-19400) Add missing security hooks for MasterService RPCs

2018-02-06 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354663#comment-16354663 ] Appy edited comment on HBASE-19400 at 2/6/18 10:40 PM: --- ping for reviews. Doesn't

[jira] [Commented] (HBASE-19400) Add missing security hooks for MasterService RPCs

2018-02-06 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354663#comment-16354663 ] Appy commented on HBASE-19400: -- ping for reviews. Doesn't need to be a thorough one yet, just that things

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

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354653#comment-16354653 ] Mike Drob commented on HBASE-19920: --- hadoopcheck issues have been failing on other issues and don't

[jira] [Commented] (HBASE-19900) Region-level exception destroy the result of batch

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

[jira] [Commented] (HBASE-19929) Call RS.stop on a session expired RS may hang

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354605#comment-16354605 ] stack commented on HBASE-19929: --- Is HBASE-19940 related (see end where we hung up waiting on sync to

[jira] [Commented] (HBASE-19940) TestMetaShutdownHandler flakey

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354604#comment-16354604 ] stack commented on HBASE-19940: --- Ok. Got my thread dumps. RS is here: java.lang.Thread.sleep(Native

[jira] [Updated] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-19948: -- Description: I was confused on how SmallTest/MediumTest/LargeTest were being interpreted since HBASE-19873

[jira] [Updated] (HBASE-19946) TestPerColumnFamilyFlush and TestWalAndCompactingMemStoreFlush fail against h3

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-19946: -- Resolution: Fixed Status: Resolved (was: Patch Available) pushed to branch-2 and master,

[jira] [Updated] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-19948: -- Fix Version/s: 2.0.0-beta-2 > Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different >

[jira] [Assigned] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reassigned HBASE-19948: - Assignee: stack > Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different > semantic >

[jira] [Created] (HBASE-19948) Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic

2018-02-06 Thread stack (JIRA)
stack created HBASE-19948: - Summary: Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic Key: HBASE-19948 URL: https://issues.apache.org/jira/browse/HBASE-19948 Project: HBase

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

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

[jira] [Commented] (HBASE-19859) Update download page header for 1.1 EOL

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354549#comment-16354549 ] Mike Drob commented on HBASE-19859: --- On dev list thread

[jira] [Commented] (HBASE-19946) TestPerColumnFamilyFlush and TestWalAndCompactingMemStoreFlush fail against h3

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

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

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354530#comment-16354530 ] Mike Drob commented on HBASE-19920: --- While trying to write good tests, I realized there's a much more

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

2018-02-06 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.v4.patch > TokenUtil.obtainToken unnecessarily creates a local directory >

[jira] [Updated] (HBASE-19873) Add a CategoryBasedTimeout ClassRule for all UTs

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-19873: -- Release Note: Along with @category -- small, medium, large -- all hbase tests must now carry a ClassRule as

[jira] [Commented] (HBASE-19934) HBaseSnapshotException when read replicas is enabled and online snapshot is taken after region splitting

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

[jira] [Commented] (HBASE-19940) TestMetaShutdownHandler flakey

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

[jira] [Commented] (HBASE-19841) Tests against hadoop3 fail with StreamLacksCapabilityException

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354479#comment-16354479 ] Mike Drob commented on HBASE-19841: --- bq. Agree. Revert suggestion was made before analysis on what was

[jira] [Resolved] (HBASE-19841) Tests against hadoop3 fail with StreamLacksCapabilityException

2018-02-06 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved HBASE-19841. --- Resolution: Fixed > Tests against hadoop3 fail with StreamLacksCapabilityException >

[jira] [Created] (HBASE-19947) MR jobs using ITU use wrong filesystem

2018-02-06 Thread Mike Drob (JIRA)
Mike Drob created HBASE-19947: - Summary: MR jobs using ITU use wrong filesystem Key: HBASE-19947 URL: https://issues.apache.org/jira/browse/HBASE-19947 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-19941) Flaky TestCreateTableProcedure times out in nightly, needs to LargeTests

2018-02-06 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-19941. --- Resolution: Fixed Resolving. Seems to have done the trick -- i.e. removing explict timeouts and instead

[jira] [Commented] (HBASE-19900) Region-level exception destroy the result of batch

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

[jira] [Commented] (HBASE-19941) Flaky TestCreateTableProcedure times out in nightly, needs to LargeTests

2018-02-06 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16354420#comment-16354420 ] Umesh Agashe commented on HBASE-19941: -- Thanks for the patch, [~stack]! > Flaky

  1   2   3   >