Re: [DISCUSS] New User Experience and Data Durability Guarantees on LocalFileSystem (HBASE-24086)

2020-04-16 Thread Andrew Purtell
The data can not be said to be durable because there is one set of files that can be irreversibly corrupted or lost. > On Apr 15, 2020, at 3:52 PM, Vladimir Rodionov wrote: > > FileOutputStream.getFileChannel().force(true) will get all durability we > need. Just a simple code change? > >

[jira] [Created] (HBASE-24201) Fix PR builds on branch-2.2

2020-04-16 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24201: Summary: Fix PR builds on branch-2.2 Key: HBASE-24201 URL: https://issues.apache.org/jira/browse/HBASE-24201 Project: HBase Issue Type: Task

Re: [DISCUSS] Arrange Events for 10-year Anniversary

2020-04-16 Thread Andrew Purtell
We graduated to TLP on April 21, 2010. Confirmed. https://whimsy.apache.org/board/minutes/HBase.html#2010-04-21 > On Apr 15, 2020, at 12:58 PM, Sally Khudairi wrote: > > Thank you, Yu. Hello, everyone --my apologies for seemingly ignoring you. > > Misty Linville contacted me earlier about

Want to join slack channel for HBase

2020-04-16 Thread shishir Rai
Hi, I am a principal software developer working on HBase.I want to join slack channel to get quick resolutions regarding HBase queries . Please send me an invite to join the channel. -- SHISHIR RAI

[jira] [Resolved] (HBASE-23697) Document new RegionProcedureStore operation and migration

2020-04-16 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-23697. --- Hadoop Flags: Reviewed Assignee: Michael Stack Resolution: Fixed Thanks for

Re: Want to join slack channel for HBase

2020-04-16 Thread Nick Dimiduk
Invitation sent. On Thu, Apr 16, 2020 at 10:12 AM shishir Rai wrote: > Hi, > I am a principal software developer working on HBase.I want to join slack > channel > to get quick resolutions regarding HBase queries . > Please send me an invite to join the channel. > > -- > SHISHIR RAI >

[jira] [Created] (HBASE-24200) Upgrade to Yetus 0.12.0

2020-04-16 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24200: Summary: Upgrade to Yetus 0.12.0 Key: HBASE-24200 URL: https://issues.apache.org/jira/browse/HBASE-24200 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-24158) [Flakey Tests] TestAsyncTableGetMultiThreaded

2020-04-16 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-24158. --- Resolution: Fixed Re-resolving after pushing addendum (see attached). Pushed to branch-2.2+

[jira] [Created] (HBASE-24199) Procedure related metrics is not displayed in the JMX metric dump

2020-04-16 Thread ramkrishna.s.vasudevan (Jira)
ramkrishna.s.vasudevan created HBASE-24199: -- Summary: Procedure related metrics is not displayed in the JMX metric dump Key: HBASE-24199 URL: https://issues.apache.org/jira/browse/HBASE-24199

[jira] [Reopened] (HBASE-24158) [Flakey Tests] TestAsyncTableGetMultiThreaded

2020-04-16 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack reopened HBASE-24158: --- Reopening to apply addendum to address NPE above. > [Flakey Tests]

Re: [DISCUSS] Arrange Events for 10-year Anniversary

2020-04-16 Thread Sally Khudairi
Thanks so much, Andrew! Best, Sally - - - Vice President Marketing & Publicity Vice President Sponsor Relations The Apache Software Foundation Tel +1 617 921 8656 | s...@apache.org On Thu, Apr 16, 2020, at 12:09, Andrew Purtell wrote: > We graduated to TLP on April 21, 2010. Confirmed. > >

Want to join slack channel for Hbase

2020-04-16 Thread Debraj Manna
Hi I want to join slack channel for Hbase. Can someone send me an invite to join the channel? Thanks,

Re: Want to join slack channel for Hbase

2020-04-16 Thread Reid Chan
Invitation sent to subharaj.ma...@gmail.com. -- Best regards, R.C From: Debraj Manna Sent: 17 April 2020 12:58 To: dev@hbase.apache.org Subject: Want to join slack channel for Hbase Hi I want to join slack channel for Hbase.

Build failed in Jenkins: HBase-Nightly-ARM #81

2020-04-16 Thread Apache Jenkins Server
See Changes: [stack] HBASE-24175 [Flakey Tests] TestSecureExportSnapshot [github] HBASE-24197 TestHttpServer.testBindAddress failure with latest jetty [github] HBASE-24170 Remove hadoop-2.0 profile (#1495)

[jira] [Created] (HBASE-24202) Nightly CI's USE_YETUS_PRERELEASE feature is broken

2020-04-16 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24202: Summary: Nightly CI's USE_YETUS_PRERELEASE feature is broken Key: HBASE-24202 URL: https://issues.apache.org/jira/browse/HBASE-24202 Project: HBase Issue

Build failed in Jenkins: HBase-Nightly-ARM #80

2020-04-16 Thread Apache Jenkins Server
See Changes: [github] HBASE-24183 [flakey test] replication.TestAddToSerialReplicationPeer [stack] HBASE-23697 Document new RegionProcedureStore operation and migration [stack] HBASE-24175 [Flakey Tests]

[jira] [Resolved] (HBASE-24191) HRegion#processRowsWithLocks count memstore size wrong when sync failed

2020-04-16 Thread Lijin Bin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lijin Bin resolved HBASE-24191. --- Resolution: Fixed Push to branch-1 > HRegion#processRowsWithLocks count memstore size wrong when

Re: [DISCUSS] New User Experience and Data Durability Guarantees on LocalFileSystem (HBASE-24086)

2020-04-16 Thread Duo Zhang
Maybe still keep the enforcement on stream capability but provide a docker image for quick start? In the docker image we could set the flag to false. Vladimir Rodionov 于2020年4月16日周四 上午6:55写道: > This should work for locally attached storage for sure. > > On Wed, Apr 15, 2020 at 3:52 PM Vladimir

[jira] [Resolved] (HBASE-24197) TestHttpServer.testBindAddress failure with latest jetty

2020-04-16 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-24197. --- Fix Version/s: 2.2.5 2.4.0 2.3.0

[jira] [Resolved] (HBASE-24151) [rsgroup] The master server aborted for IllegalThreadStateException

2020-04-16 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-24151. -- Fix Version/s: 2.2.5 2.1.10 2.3.0 Hadoop Flags:

[jira] [Resolved] (HBASE-24170) Remove hadoop-2.0 profile

2020-04-16 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24170. --- Hadoop Flags: Reviewed Resolution: Fixed Merged to master. Thanks [~stack] and [~busbey] for

[jira] [Created] (HBASE-24198) Make nightly job run hadoop3 check on JDK8

2020-04-16 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-24198: - Summary: Make nightly job run hadoop3 check on JDK8 Key: HBASE-24198 URL: https://issues.apache.org/jira/browse/HBASE-24198 Project: HBase Issue Type: Sub-task