[jira] [Created] (HBASE-18662) The default values for many configuration items in the code are not consistent with hbase-default.xml

2017-08-22 Thread Yun Zhao (JIRA)
Yun Zhao created HBASE-18662: Summary: The default values for many configuration items in the code are not consistent with hbase-default.xml Key: HBASE-18662 URL: https://issues.apache.org/jira/browse/HBASE-18662

[jira] [Created] (HBASE-18661) [HLC] Move clocks to a separate hbase-clocks module

2017-08-22 Thread Appy (JIRA)
Appy created HBASE-18661: Summary: [HLC] Move clocks to a separate hbase-clocks module Key: HBASE-18661 URL: https://issues.apache.org/jira/browse/HBASE-18661 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-18660) Remove duplicate code from the checkAndPut method in HTable

2017-08-22 Thread Yun Zhao (JIRA)
Yun Zhao created HBASE-18660: Summary: Remove duplicate code from the checkAndPut method in HTable Key: HBASE-18660 URL: https://issues.apache.org/jira/browse/HBASE-18660 Project: HBase Issue Ty

[jira] [Created] (HBASE-18659) Use HDFS ACL to give user the ability to read snapshot directly on HDFS

2017-08-22 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-18659: - Summary: Use HDFS ACL to give user the ability to read snapshot directly on HDFS Key: HBASE-18659 URL: https://issues.apache.org/jira/browse/HBASE-18659 Project: HBase

[jira] [Resolved] (HBASE-18204) [C++] Rpc connection close and reconnecting

2017-08-22 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-18204. --- Resolution: Fixed Fix Version/s: HBASE-14850 > [C++] Rpc connection close and reconnec

[jira] [Created] (HBASE-18658) Purge hokey hbase Service implementation; use (internal) Guava Service instead

2017-08-22 Thread stack (JIRA)
stack created HBASE-18658: - Summary: Purge hokey hbase Service implementation; use (internal) Guava Service instead Key: HBASE-18658 URL: https://issues.apache.org/jira/browse/HBASE-18658 Project: HBase

[ANNOUNCE] Apache HBase 1.1.12 is now available for download

2017-08-22 Thread Nick Dimiduk
The HBase team is happy to announce the immediate availability of HBase 1.1.12! Download it from an Apache mirror near you, http://www.apache.org/dyn/closer.lua/hbase/, or wire up through the maven repo. Apache HBase is an open-source, distributed, versioned, non-relational database. Apache HBase

[jira] [Created] (HBASE-18657) Add Aspirator rules to error-prone

2017-08-22 Thread Mike Drob (JIRA)
Mike Drob created HBASE-18657: - Summary: Add Aspirator rules to error-prone Key: HBASE-18657 URL: https://issues.apache.org/jira/browse/HBASE-18657 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-18656) Address issues found by error-prone

2017-08-22 Thread Mike Drob (JIRA)
Mike Drob created HBASE-18656: - Summary: Address issues found by error-prone Key: HBASE-18656 URL: https://issues.apache.org/jira/browse/HBASE-18656 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-18655) TestAsyncClusterAdminApi2 failing sometimes

2017-08-22 Thread Mike Drob (JIRA)
Mike Drob created HBASE-18655: - Summary: TestAsyncClusterAdminApi2 failing sometimes Key: HBASE-18655 URL: https://issues.apache.org/jira/browse/HBASE-18655 Project: HBase Issue Type: Bug Aff

Re: [DISCUSS] Merging Hybrid Logical Clocks with Master

2017-08-22 Thread Stack
Look at the pretty HLC timestamps in meta after a run: hbase:meta column=table:state, timestamp=1576463246879096833, value=\x08\x00 hbase:namespace column=table:state, timestamp=1576460369910562817, value=\x08\x00 hbase:namespace,,1503429763610.6d365281d5ca8ee0bc0fa12cdf33e

Re: [DISCUSS] Merging Hybrid Logical Clocks with Master

2017-08-22 Thread Stack
Nice work Amit. Idea of merging sounds good to me. Our metadata system will run w/ a new rigor as HLC allows us leave behind a whole class of issues. I ran the HLC branch on small cluster for a while w/ chaos. The ITBLL job passed so basically works I'd say. +1 from me on merge. St.Ack On Mon, A

[jira] [Resolved] (HBASE-18653) Undo hbase2 check against < hadoop2.6.x; i.e. implement agreed drop of hadoop 2.4 and 2.5 support in hbase2

2017-08-22 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-18653. --- Resolution: Fixed Release Note: Change the yetus profile for branch-2 so it no longer runs hadoop 2.4.x

[jira] [Created] (HBASE-18654) HBaseTestingUtility - sessions still active after cluster shutdown

2017-08-22 Thread James Netherton (JIRA)
James Netherton created HBASE-18654: --- Summary: HBaseTestingUtility - sessions still active after cluster shutdown Key: HBASE-18654 URL: https://issues.apache.org/jira/browse/HBASE-18654 Project: HBa

[jira] [Resolved] (HBASE-18578) [C++] Add pause for RPC test

2017-08-22 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-18578. --- Resolution: Fixed Assignee: Xiaobing Zhou Hadoop Flags: Reviewed Fix Vers

[jira] [Resolved] (HBASE-18574) [C++] flakey test failure of TestFailWithException and FailWithExceptionFromRegionLocationLookupSplitRegions

2017-08-22 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-18574. --- Resolution: Duplicate Duplicate of HBASE-18541. > [C++] flakey test failure of TestFailWith

[jira] [Resolved] (HBASE-18650) HBase replication Master-Master model issue

2017-08-22 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18650. Resolution: Invalid These kinds of questions belong on the us...@hbase.apache.org mailing list, pl

[jira] [Created] (HBASE-18653) Undo hbase2 check against < hadoop2.6.x; i.e. implement agreed drop of hadoop 2.4 and 2.5 support in hbase2

2017-08-22 Thread stack (JIRA)
stack created HBASE-18653: - Summary: Undo hbase2 check against < hadoop2.6.x; i.e. implement agreed drop of hadoop 2.4 and 2.5 support in hbase2 Key: HBASE-18653 URL: https://issues.apache.org/jira/browse/HBASE-18653

[jira] [Created] (HBASE-18652) Expose individual cache stats in a CombinedCache through JMX

2017-08-22 Thread Biju Nair (JIRA)
Biju Nair created HBASE-18652: - Summary: Expose individual cache stats in a CombinedCache through JMX Key: HBASE-18652 URL: https://issues.apache.org/jira/browse/HBASE-18652 Project: HBase Issue

[jira] [Created] (HBASE-18651) Let ChaosMonkeyRunner expose the chaos monkey runner it creates

2017-08-22 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18651: -- Summary: Let ChaosMonkeyRunner expose the chaos monkey runner it creates Key: HBASE-18651 URL: https://issues.apache.org/jira/browse/HBASE-18651 Project: HBase Issue Ty

[jira] [Reopened] (HBASE-14498) Master stuck in infinite loop when all Zookeeper servers are unreachable

2017-08-22 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy reopened HBASE-14498: -- > Master stuck in infinite loop when all Zookeeper servers are unreachable > --