[jira] [Created] (HBASE-19222) update jruby to 9.1.14.0+

2017-11-08 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-19222: --- Summary: update jruby to 9.1.14.0+ Key: HBASE-19222 URL: https://issues.apache.org/jira/browse/HBASE-19222 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-19221) NoClassDefFoundError: org/hamcrest/SelfDescribing while running IT tests in 2.0-alpha4

2017-11-08 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-19221: -- Summary: NoClassDefFoundError: org/hamcrest/SelfDescribing while running IT tests in 2.0-alpha4 Key: HBASE-19221 URL:

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-08 Thread ramkrishna vasudevan
Done. https://issues.apache.org/jira/browse/HBASE-19221 Thanks Stack. Regards Ram On Thu, Nov 9, 2017 at 11:36 AM, Stack wrote: > Thats a dirty rotten bug I'd say. File blocker on beta-1. Thanks Ram. > S > > On Wed, Nov 8, 2017 at 8:56 PM, ramkrishna vasudevan < >

[jira] [Resolved] (HBASE-13631) Migration from 0.94 to 2.0.0

2017-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-13631. --- Resolution: Won't Fix Resolving as "won't do" going of discussion up on dev list [1] 1.

Re: DISCUSSION: Minimum hbase1 version from which you can upgrade to hbase2 (1.2.x?)

2017-11-08 Thread Stack
FYI, I'm resolving HBASE-13631 "Migration from 0.94 to 2.0.0" because of the discussion here on this thread. Sounds like 1.2 is minimum but lets try and see if we can go from 0.98. Thanks, S On Sat, Nov 4, 2017 at 9:41 PM, Stack wrote: > On Sat, Nov 4, 2017 at 6:19 PM,

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-08 Thread Stack
Thats a dirty rotten bug I'd say. File blocker on beta-1. Thanks Ram. S On Wed, Nov 8, 2017 at 8:56 PM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Hi Stack > I tried running some IT test cases using the alpha-4 RC. I found this issue > Exception in thread "main"

Re: Fix version maintenance for 1.4.0

2017-11-08 Thread Stack
On Wed, Nov 8, 2017 at 4:31 PM, Andrew Purtell wrote: > You may notice I'm dropping '1.4.0' from fix versions wherever we have > something that went in to any 1.3.x. This is because I am basing the > CHANGES.txt changelog for 1.4.0 on the latest from branch-1.3, so anything

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-08 Thread ramkrishna vasudevan
Hi Stack I tried running some IT test cases using the alpha-4 RC. I found this issue Exception in thread "main" java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing at java.lang.ClassLoader.defineClass1(Native Method) at

[jira] [Created] (HBASE-19220) Async tests time out talking to zk; 'clusterid came back null'

2017-11-08 Thread stack (JIRA)
stack created HBASE-19220: - Summary: Async tests time out talking to zk; 'clusterid came back null' Key: HBASE-19220 URL: https://issues.apache.org/jira/browse/HBASE-19220 Project: HBase Issue

Fix version maintenance for 1.4.0

2017-11-08 Thread Andrew Purtell
You may notice I'm dropping '1.4.0' from fix versions wherever we have something that went in to any 1.3.x. This is because I am basing the CHANGES.txt changelog for 1.4.0 on the latest from branch-1.3, so anything that went in on branch-1.3 will be included in the changelog at the correct point

[jira] [Resolved] (HBASE-19193) [AMv2] Master dies during Table Drop, new Master confused on what to do w/ Regions

2017-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-19193. --- Resolution: Won't Fix Resolving as won't fix. After study, I had the scenario wrong. See HBASE-19165 , the

[jira] [Created] (HBASE-19219) determine if precommit failure in HBASE-9465 is a yetus bug

2017-11-08 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-19219: --- Summary: determine if precommit failure in HBASE-9465 is a yetus bug Key: HBASE-19219 URL: https://issues.apache.org/jira/browse/HBASE-19219 Project: HBase

[jira] [Resolved] (HBASE-18726) [C++] Don't compile with -D_GLIBCXX_USE_CXX11_ABI=0

2017-11-08 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18726. Resolution: Not A Problem Fix Version/s: (was: HBASE-14850) Thanks for the

[jira] [Created] (HBASE-19218) Master stuck thinking hbase:namespace is assigned after restart preventing intialization

