[jira] [Created] (HBASE-16642) Use DelayQueue instead of TimeoutBlockingQueue

2016-09-16 Thread Hiroshi Ikeda (JIRA)
Hiroshi Ikeda created HBASE-16642: - Summary: Use DelayQueue instead of TimeoutBlockingQueue Key: HBASE-16642 URL: https://issues.apache.org/jira/browse/HBASE-16642 Project: HBase Issue Type:

[jira] [Created] (HBASE-16644) Errors when reading legit HFile' Trailer on branch 1.3

2016-09-16 Thread Mikhail Antonov (JIRA)
Mikhail Antonov created HBASE-16644: --- Summary: Errors when reading legit HFile' Trailer on branch 1.3 Key: HBASE-16644 URL: https://issues.apache.org/jira/browse/HBASE-16644 Project: HBase

Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)

2016-09-16 Thread aman poonia
I am not sure if this will help. But it looks like it is because of version mismatch, that is, it is expecting JDK1.7 and we are compiling with jdk1.8. That means there is some library which has to be compiled with jdk8 or needs to be updated to a jdk8 compatible version. -- *With Regards:-*

[jira] [Created] (HBASE-16643) Reverse scanner heap creation may not allow MSLAB closure due to inproper ref counting of segments

2016-09-16 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-16643: -- Summary: Reverse scanner heap creation may not allow MSLAB closure due to inproper ref counting of segments Key: HBASE-16643 URL:

Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)

2016-09-16 Thread Apekshit Sharma
So the issue is, we set JAVA_HOME to jdk8 based on matrix param and using tool environment. Since mvn uses the env variable, it compiles with jdk 8. But i suspect that scalatest isn't using the env variable, instead it might be directly using 'java' cmd, which can be jdk 7 or 8, and can vary by

[jira] [Created] (HBASE-16646) Enhance LoadIncrementalHFiles to accept store file paths as input

2016-09-16 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16646: -- Summary: Enhance LoadIncrementalHFiles to accept store file paths as input Key: HBASE-16646 URL: https://issues.apache.org/jira/browse/HBASE-16646 Project: HBase Issue

[jira] [Created] (HBASE-16647) hbck should do the offline reference repair before online repair

2016-09-16 Thread Jerry He (JIRA)
Jerry He created HBASE-16647: Summary: hbck should do the offline reference repair before online repair Key: HBASE-16647 URL: https://issues.apache.org/jira/browse/HBASE-16647 Project: HBase

Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)

2016-09-16 Thread Stack
The profile (or define) skipSparkTests looks like it will skip spark tests. Setting skipIntegrationTests to true will skip it. S On Fri, Sep 16, 2016 at 1:40 PM, Dima Spivak wrote: > Doesn't seem we need a matrix project for master anymore since we're just > doing JDK 8

Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)

2016-09-16 Thread Apekshit Sharma
So this all started with spaces-in-path issue, right? I think it has gobbled up a lot of time of a lot of people. Let's discuss our options and try to fix it for good. Here are what i can think of, and my opinion about them. 1. Not use matrix build Temporary fix. Not preferred since

Successful: HBase Generate Website

2016-09-16 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. To update the live site, follow the instructions below. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If

[jira] [Created] (HBASE-16645) Wrong range of Cells is caused by CellFlatMap#tailMap, headMap, and SubMap

2016-09-16 Thread ChiaPing Tsai (JIRA)
ChiaPing Tsai created HBASE-16645: - Summary: Wrong range of Cells is caused by CellFlatMap#tailMap, headMap, and SubMap Key: HBASE-16645 URL: https://issues.apache.org/jira/browse/HBASE-16645

Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)

2016-09-16 Thread Dima Spivak
Doesn't seem we need a matrix project for master anymore since we're just doing JDK 8 now, right? Also, it looks like the hbase-spark integration-test phase is what's tripping up the build. Why not just temporarily disable that to unblock testing? On Friday, September 16, 2016, Apekshit Sharma

Re: Successful: HBase Generate Website

2016-09-16 Thread Misty Stanley-Jones
Pushed. On Sat, Sep 17, 2016, at 12:59 AM, Apache Jenkins Server wrote: > Build status: Successful > > If successful, the website and docs have been generated. To update the > live site, follow the instructions below. If failed, skip to the bottom > of this email. > > Use the following commands