[jira] [Created] (HBASE-13110) TestCoprocessorEndpoint hangs on trunk

2015-02-25 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-13110: -- Summary: TestCoprocessorEndpoint hangs on trunk Key: HBASE-13110 URL: https://issues.apache.org/jira/browse/HBASE-13110 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-13109) Use scanner look ahead for timeranges as well

2015-02-25 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-13109: - Summary: Use scanner look ahead for timeranges as well Key: HBASE-13109 URL: https://issues.apache.org/jira/browse/HBASE-13109 Project: HBase Issue Type: B

[jira] [Created] (HBASE-13108) Reduce Connection creations in TestAcidGuarantees

2015-02-25 Thread zhangduo (JIRA)
zhangduo created HBASE-13108: Summary: Reduce Connection creations in TestAcidGuarantees Key: HBASE-13108 URL: https://issues.apache.org/jira/browse/HBASE-13108 Project: HBase Issue Type: Sub-tas

[jira] [Reopened] (HBASE-13058) Hbase shell command 'scan' for non existent table shows unnecessary info for one unrelated existent table.

2015-02-25 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-13058: Reopened due to revert > Hbase shell command 'scan' for non existent table shows unnecessary i

Re: [ANNOUNCE] Apache HBase 1.0.0 is now available for download

2015-02-25 Thread zhou_shuaif...@sina.com
Great! zhou_shuaif...@sina.com From: Enis Söztutar Date: 2015-02-24 16:28 To: hbase-user; dev@hbase.apache.org Subject: [ANNOUNCE] Apache HBase 1.0.0 is now available for download The HBase Team is pleased to announce the immediate release of HBase 1.0.0. Download it from your favorite Apache

Re: Snapshot internals questions

2015-02-25 Thread Jerry He
Almost forget that! Thanks!

[jira] [Created] (HBASE-13107) Refactor MOB Snapshot logic to reduce code duplication.

2015-02-25 Thread Jonathan Hsieh (JIRA)
Jonathan Hsieh created HBASE-13107: -- Summary: Refactor MOB Snapshot logic to reduce code duplication. Key: HBASE-13107 URL: https://issues.apache.org/jira/browse/HBASE-13107 Project: HBase I

Re: Snapshot internals questions

2015-02-25 Thread Vladimir Rodionov
Yes, thanks found already. -Vlad On Wed, Feb 25, 2015 at 4:04 PM, Matteo Bertozzi wrote: > On Wed, Feb 25, 2015 at 6:39 PM, Vladimir Rodionov > > wrote: > > > 2. Do we have a possible race condition in SnapshotManifest: > > a. When we get a list of a store files in > > public void addRegion(

Re: Snapshot internals questions

2015-02-25 Thread Matteo Bertozzi
On Wed, Feb 25, 2015 at 6:39 PM, Vladimir Rodionov wrote: > 2. Do we have a possible race condition in SnapshotManifest: > a. When we get a list of a store files in > public void addRegion(final HRegion region) > b. then we iterate over this list and do some work > c. then we close snapshot for

[jira] [Created] (HBASE-13106) Ensure endpoint-only table coprocessors can be dynamically loaded

2015-02-25 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-13106: -- Summary: Ensure endpoint-only table coprocessors can be dynamically loaded Key: HBASE-13106 URL: https://issues.apache.org/jira/browse/HBASE-13106 Project: HBase

[jira] [Created] (HBASE-13105) [hbck] Add option to reconstruct hbase:namespace if corrupt

2015-02-25 Thread Esteban Gutierrez (JIRA)
Esteban Gutierrez created HBASE-13105: - Summary: [hbck] Add option to reconstruct hbase:namespace if corrupt Key: HBASE-13105 URL: https://issues.apache.org/jira/browse/HBASE-13105 Project: HBase

Re: [ANNOUNCE] Apache HBase 1.0.0 is now available for download

2015-02-25 Thread Aditya
A very important milestone indeed! Congratulations to everyone who have been part of this wonderful community. aditya... On Wed, Feb 25, 2015 at 12:22 AM, Lars George wrote: > Great work everyone! Congratulations, this is the most awesome community to > be in. > > Some coverage: > - > > https:

Thinking of making the first 0.98.11 RC on 3/2

2015-02-25 Thread Andrew Purtell
We already have 79 committed changes for it, looks like. Please let me know if you have any concerns. -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)

[jira] [Created] (HBASE-13104) ZooKeeper session timeout cannot be changed for standalone HBase

