[jira] [Created] (HBASE-19680) BufferedMutatorImpl#mutate should wait the result from AP in order to throw the failed mutations

2017-12-31 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19680: -- Summary: BufferedMutatorImpl#mutate should wait the result from AP in order to throw the failed mutations Key: HBASE-19680 URL: https://issues.apache.org/jira/browse/HBASE-196

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread Jean-Marc Spaggiari
Sorry to spam the list :( Another interesting thing. Now most of my tablesare online. For few I'm getting this: Caused by: java.lang.IllegalArgumentException: Invalid HFile version: major=2, minor=1: expected at least major=2 and minor=3 at org.apache.hadoop.hbase.io.hfile.HFileReaderImpl

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread Jean-Marc Spaggiari
Ok. With a brand new DestCP from source cluster, regions are getting assigned correctly. So sound like if they get stuck initially for any reason, then even if the reason is fixed they can not get assigned anymore again. Will keep playing. I kept the previous /hbase just in case we need something

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread Jean-Marc Spaggiari
Nothing bad that I can see. Here is a region server log: https://pastebin.com/0r76Y6ap Disabling the table makes the regions leave the transition mode. I'm trying to disable all tables one by one (because it get stuck after each disable) and will see if re-enabling them helps... On the master sid

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread Jean-Marc Spaggiari
> Good questions. If you disable snappy does it work? See below. I don't think it's related to snappy anymore. > If you start over fresh does it work? DistCP in progress. Will let you know in 4 hours... > It should be picking up native libs. Make an issue please jms. Thanks for giving it a go.

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread stack
There is nothing further up in the master log from regionservers or on regionservers side on open? Thanks, S On Dec 31, 2017 8:37 AM, "stack" wrote: > Good questions. If you disable snappy does it work? If you start over > fresh does it work? It should be picking up native libs. Make an iss

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread stack
Good questions. If you disable snappy does it work? If you start over fresh does it work? It should be picking up native libs. Make an issue please jms. Thanks for giving it a go. S On Dec 30, 2017 11:49 PM, "Jean-Marc Spaggiari" wrote: > Hi Stack, > > I just tried to give it a try... Wipe

Improvements in make_patch script

2017-12-31 Thread Niels Basjes
Hi all, I've been making some patches over the last few days and I ran into several things in the make_patch.sh script that didn't work for me as smoothly as I would have expected. So I fixed those problems https://issues.apache.org/jira/browse/HBASE-19674 Please review. Happy New Year -- Best