[jira] [Resolved] (HBASE-20890) PE filterScan seems to be stuck forever

2018-08-22 Thread Vikas Vishwakarma (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Vishwakarma resolved HBASE-20890. --- Resolution: Not A Problem > PE filterScan seems to be stuck forever > --

[jira] [Resolved] (HBASE-21099) NPE in TestTableResource.setUpBeforeClass (TestTableResource.java:134)

2018-08-22 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-21099. - Resolution: Duplicate Fix Version/s: (was: 2.1.1) (was: 2.2.0)

[jira] [Created] (HBASE-21099) NPE in TestTableResource.setUpBeforeClass (TestTableResource.java:134)

2018-08-22 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-21099: -- Summary: NPE in TestTableResource.setUpBeforeClass (TestTableResource.java:134) Key: HBASE-21099 URL: https://issues.apache.org/jira/browse/HBASE-21099 Project: H

[jira] [Resolved] (HBASE-20648) HBASE-19364 "Truncate_preserve fails with table when replica region > 1" for master branch

2018-08-22 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-20648. --- Resolution: Fixed Pushed to branch-2.0. > HBASE-19364 "Truncate_preserve fails with table when repl

[jira] [Created] (HBASE-21098) HBase on S3 Snapshot Performance Increase

2018-08-22 Thread Tyler Mi (JIRA)
Tyler Mi created HBASE-21098: Summary: HBase on S3 Snapshot Performance Increase Key: HBASE-21098 URL: https://issues.apache.org/jira/browse/HBASE-21098 Project: HBase Issue Type: Improvement

[jira] [Reopened] (HBASE-20648) HBASE-19364 "Truncate_preserve fails with table when replica region > 1" for master branch

2018-08-22 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-20648: --- Reopen for pushing to branch-2.0. > HBASE-19364 "Truncate_preserve fails with table when replica region

[jira] [Created] (HBASE-21097) Flush pressure assertion may fail in testFlushThroughputTuning

2018-08-22 Thread Ted Yu (JIRA)
Ted Yu created HBASE-21097: -- Summary: Flush pressure assertion may fail in testFlushThroughputTuning Key: HBASE-21097 URL: https://issues.apache.org/jira/browse/HBASE-21097 Project: HBase Issue Ty

[jira] [Created] (HBASE-21096) TestZKSecretWatcher::testKeyUpdate() fails intermittently on branch-2

2018-08-22 Thread Mingliang Liu (JIRA)
Mingliang Liu created HBASE-21096: - Summary: TestZKSecretWatcher::testKeyUpdate() fails intermittently on branch-2 Key: HBASE-21096 URL: https://issues.apache.org/jira/browse/HBASE-21096 Project: HBas

Re: [DISCUSS] Minimum Maven Version

2018-08-22 Thread Artem Ervits
just checked a CentOS 7.2 box, mvn 3.0.5. RHEL does provide a software collections repo and that's been bumped to 3.5.0 https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.0_release_notes/chap-rhscl#sect-RHSCL-Changes-maven On Wed, Aug 22, 2018 at 1:05 PM Mike Dro

Re: [DISCUSS] Minimum Maven Version

2018-08-22 Thread Mike Drob
brew ships maven 3.5.4 apt-get ships maven 3.5.2 centos ships maven 3.0.5 !!?? CentOS is old enough that I'd expect those users to do a manual maven install anyway, but Ubuntu being on 3.5.2 is recent enough to not want to burden them but old enough to be annoying in this case. On Wed, Aug 22, 2

Re: [DISCUSS] Minimum Maven Version

2018-08-22 Thread Andrew Purtell
Requiring a very recent version of Maven makes it likely that users will have to do a manual installation to build, so that's a good point. Consider a survey of popular OSes/toolkits for devs (homebrew, Ubuntu, Centos/RHEL, others?). Would >= 3.3.3 work for example? We could move up releasing branc

Re: [DISCUSS] Minimum Maven Version

2018-08-22 Thread Sean Busbey
On Wed, Aug 22, 2018 at 11:49 AM Sean Busbey wrote: > > > What, if any, maven versions do major OSes ship with or provide via > their package managers these days? Would we be essentially requiring > folks to do a maven upgrade or maven manual installation just for us? > On Wed, Aug 22, 2018 at 11:

Re: [DISCUSS] Minimum Maven Version

2018-08-22 Thread Sean Busbey
For what it's worth, all of our precommit and nightly testing jobs on ASF Jenkins rely on Maven 3.5.3. The simple IT jobs for master, branch-1.2, and branch-1.3 rely on Maven 3.0.5. The job that builds our website relies on Maven 3.3.3. If the answer is #1 we should at least make sure the websit

Re: [DISCUSS] Minimum Maven Version

2018-08-22 Thread Artem Ervits
Thanks Mike for bringing this up, JFYI, I have option 4) implemented in the comments as of Added 23/Mar/18 23:39 It's a matter of choosing a path of least resistance, still prefer option 1). Thank you On Wed, Aug 22, 2018, 12:30 PM Ted Yu wrote: > I would choose #1 > > bq. if we ever try to bac

Re: [DISCUSS] Minimum Maven Version

2018-08-22 Thread Ted Yu
I would choose #1 bq. if we ever try to backport the hbase-spark module. I doubt this would ever happen for the 2.x releases. Cheers On Wed, Aug 22, 2018 at 9:26 AM Mike Drob wrote: > Hi Devs, > > Our current minimum maven version is 3.0.4, this is both enforced by the > enforcer plugin and d

[DISCUSS] Minimum Maven Version

2018-08-22 Thread Mike Drob
Hi Devs, Our current minimum maven version is 3.0.4, this is both enforced by the enforcer plugin and documented in the ref guide. Over on HBASE-20175, our Artem is suggesting to use a newer version of the scala-maven-plugin but the latest version requires Maven 3.5.3 It looks like we have a coup

Re: Pictures, Videos and Slides for HBaseConAsia2018

2018-08-22 Thread Chetan Khatri
Thanks Yu Li and Team. On Wed 22 Aug, 2018, 4:00 PM Allan Yang, wrote: > Great work! Thanks, Yu Li! > Best Regards > Allan Yang > > > Yu Li 于2018年8月22日周三 下午6:03写道: > > > Hi all, > > > > HBaseConAsia2018 is successfully held on Aug. 17th in Beijing, China and > > please following below links for

Re: Pictures, Videos and Slides for HBaseConAsia2018

2018-08-22 Thread Allan Yang
Great work! Thanks, Yu Li! Best Regards Allan Yang Yu Li 于2018年8月22日周三 下午6:03写道: > Hi all, > > HBaseConAsia2018 is successfully held on Aug. 17th in Beijing, China and > please following below links for a quick review: > > Pictures: > https://drive.google.com/drive/folders/1eGuNI029a78s_BdH37Vs

Pictures, Videos and Slides for HBaseConAsia2018

2018-08-22 Thread Yu Li
Hi all, HBaseConAsia2018 is successfully held on Aug. 17th in Beijing, China and please following below links for a quick review: Pictures: https://drive.google.com/drive/folders/1eGuNI029a78s_BdH37VsSr4uOalyLi5O Slides and Video recording: https://yq.aliyun.com/articles/626119 Enjoy it and let