[jira] [Resolved] (HBASE-11776) All RegionServers crash when compact when setting TTL

2014-08-18 Thread wuchengzhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wuchengzhi resolved HBASE-11776. Resolution: Duplicate duplicate issue > All RegionServers crash when compact when setting TTL > -

Re: A better way to migrate the whole cluster?

2014-08-18 Thread lars hofhansl
Tobe, did any of this fix your problem? -- Lars From: lars hofhansl To: "dev@hbase.apache.org" Sent: Friday, August 15, 2014 10:57 AM Subject: Re: A better way to migrate the whole cluster? Well, 1.8TB in 24h is 1.8/24/3600TB/s ~ 22KB/s. That seems prett

[jira] [Created] (HBASE-11777) Find a way to use KV.setSequenceId() on Cells on the server-side read path

2014-08-18 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-11777: -- Summary: Find a way to use KV.setSequenceId() on Cells on the server-side read path Key: HBASE-11777 URL: https://issues.apache.org/jira/browse/HBASE-11777

[jira] [Created] (HBASE-11776) All RegionServers crash when compact when setting TTL

2014-08-18 Thread wuchengzhi (JIRA)
wuchengzhi created HBASE-11776: -- Summary: All RegionServers crash when compact when setting TTL Key: HBASE-11776 URL: https://issues.apache.org/jira/browse/HBASE-11776 Project: HBase Issue Type:

[jira] [Created] (HBASE-11775) Shell support for per cell TTLs

2014-08-18 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-11775: -- Summary: Shell support for per cell TTLs Key: HBASE-11775 URL: https://issues.apache.org/jira/browse/HBASE-11775 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-11774) Avoid allocating unnecessary tag iterators

2014-08-18 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-11774: -- Summary: Avoid allocating unnecessary tag iterators Key: HBASE-11774 URL: https://issues.apache.org/jira/browse/HBASE-11774 Project: HBase Issue Type: Im

[jira] [Resolved] (HBASE-11754) [Shell] Record table property SPLITS_FILE in descriptor

2014-08-18 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11754. Resolution: Fixed Hadoop Flags: Reviewed Committed to 0.94+ except 0.96 > [Shell] R

[jira] [Created] (HBASE-11773) Wrong field used for protobuf construction in RegionStates.

2014-08-18 Thread Andrey Stepachev (JIRA)
Andrey Stepachev created HBASE-11773: Summary: Wrong field used for protobuf construction in RegionStates. Key: HBASE-11773 URL: https://issues.apache.org/jira/browse/HBASE-11773 Project: HBase

Re: HBase shell compatibility needs

2014-08-18 Thread Jonathan Hsieh
On Thu, Aug 14, 2014 at 1:44 PM, Sean Busbey wrote: > Responses inline > > > On Thu, Aug 14, 2014 at 3:16 PM, Jonathan Hsieh wrote: > > > I've always found working with the jruby part of the hbase shell jarring > > because many of the hbase commands don't interact "natively" with jruby > > const

[jira] [Created] (HBASE-11772) Bulk load mvcc and seqId issues with native hfiles

2014-08-18 Thread Jerry He (JIRA)
Jerry He created HBASE-11772: Summary: Bulk load mvcc and seqId issues with native hfiles Key: HBASE-11772 URL: https://issues.apache.org/jira/browse/HBASE-11772 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-11771) Move to log4j 2

2014-08-18 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11771. Resolution: Duplicate Assignee: (was: Alex Newman) Dup of HBASE-10092. Want to t

[jira] [Created] (HBASE-11771) Move to log4j 2

2014-08-18 Thread Alex Newman (JIRA)
Alex Newman created HBASE-11771: --- Summary: Move to log4j 2 Key: HBASE-11771 URL: https://issues.apache.org/jira/browse/HBASE-11771 Project: HBase Issue Type: Improvement Reporter: A

[jira] [Resolved] (HBASE-11596) [Shell] Recreate table grants after truncate

2014-08-18 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11596. Resolution: Duplicate I'm going to resolve this as a dup of HBASE-8332 and HBASE-11769 >

[jira] [Created] (HBASE-11770) TestBlockCacheReporting.testBucketCache is not stable

2014-08-18 Thread Sergey Soldatov (JIRA)
Sergey Soldatov created HBASE-11770: --- Summary: TestBlockCacheReporting.testBucketCache is not stable Key: HBASE-11770 URL: https://issues.apache.org/jira/browse/HBASE-11770 Project: HBase

Re: May I ask why HBase choose to partition data by range?

2014-08-18 Thread Jonathan Hsieh
Partitioning by range allows for efficient range scans. Logically the ranges act like accessing a sorted list with a indexing hints. Other systems that by default to hashing will not be able to efficiently scan though all its data sequentially. The nice thing with hbase though is that you can ch

[jira] [Created] (HBASE-11769) Truncate table shouldn't revoke user privileges

2014-08-18 Thread hongyu bi (JIRA)
hongyu bi created HBASE-11769: - Summary: Truncate table shouldn't revoke user privileges Key: HBASE-11769 URL: https://issues.apache.org/jira/browse/HBASE-11769 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-11768) Register region server in zookeeper by ip address

2014-08-18 Thread Cheney Sun (JIRA)
Cheney Sun created HBASE-11768: -- Summary: Register region server in zookeeper by ip address Key: HBASE-11768 URL: https://issues.apache.org/jira/browse/HBASE-11768 Project: HBase Issue Type: Imp