[jira] [Created] (HBASE-16824) Make replacement of path the first operation during WAL rotation

2016-10-12 Thread Atri Sharma (JIRA)
Atri Sharma created HBASE-16824: --- Summary: Make replacement of path the first operation during WAL rotation Key: HBASE-16824 URL: https://issues.apache.org/jira/browse/HBASE-16824 Project: HBase

[jira] [Resolved] (HBASE-16641) QA tests for hbase-client skip the second part.

2016-10-12 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen resolved HBASE-16641. --- Resolution: Duplicate > QA tests for hbase-client skip the second part. > ---

[jira] [Created] (HBASE-16823) Add examples in HBase Spark

2016-10-12 Thread Weiqing Yang (JIRA)
Weiqing Yang created HBASE-16823: Summary: Add examples in HBase Spark Key: HBASE-16823 URL: https://issues.apache.org/jira/browse/HBASE-16823 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-16822) Enable restore-snapshot and clone-snapshot to use external specified snapshot locatioin

2016-10-12 Thread Jerry He (JIRA)
Jerry He created HBASE-16822: Summary: Enable restore-snapshot and clone-snapshot to use external specified snapshot locatioin Key: HBASE-16822 URL: https://issues.apache.org/jira/browse/HBASE-16822 Proj

[jira] [Created] (HBASE-16821) Enhance LoadIncrementalHFiles to convey missing hfiles if any

2016-10-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16821: -- Summary: Enhance LoadIncrementalHFiles to convey missing hfiles if any Key: HBASE-16821 URL: https://issues.apache.org/jira/browse/HBASE-16821 Project: HBase Issue Type

[jira] [Reopened] (HBASE-16721) Concurrency issue in WAL unflushed seqId tracking

2016-10-12 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar reopened HBASE-16721: --- Reopening, since we have to do a quick addendum for 1.1. See HBASE-16820. > Concurrency issue i

[jira] [Created] (HBASE-16820) BulkLoad mvcc visibility only works accidentally

2016-10-12 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-16820: - Summary: BulkLoad mvcc visibility only works accidentally Key: HBASE-16820 URL: https://issues.apache.org/jira/browse/HBASE-16820 Project: HBase Issue Typ

[jira] [Created] (HBASE-16819) findHangingTests.py should recognize tests with same name from different modules

2016-10-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16819: -- Summary: findHangingTests.py should recognize tests with same name from different modules Key: HBASE-16819 URL: https://issues.apache.org/jira/browse/HBASE-16819 Project: HBase

[jira] [Created] (HBASE-16818) Avoid multiple copies of binary data during the conversion from Result to Row

2016-10-12 Thread Weiqing Yang (JIRA)
Weiqing Yang created HBASE-16818: Summary: Avoid multiple copies of binary data during the conversion from Result to Row Key: HBASE-16818 URL: https://issues.apache.org/jira/browse/HBASE-16818 Project

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Stack
I put some notes up in https://issues.apache.org/jira/browse/HBASE-7912 St.Ack On Wed, Oct 12, 2016 at 2:03 PM, Stack wrote: > On Wed, Oct 12, 2016 at 1:58 PM, Stack wrote: > >> Fails again when I do this: >> >> $ mvn clean install -DskipTests assembly:single >> >> >> > Ok. Works if I use

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Stack
On Wed, Oct 12, 2016 at 1:58 PM, Stack wrote: > Fails again when I do this: > > $ mvn clean install -DskipTests assembly:single > > > Ok. Works if I use mvn 3.3.x. St.Ack > > [INFO] > > [INFO] Building Apache HBas

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Stack
Fails again when I do this: $ mvn clean install -DskipTests assembly:single [INFO] [INFO] Building Apache HBase - Server 2.0.0-SNAPSHOT [INFO] Do

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Stack
I did a super-clean and recheck out. Now it works. Sorry for the noise. St.Ack On Wed, Oct 12, 2016 at 1:10 PM, Vladimir Rodionov wrote: > checked out HBASE-7912 > > ran: > > mvn clean install -DskipTests > > successfully. > > -Vlad > > On Wed, Oct 12, 2016 at 1:01 PM, Vladimir Rodionov > > wro

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Devaraj Das
Ditto. Worked for me: $ java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) From: Vladimir Rodionov Sent: Wednesday, October 12, 2016 1:10 PM To: de

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Vladimir Rodionov
checked out HBASE-7912 ran: mvn clean install -DskipTests successfully. -Vlad On Wed, Oct 12, 2016 at 1:01 PM, Vladimir Rodionov wrote: > I usually use: > > mvn clean install -DskipTests > > and it works. > > On Wed, Oct 12, 2016 at 1:01 PM, Vladimir Rodionov > wrote: > >> Michael, >> >> yo

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Vladimir Rodionov
I usually use: mvn clean install -DskipTests and it works. On Wed, Oct 12, 2016 at 1:01 PM, Vladimir Rodionov wrote: > Michael, > > you can try master + latest patch on HBASE-14123 (v29). No need to use > HBASE-7912 branch. I will double check HBASE-7912. > > -Vlad > > On Wed, Oct 12, 2016 at

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Ted Yu
Here is my environment: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0 Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00) Maven home: /Users/tyu/apache-maven-3.3.9 Java version: 1.8.0_91, vendor: Oracle

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Vladimir Rodionov
Michael, you can try master + latest patch on HBASE-14123 (v29). No need to use HBASE-7912 branch. I will double check HBASE-7912. -Vlad On Wed, Oct 12, 2016 at 12:31 PM, Stack wrote: > More info: > > stack@ve0524:~/hbase.git$ git checkout origin/HBASE-7912 -b 7912v2 > Branch 7912v2 set up to

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Stack
More info: stack@ve0524:~/hbase.git$ git checkout origin/HBASE-7912 -b 7912v2 Branch 7912v2 set up to track remote branch HBASE-7912 from origin. Switched to a new branch '7912v2' stack@ve0524:~/hbase.git$ java -version java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13)

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-10-12 Thread Stack
Interesting. When I try it fails w/ below: [INFO] 26 warnings 322 [INFO] - 323 [INFO] - 324 [ERROR] COMPILATION ERROR : 325 [INFO] ---

