[jira] [Created] (HBASE-20540) [umbrella] Hadoop 3 compatibility

2018-05-07 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-20540: - Summary: [umbrella] Hadoop 3 compatibility Key: HBASE-20540 URL: https://issues.apache.org/jira/browse/HBASE-20540 Project: HBase Issue Type: Umbrella

[jira] [Resolved] (HBASE-5742) LoadIncrementalHFiles throws too generic of an exception

2018-05-07 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi resolved HBASE-5742. -- Resolution: Not A Problem The constructor in the context no more exists. > LoadIncrementalHFile

[jira] [Created] (HBASE-20539) Disable IMC; part 2

2018-05-07 Thread stack (JIRA)
stack created HBASE-20539: - Summary: Disable IMC; part 2 Key: HBASE-20539 URL: https://issues.apache.org/jira/browse/HBASE-20539 Project: HBase Issue Type: Sub-task Components: in-memory-co

[jira] [Resolved] (HBASE-20535) Check the UT TestSaslFanOutOneBlockAsyncDFSOutput which is always flaky

2018-05-07 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-20535. -- Resolution: Duplicate Close this, because [~stack] had handled it. > Check the UT TestSaslFanOutOneBl

[jira] [Resolved] (HBASE-20505) PE should support multi column family read and write cases

2018-05-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-20505. Resolution: Fixed Pushed to 1.2 and up > PE should support multi column family read and wr

Re: [DISCUSS] Effective HBase in the Cloud

2018-05-07 Thread Duo Zhang
How do we deal with replication? It is file based... 2018-05-08 10:12 GMT+08:00 Josh Elser : > > > On 5/7/18 2:53 PM, Stack wrote: > >> On Thu, May 3, 2018 at 9:04 AM, Josh Elser wrote: >> >> Hi, >>> >>> ... I'm happy to delve some more into how I think we can implement this. >>> >>> I'd be inte

Re: On the 2.1.0 and 3.0.0 release

2018-05-07 Thread Josh Elser
Big big big +1 (Came in to say just this but you beat me to it :D) On 5/7/18 12:07 AM, 张铎(Duo Zhang) wrote: Let's do big features in 3.0.0 only. Ideally there will no big new features for a minor release, so that we can move the stable pointer to newer minor versions quickly and retire the old

Re: [DISCUSS] Effective HBase in the Cloud

2018-05-07 Thread Josh Elser
On 5/7/18 2:53 PM, Stack wrote: On Thu, May 3, 2018 at 9:04 AM, Josh Elser wrote: Hi, ... I'm happy to delve some more into how I think we can implement this. I'd be interested in this part. St.Ack You got it, boss. Let me find the time to get that document exported as well. Will get b

Re: [DISCUSS] Effective HBase in the Cloud

2018-05-07 Thread Josh Elser
Thanks for the read, Lars! That's a good question on the sequenceid part. Like my reply to Chia-Ping, I don't think I have a good answer at this point. I would assume that there could/should be common sequenceid logic across WAL implementations, but I'm not sure if it's better done as "helper

Re: [DISCUSS] Effective HBase in the Cloud

2018-05-07 Thread Josh Elser
Thanks for the read, Chia-Ping! I don't have a good answer for you at this point, but that's a good question. I think a significant part of the core WAL refactoring work will require us to work with all of the various WAL impls we're accruing :) * FSHWAL * AsyncWAL * WALLess * Ratis-WAL Th

Re: On the 2.1.0 and 3.0.0 release

2018-05-07 Thread Stack
On Mon, May 7, 2018 at 2:15 AM, Yu Li wrote: > bq. As I volunteered to be the release manager for the 2.1 release line > I guess we could expect another great release line (smile) > > Yep! > bq. For the 2.1 release line... > I could see more "Punted out of 2.0" features in our 2.0 doc >

Re: [DISCUSS] Effective HBase in the Cloud

2018-05-07 Thread Stack
On Thu, May 3, 2018 at 9:04 AM, Josh Elser wrote: > Hi, > > ... I'm happy to delve some more into how I think we can implement this. > > I'd be interested in this part. St.Ack > - Josh > > [1] https://docs.google.com/document/d/1Su5py_T5Ytfh9RoTTX2s20Kb > SJwBHVxbO7ge5ORqbCk/edit# > [2] http

[ANNOUNCE] Apache HBase 1.4.4 is now available for download

2018-05-07 Thread Andrew Purtell
​The HBase team is happy to announce the immediate availability of Apach​e HBase 1.4.4! Apache HBase is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To l

[jira] [Resolved] (HBASE-20537) The download link is not available in the downloads webpage

2018-05-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-20537. --- Resolution: Fixed Assignee: stack Pushed small change adding 'src' and or 'bin' text. Thanks [~iemejia]

[jira] [Created] (HBASE-20538) TestSaslFanOutOneBlockAsyncDFSOutput failing: UnrecoverableKeyException: Rejected by the jceks.key.serialFilter or jdk.serialFilter property

2018-05-07 Thread stack (JIRA)
stack created HBASE-20538: - Summary: TestSaslFanOutOneBlockAsyncDFSOutput failing: UnrecoverableKeyException: Rejected by the jceks.key.serialFilter or jdk.serialFilter property Key: HBASE-20538 URL: https://issues.apach

Re: On the 2.1.0 and 3.0.0 release

2018-05-07 Thread Chia-Ping Tsai
>We disabled it by default in the end due to some performance issues... Thanks for the info. I missed the party. :( On 2018/05/07 06:41:51, 张铎(Duo Zhang) wrote: > 2018-05-07 14:38 GMT+08:00 Chia-Ping Tsai : > > > > As I volunteered to be the release manager for the 2.1 release line so > > let

[jira] [Created] (HBASE-20537) The download link is not available in the downloads webpage

2018-05-07 Thread JIRA
Ismaël Mejía created HBASE-20537: Summary: The download link is not available in the downloads webpage Key: HBASE-20537 URL: https://issues.apache.org/jira/browse/HBASE-20537 Project: HBase

Re: On the 2.1.0 and 3.0.0 release

2018-05-07 Thread Yu Li
bq. As I volunteered to be the release manager for the 2.1 release line I guess we could expect another great release line (smile) bq. For the 2.1 release line... I could see more "Punted out of 2.0" features in our 2.0 doc

[jira] [Created] (HBASE-20536) Make TestRegionServerAccounting stable and it should not use absolute number

2018-05-07 Thread Guanghao Zhang (JIRA)
Guanghao Zhang created HBASE-20536: -- Summary: Make TestRegionServerAccounting stable and it should not use absolute number Key: HBASE-20536 URL: https://issues.apache.org/jira/browse/HBASE-20536 Proj

Re: On the 2.1.0 and 3.0.0 release

2018-05-07 Thread Duo Zhang
Let's do big features in 3.0.0 only. Ideally there will no big new features for a minor release, so that we can move the stable pointer to newer minor versions quickly and retire the old branches. It will be a nightmare if we have lots of active minor release lines... 2018-05-07 14:53 GMT+08:00 G