2017-11-08 Thread Josh Elser (JIRA)
Josh Elser created HBASE-19218: -- Summary: Master stuck thinking hbase:namespace is assigned after restart preventing intialization Key: HBASE-19218 URL: https://issues.apache.org/jira/browse/HBASE-19218

Re: [DISCUSS] Plan to avoid backup/restore removal from 2.0

2017-11-08 Thread Josh Elser
On 11/8/17 1:26 PM, Andrew Purtell wrote: I won't speak to the timing aspects of this, that's up to the RM, but the testing details look reasonable to me. Understood and agree. Thanks for your input! With respect to chaos testing, the following goals would be good: - Some backups and

Re: [DISCUSS] Plan to avoid backup/restore removal from 2.0

2017-11-08 Thread Andrew Purtell
I won't speak to the timing aspects of this, that's up to the RM, but the testing details look reasonable to me. With respect to chaos testing, the following goals would be good: - Some backups and restores succeed even with masters and RSes going up and down. The resiliency can always be

Re: Trunk build is broken

2017-11-08 Thread Andrew Purtell
The trunk build had issues. Others were ok. jetty-sslengine is a recently new dependency, I think after we moved up the default Hadoop version to 2.7.4, and its license text was slightly incorrect. Fixed with an update to supplemental-models.xml. On Wed, Nov 8, 2017 at 10:00 AM, Josh Elser

Re: Trunk build is broken

2017-11-08 Thread Josh Elser
On 11/8/17 3:56 AM, 张铎(Duo Zhang) wrote: https://builds.apache.org/job/HBase-Trunk_matrix/jdk=JDK%201.8%20(latest),label=Hadoop/4017/console LICENSE violation? Looks like Andrew already knocked this one out in HBASE-19217 (Thanks!)

[jira] [Created] (HBASE-19217) Update supplemental-models.xml for jetty-sslengine

2017-11-08 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-19217: -- Summary: Update supplemental-models.xml for jetty-sslengine Key: HBASE-19217 URL: https://issues.apache.org/jira/browse/HBASE-19217 Project: HBase Issue

Failure: HBase Generate Website

2017-11-08 Thread Apache Jenkins Server
Build status: Failure The HBase website has not been updated to incorporate HBase commit ${CURRENT_HBASE_COMMIT}. See https://builds.apache.org/job/hbase_generate_website/1161/console

[jira] [Created] (HBASE-19216) Use procedure to execute replication peer related operations

2017-11-08 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19216: - Summary: Use procedure to execute replication peer related operations Key: HBASE-19216 URL: https://issues.apache.org/jira/browse/HBASE-19216 Project: HBase

[jira] [Created] (HBASE-19215) Incorrect exception handling on the client causes incorrect call timeouts and byte buffer allocations on the server

2017-11-08 Thread Abhishek Singh Chouhan (JIRA)
Abhishek Singh Chouhan created HBASE-19215: -- Summary: Incorrect exception handling on the client causes incorrect call timeouts and byte buffer allocations on the server Key: HBASE-19215 URL:

[jira] [Created] (HBASE-19214) Align scan in Table and AsyncTable

2017-11-08 Thread Peter Somogyi (JIRA)
Peter Somogyi created HBASE-19214: - Summary: Align scan in Table and AsyncTable Key: HBASE-19214 URL: https://issues.apache.org/jira/browse/HBASE-19214 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-19213) Align check and mutate operations in Table and AsyncTable

2017-11-08 Thread Peter Somogyi (JIRA)
Peter Somogyi created HBASE-19213: - Summary: Align check and mutate operations in Table and AsyncTable Key: HBASE-19213 URL: https://issues.apache.org/jira/browse/HBASE-19213 Project: HBase

[jira] [Created] (HBASE-19212) Align coprocessor in Table and AsyncTable

2017-11-08 Thread Peter Somogyi (JIRA)
Peter Somogyi created HBASE-19212: - Summary: Align coprocessor in Table and AsyncTable Key: HBASE-19212 URL: https://issues.apache.org/jira/browse/HBASE-19212 Project: HBase Issue Type:

Trunk build is broken

2017-11-08 Thread Duo Zhang
https://builds.apache.org/job/HBase-Trunk_matrix/jdk=JDK%201.8%20(latest),label=Hadoop/4017/console LICENSE violation?