[jira] [Resolved] (HBASE-13249) SnapshotFileCache can get corrupt after runtime error

2015-03-17 Thread He Liangliang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Liangliang resolved HBASE-13249. --- Resolution: Cannot Reproduce The trunk code check changes like this and won't repro: {code} h

Re: [DISCUSSION] "Convenience binaries" bundling Phoenix

2015-03-17 Thread Sean Busbey
I like the idea of having an out of the box solution for using phoenix on top of hbase, but I worry about the conflict when folks want to upgrade one or the other. Our instructions for replacing Hadoop jars will get substantially more complicated if they have to include phoenix and its dependencies

Re: [DISCUSSION] "Convenience binaries" bundling Phoenix

2015-03-17 Thread Jonathan Hsieh
I like Nick's approach of including a hbase (and its deps) inside of phoenix releases or having the dockerfile with the components "installed". This coupling seems more easy to manage since phoenix already has two branches for 0.94 and 0.98 support -- each could include its own hbase and choose to

[jira] [Created] (HBASE-13269) Limit result array preallocation to avoid OOME with large scan caching values

2015-03-17 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-13269: -- Summary: Limit result array preallocation to avoid OOME with large scan caching values Key: HBASE-13269 URL: https://issues.apache.org/jira/browse/HBASE-13269 Pro

Re: [DISCUSSION] "Convenience binaries" bundling Phoenix

2015-03-17 Thread Nick Dimiduk
I've been thinking of something along these lines as well. Rather an either official Apache project, I was thinking it could be something as simple as a github managed dockerfile that stands up a HBase + Phoenix singlenode deal, see if momentum builds. Another idea is Phoenix could include HBase i

[DISCUSSION] "Convenience binaries" bundling Phoenix

2015-03-17 Thread Andrew Purtell
Consider if the HBase project starts releasing new "convenience binaries", in addition to the existing ones, in which we bundle a recent/vetted/stable version of Phoenix, with the site file changes for loading their coprocessors already patched in (to hbase-default.xml) For now this would be done f

[jira] [Created] (HBASE-13268) Backport the HBASE-7781 security test updates to use the MiniKDC

2015-03-17 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-13268: -- Summary: Backport the HBASE-7781 security test updates to use the MiniKDC Key: HBASE-13268 URL: https://issues.apache.org/jira/browse/HBASE-13268 Project: HBase

Re: What happened to SnapshotHFileCleaner?

2015-03-17 Thread Andrew Purtell
​See ​ HBASE-13267 On Tue, Mar 17, 2015 at 11:11 AM, Vladimir Rodionov wrote: > OK, makes sense. Should be deprecated or even removed. > > -Vlad > > On Tue, Mar 17, 2015 at 10:54 AM, Andrew Purtell > wrote: > > > "git blame"? > > > > Says c32e7651, which is > > > > commit c32e76518f832566bd67c8

[jira] [Created] (HBASE-13267) Deprecate or remove isFileDeletable from SnapshotHFileCleaner

2015-03-17 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-13267: -- Summary: Deprecate or remove isFileDeletable from SnapshotHFileCleaner Key: HBASE-13267 URL: https://issues.apache.org/jira/browse/HBASE-13267 Project: HBase

Re: What happened to SnapshotHFileCleaner?

2015-03-17 Thread Vladimir Rodionov
OK, makes sense. Should be deprecated or even removed. -Vlad On Tue, Mar 17, 2015 at 10:54 AM, Andrew Purtell wrote: > "git blame"? > > Says c32e7651, which is > > commit c32e76518f832566bd67c80588cd99d6ad315641 > Author: rahulgidwani > Date: Mon Jan 26 18:44:25 2015 -0800 > > HBASE-1262

Re: What happened to SnapshotHFileCleaner?

2015-03-17 Thread Andrew Purtell
"git blame"? Says c32e7651, which is commit c32e76518f832566bd67c80588cd99d6ad315641 Author: rahulgidwani Date: Mon Jan 26 18:44:25 2015 -0800 HBASE-12627 Add back snapshot batching facility Signed-off-by: Andrew Purtell How files are determined to be deletable changed. We could cl

[jira] [Resolved] (HBASE-13229) Specify bash for local-regionservers.sh and local-master-backup.sh

