[jira] [Created] (HBASE-8928) Make ChaosMonkey & LoadTest tools extensible, to allow addition of more actions and policies.

2013-07-10 Thread gautam (JIRA)
gautam created HBASE-8928: - Summary: Make ChaosMonkey & LoadTest tools extensible, to allow addition of more actions and policies. Key: HBASE-8928 URL: https://issues.apache.org/jira/browse/HBASE-8928 Project

[jira] [Created] (HBASE-8927) Use nano time instead of mili time everywhere

2013-07-10 Thread stack (JIRA)
stack created HBASE-8927: Summary: Use nano time instead of mili time everywhere Key: HBASE-8927 URL: https://issues.apache.org/jira/browse/HBASE-8927 Project: HBase Issue Type: Bug Repor

Re: 【region compaction check key-bound or not】

2013-07-10 Thread Bing Jiang
Thanks, Ted and Sergey. I just want to build a tool to move some regions from one table to another, so I try to think over the strategy of Bulkload or snapshot, but there are more costs in our case. So could I try to make change in region's compaction, that it adds original region's key bound in s

Re: 【region compaction check key-bound or not】

2013-07-10 Thread Bing Jiang
Thanks,Sergey. These days, I want to move a table from one hbase cluster to another hbase cluster, and there are the same table's schema. So I want to move a region's storefile to another table's region corresponding directory, and the key bound of regions are overlapped. For example: Cluster |

Re: 【region compaction check key-bound or not】

2013-07-10 Thread Ted Yu
bq. upgrade to 0.94.6 Nit: upgrade to 0.94.6.1 (or 0.94.9 which was just released) Cheers On Wed, Jul 10, 2013 at 6:04 PM, Sergey Shelukhin wrote: > Yeah, this is not going to work... moving storefiles manually between > regions is generally not a good idea. > Do you want to move entire table i

Re: 【region compaction check key-bound or not】

2013-07-10 Thread Sergey Shelukhin
Yeah, this is not going to work... moving storefiles manually between regions is generally not a good idea. Do you want to move entire table into new table? Then the best thing is probably to upgrade to 0.94.6 (rolling restart is supported from 0.94.3) and use HBase snapshots. You can use export ta

[jira] [Created] (HBASE-8926) Do not set default GC options in hbase-env.sh

2013-07-10 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8926: - Summary: Do not set default GC options in hbase-env.sh Key: HBASE-8926 URL: https://issues.apache.org/jira/browse/HBASE-8926 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-8925) [replication] Allow lazy RS to help overwhelmed RS

2013-07-10 Thread Jesse Yates (JIRA)
Jesse Yates created HBASE-8925: -- Summary: [replication] Allow lazy RS to help overwhelmed RS Key: HBASE-8925 URL: https://issues.apache.org/jira/browse/HBASE-8925 Project: HBase Issue Type: Impr

[jira] [Created] (HBASE-8924) Master Can fail to come up after chaos monkey if the sleep time is too short.

2013-07-10 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-8924: Summary: Master Can fail to come up after chaos monkey if the sleep time is too short. Key: HBASE-8924 URL: https://issues.apache.org/jira/browse/HBASE-8924 Project:

[jira] [Resolved] (HBASE-7632) fail to create ReplicationSource if ReplicationPeer.startStateTracker checkExists(peerStateNode) and find not exist but fails in createAndWatch due to client/shell is do

2013-07-10 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-7632. --- Resolution: Duplicate Fix Version/s: (was: 0.95.2) This was actually fixed

[jira] [Created] (HBASE-8923) ChaosMonkey test teardown may fail due to race with ChaosMonkey

2013-07-10 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-8923: --- Summary: ChaosMonkey test teardown may fail due to race with ChaosMonkey Key: HBASE-8923 URL: https://issues.apache.org/jira/browse/HBASE-8923 Project: HBase

[jira] [Created] (HBASE-8922) TestAdmin.testForceSplitMultiFamily fails in hadoopqa