2015-02-25 Thread Alex Araujo (JIRA)
Alex Araujo created HBASE-13104: --- Summary: ZooKeeper session timeout cannot be changed for standalone HBase Key: HBASE-13104 URL: https://issues.apache.org/jira/browse/HBASE-13104 Project: HBase

Re: Snapshot internals questions

2015-02-25 Thread Vladimir Rodionov
Jerry, merge and compaction bypass region lock, just check the code . in startRegionOperation: if (op == Operation.MERGE_REGION || op == Operation.SPLIT_REGION || op == Operation.COMPACT_REGION) { // split, merge or compact region doesn't need to check the closing/closed state or

Re: Snapshot internals questions

2015-02-25 Thread Jerry He
Hi, Vlad For question 1. see HBASE-8760 . For question 2, the region is under startRegionOperation() --> read lock. Thanks, Jerry On Wed, Feb 25, 2015 at 10:39 AM, Vladimir Rodionov wrote: > Hi, folks > > 1. In EnabledTableSnapshotHandler in >

[jira] [Created] (HBASE-13103) [ergonomics] add shell,API to "reshape" a table

2015-02-25 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-13103: Summary: [ergonomics] add shell,API to "reshape" a table Key: HBASE-13103 URL: https://issues.apache.org/jira/browse/HBASE-13103 Project: HBase Issue Type: B

[ANNOUNCE] Apache Phoenix 4.3 released

2015-02-25 Thread James Taylor
The Apache Phoenix team is pleased to announce the immediate availability of the 4.3 release. Highlights include: - functional indexes [1] - map-reduce over Phoenix tables [2] - cross join support [3] - query hint to force index usage [4] - set HBase properties through ALTER TABLE - ISO-8601 date

[jira] [Created] (HBASE-13102) Pseudo-distributed Mode is broken in 1.0.0

2015-02-25 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-13102: - Summary: Pseudo-distributed Mode is broken in 1.0.0 Key: HBASE-13102 URL: https://issues.apache.org/jira/browse/HBASE-13102 Project: HBase Issue Type: Bug

Snapshot internals questions

2015-02-25 Thread Vladimir Rodionov
Hi, folks 1. In EnabledTableSnapshotHandler in protected void snapshotRegions(List> regions) why do we make snapshot for offline and split regions after all online regions are done? 2. Do we have a possible race condition in SnapshotManifest: a. When we get a list of a store files in public

[jira] [Created] (HBASE-13101) RPC throttling to protect against malicious clients

2015-02-25 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-13101: Summary: RPC throttling to protect against malicious clients Key: HBASE-13101 URL: https://issues.apache.org/jira/browse/HBASE-13101 Project: HBase Issue Typ

[jira] [Resolved] (HBASE-12244) Upgrade to Surefire 2.18 as soon as it's released

2015-02-25 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HBASE-12244. --- Resolution: Not a Problem Seems like this got done somewhere else > Upgrade to Surefire 2.18

[jira] [Reopened] (HBASE-13086) Show ZK root node on Master WebUI

2015-02-25 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-13086: This change may have introduced a regression in the 0.98 builds. See https://builds.apache.org

[jira] [Created] (HBASE-13100) Shell command to retrieve table splits

2015-02-25 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-13100: --- Summary: Shell command to retrieve table splits Key: HBASE-13100 URL: https://issues.apache.org/jira/browse/HBASE-13100 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-13099) Scans as in DynamoDB

2015-02-25 Thread Nicolas Liochon (JIRA)
Nicolas Liochon created HBASE-13099: --- Summary: Scans as in DynamoDB Key: HBASE-13099 URL: https://issues.apache.org/jira/browse/HBASE-13099 Project: HBase Issue Type: Brainstorming

[jira] [Created] (HBASE-13098) HBase Connection Control

2015-02-25 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-13098: - Summary: HBase Connection Control Key: HBASE-13098 URL: https://issues.apache.org/jira/browse/HBASE-13098 Project: HBase Issue Type: New Feature

[jira] [Reopened] (HBASE-13084) Add labels to VisibilityLabelsCache asynchronously causes TestShell flakey

2015-02-25 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan reopened HBASE-13084: > Add labels to VisibilityLabelsCache asynchronously causes TestShell flakey >

Re: [ANNOUNCE] Apache HBase 1.0.0 is now available for download

2015-02-25 Thread Lars George
Great work everyone! Congratulations, this is the most awesome community to be in. Some coverage: - https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces72 - http://www.heise.de/developer/meldung/Big-Data-HBase-1-0-erschienen-2558708.html On Tue, Feb 24, 2015 at 9:30