2015-03-17 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-13229. - Resolution: Fixed re-pushed to all branches. Thanks for the suggestion Nick. > Specify bash for

What happened to SnapshotHFileCleaner?

2015-03-17 Thread Vladimir Rodionov
Literally? in master and current 0.98 it always says "file is not deletable" @Override protected boolean isFileDeletable(FileStatus fStat) { return false; } This is from 0.98.6 (CDH 5.3.0) @Override public synchronized boolean isFileDeletable(FileStatus fStat) { try {

[jira] [Created] (HBASE-13266) test-patch.sh can return false positives for zombie tests from tests running on the same host

2015-03-17 Thread Esteban Gutierrez (JIRA)
Esteban Gutierrez created HBASE-13266: - Summary: test-patch.sh can return false positives for zombie tests from tests running on the same host Key: HBASE-13266 URL: https://issues.apache.org/jira/browse/HBASE-

[jira] [Reopened] (HBASE-13229) Specify bash for local-regionservers.sh and local-master-backup.sh

2015-03-17 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reopened HBASE-13229: - reopening so I can revert and add correct commit message > Specify bash for local-regionservers.sh a

[jira] [Created] (HBASE-13265) Make thrift2 usable from c++

2015-03-17 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-13265: - Summary: Make thrift2 usable from c++ Key: HBASE-13265 URL: https://issues.apache.org/jira/browse/HBASE-13265 Project: HBase Issue Type: Bug Re

[jira] [Resolved] (HBASE-13109) Make better SEEK vs SKIP decisions during scanning

2015-03-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-13109. Resolution: Fixed Re-resolving. Follow up in PHOENIX-1731 > Make better SEEK vs SKIP decis

[jira] [Created] (HBASE-13264) Add soft-fail to test-patch for commit message format

2015-03-17 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-13264: --- Summary: Add soft-fail to test-patch for commit message format Key: HBASE-13264 URL: https://issues.apache.org/jira/browse/HBASE-13264 Project: HBase Issue Typ

[jira] [Created] (HBASE-13263) Client side git hooks to enforce commit message best practices

2015-03-17 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-13263: --- Summary: Client side git hooks to enforce commit message best practices Key: HBASE-13263 URL: https://issues.apache.org/jira/browse/HBASE-13263 Project: HBase

[jira] [Created] (HBASE-13262) ResultScanner doesn't return all rows in Scan

2015-03-17 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13262: -- Summary: ResultScanner doesn't return all rows in Scan Key: HBASE-13262 URL: https://issues.apache.org/jira/browse/HBASE-13262 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-13261) Make precommit job set jenkins description to ticket number

2015-03-17 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-13261: --- Summary: Make precommit job set jenkins description to ticket number Key: HBASE-13261 URL: https://issues.apache.org/jira/browse/HBASE-13261 Project: HBase Is

Re: I'm currently modifying the jenkins configuration

2015-03-17 Thread Sean Busbey
I'm available to help as well. In the future, copy the job and change the notification settings. That way you can get things working in parallel and then switch over when it does what you want. -- Sean On Mar 17, 2015 8:01 AM, "Ted Yu" wrote: > Please let me know in case you need any help. > >

Re: I'm currently modifying the jenkins configuration

2015-03-17 Thread 张铎
Thanks, let me copy a new job to debug and switch the config of TRUNK back. 2015-03-17 22:37 GMT+08:00 Sean Busbey : > I'm available to help as well. > > In the future, copy the job and change the notification settings. That way > you can get things working in parallel and then switch over when i

Re: I'm currently modifying the jenkins configuration

2015-03-17 Thread Ted Yu
Please let me know in case you need any help. Thanks > On Mar 17, 2015, at 1:19 AM, 张铎 wrote: > > Try to show jacoco coverage report. > > So do not worry about the "Integrated in HBase-TRUNK" error message posted > on jira. > > I just abort a build. Or maybe more if it it does not work. >

I'm currently modifying the jenkins configuration

2015-03-17 Thread 张铎
Try to show jacoco coverage report. So do not worry about the "Integrated in HBase-TRUNK" error message posted on jira. I just abort a build. Or maybe more if it it does not work. I will finish this ASAP. Thanks.