2013-07-10 Thread stack (JIRA)
stack created HBASE-8922: Summary: TestAdmin.testForceSplitMultiFamily fails in hadoopqa Key: HBASE-8922 URL: https://issues.apache.org/jira/browse/HBASE-8922 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-8921) [thrift2] Add GenericOptionsParser to Thrift 2 server

2013-07-10 Thread Lars George (JIRA)
Lars George created HBASE-8921: -- Summary: [thrift2] Add GenericOptionsParser to Thrift 2 server Key: HBASE-8921 URL: https://issues.apache.org/jira/browse/HBASE-8921 Project: HBase Issue Type: I

[jira] [Created] (HBASE-8920) TestZKBasedOpenCloseRegion.testReOpenRegion fails occasionally

2013-07-10 Thread stack (JIRA)
stack created HBASE-8920: Summary: TestZKBasedOpenCloseRegion.testReOpenRegion fails occasionally Key: HBASE-8920 URL: https://issues.apache.org/jira/browse/HBASE-8920 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-8919) TestReplicationQueueFailover (and Compressed) can fail because the recovered queue gets stuck on ClosedByInterruptException

2013-07-10 Thread Jean-Daniel Cryans (JIRA)
Jean-Daniel Cryans created HBASE-8919: - Summary: TestReplicationQueueFailover (and Compressed) can fail because the recovered queue gets stuck on ClosedByInterruptException Key: HBASE-8919 URL: https://issues.

[jira] [Reopened] (HBASE-8918) Removes redundant identifiers from interfaces

2013-07-10 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reopened HBASE-8918: -- Reverted since still chatting. > Removes redundant identifiers from interfaces > -

[jira] [Resolved] (HBASE-7949) Enable big content store in HBase

2013-07-10 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin resolved HBASE-7949. - Resolution: Won't Fix resolving as suggested earlier > Enable big conten

This quarter's report to the the Apache Board sent by your PMC

2013-07-10 Thread Stack
(Some small private matters have been removed) HBase is a distributed column-oriented database built on top of Hadoop Common and Hadoop HDFS ISSUES FOR THE BOARD’s ATTENTION RELEASES 0.94.7 -- 04/26/2013 0.94.8 -- 05/30/2013 0.94.9 -- 07/05/2013 0.95.1 -- 06/12/2013 The second in a "Devel

Re: 60000 millis timeout while waiting for channel to be ready for read

2013-07-10 Thread shapoor
i am using the followings: hadoop-1.1.2 hbase-0.94.7 regards, shapoor -- View this message in context: http://apache-hbase.679495.n3.nabble.com/6-millis-timeout-while-waiting-for-channel-to-be-ready-for-read-tp4047612p4047666.html Sent from the HBase Developer mailing list archive at Nab

[jira] [Resolved] (HBASE-8620) Port HBASE-6874 Implement prefetching for scanners from 0.89-fb to 0.94

2013-07-10 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-8620. -- Resolution: Won't Fix > Port HBASE-6874 Implement prefetching for scanners from 0.89-fb to

[jira] [Created] (HBASE-8918) Removes redundant identifiers from interfaces

2013-07-10 Thread Lars Francke (JIRA)
Lars Francke created HBASE-8918: --- Summary: Removes redundant identifiers from interfaces Key: HBASE-8918 URL: https://issues.apache.org/jira/browse/HBASE-8918 Project: HBase Issue Type: Improve

[jira] [Created] (HBASE-8917) Minor cleanup and fixes for POM

2013-07-10 Thread Lars Francke (JIRA)
Lars Francke created HBASE-8917: --- Summary: Minor cleanup and fixes for POM Key: HBASE-8917 URL: https://issues.apache.org/jira/browse/HBASE-8917 Project: HBase Issue Type: Bug Repor

[jira] [Created] (HBASE-8916) Optimize usage of Jackson's ObjectMapper

2013-07-10 Thread Lars Francke (JIRA)
Lars Francke created HBASE-8916: --- Summary: Optimize usage of Jackson's ObjectMapper Key: HBASE-8916 URL: https://issues.apache.org/jira/browse/HBASE-8916 Project: HBase Issue Type: Improvement