Re: Data loss in MOB snapshot and clone?

2016-10-12 Thread Tim Robertson
Thanks - well it is now on the CDH community forum too. Jonathan Hsieh pretty much described what I see in his comment on HBASE-12332 https://issues.apache.org/jira/browse/HBASE-12332?focusedCommentId=14241478&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14241478

Re: Data loss in MOB snapshot and clone?

2016-10-12 Thread Huaxiang Sun
Hi Tim,, Just read more details, it may not be related with the issue we fixed (mob compaction related). I am doing a similar test to see if I can reproduce it. Thanks, Huaxiang > On Oct 12, 2016, at 10:29 AM, Tim Robertson wrote: > > Thanks Ted, Huaxiang > > I'll move this to a Cloudera foru

Re: Data loss in MOB snapshot and clone?

2016-10-12 Thread Tim Robertson
Thanks Ted, Huaxiang I'll move this to a Cloudera forum and comment back here if it appears unrelated. On Wed, Oct 12, 2016 at 7:24 PM, Huaxiang Sun wrote: > By the way, I forgot the forum link: http://community.cloudera.com < > http://community.cloudera.com/> > > Thanks, > Huaxiang > > > On Oc

Re: Data loss in MOB snapshot and clone?

2016-10-12 Thread Huaxiang Sun
By the way, I forgot the forum link: http://community.cloudera.com Thanks, Huaxiang > On Oct 12, 2016, at 10:10 AM, Huaxiang Sun wrote: > > Hi Tim, > >I believe that it runs into an issue which is specific to cloudera release > we fixed recently. For deta

Re: Data loss in MOB snapshot and clone?

2016-10-12 Thread Huaxiang Sun
Hi Tim, I believe that it runs into an issue which is specific to cloudera release we fixed recently. For details, could you discuss it in cdh forum? Copy me(h...@cloudera.com ) in the forum so I can explain more there. Thanks, Huaxiang > On Oct 12, 2016, at

Re: Data loss in MOB snapshot and clone?

2016-10-12 Thread Ted Yu
Have you looked at HBASE-16578 ? Cheers > On Oct 12, 2016, at 8:02 AM, Tim Robertson wrote: > > Hi devs, > [Had a quick chat with Lars G. about this and before opening a Jira I > thought I'd raise it here first] > > We have just experienced data loss in HBase 1.0.0-cdh5.4.10. > > Before I dig

Data loss in MOB snapshot and clone?

2016-10-12 Thread Tim Robertson
Hi devs, [Had a quick chat with Lars G. about this and before opening a Jira I thought I'd raise it here first] We have just experienced data loss in HBase 1.0.0-cdh5.4.10. Before I dig into this further, I'd like to just ask if anyone has seen this before? The initial state was a table (tim_tes

Successful: HBase Generate Website

2016-10-12 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 yo

[jira] [Created] (HBASE-16817) Write length header inside KeyValueUtil#oswrite

2016-10-12 Thread binlijin (JIRA)
binlijin created HBASE-16817: Summary: Write length header inside KeyValueUtil#oswrite Key: HBASE-16817 URL: https://issues.apache.org/jira/browse/HBASE-16817 Project: HBase Issue Type: Improveme

[jira] [Created] (HBASE-16816) HMaster.move() should throw exception if region to move is not online

2016-10-12 Thread Allan Yang (JIRA)
Allan Yang created HBASE-16816: -- Summary: HMaster.move() should throw exception if region to move is not online Key: HBASE-16816 URL: https://issues.apache.org/jira/browse/HBASE-16816 Project: HBase

[jira] [Created] (HBASE-16815) Low scan ratio in RPC queue tuning triggers divide by zero exception

2016-10-12 Thread Lars George (JIRA)
Lars George created HBASE-16815: --- Summary: Low scan ratio in RPC queue tuning triggers divide by zero exception Key: HBASE-16815 URL: https://issues.apache.org/jira/browse/HBASE-16815 Project: HBase

[jira] [Created] (HBASE-16814) FuzzyRowFilter causes remote call timeout

2016-10-12 Thread Hadi Kahraman (JIRA)
Hadi Kahraman created HBASE-16814: - Summary: FuzzyRowFilter causes remote call timeout Key: HBASE-16814 URL: https://issues.apache.org/jira/browse/HBASE-16814 Project: HBase Issue Type: Bug