[ANNOUNCE] Apache HBase 1.4.10 is now available for download

2019-06-18 Thread Andrew Purtell
The HBase team is happy to announce the immediate availability of Apache HBase 1.4.10. Download from http://hbase.apache.org/downloads Apache HBase is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with million

[ANNOUNCE] Apache HBase 1.3.5 is now available for download

2019-06-18 Thread Andrew Purtell
The HBase team is happy to announce the immediate availability of Apache HBase 1.3.5. Download from http://hbase.apache.org/downloads 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

[jira] [Created] (HBASE-22601) Misconfigured addition of peers leads to cluster shutdown.

2019-06-18 Thread Rushabh S Shah (JIRA)
Rushabh S Shah created HBASE-22601: -- Summary: Misconfigured addition of peers leads to cluster shutdown. Key: HBASE-22601 URL: https://issues.apache.org/jira/browse/HBASE-22601 Project: HBase

[jira] [Resolved] (HBASE-21512) Reimplement sync client based on async client

2019-06-18 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-21512. --- Resolution: Fixed > Reimplement sync client based on async client >

Re: [VOTE] Merge branch HBASE-21879 (Reading HFile's Block to ByteBuffer directly) back to master.

2019-06-18 Thread Duo Zhang
Good. Will take a look soon. OpenInx 于2019年6月18日周二 下午9:41写道: > > Could please open a PR, just like what I have done for HBASE-21512, so > that others could have a overall view on the modified code? > > OK, created a PR for this: https://github.com/apache/hbase/pull/320 > Thanks for your suggest

Re: [VOTE] Merge branch HBASE-21879 (Reading HFile's Block to ByteBuffer directly) back to master.

2019-06-18 Thread OpenInx
> Could please open a PR, just like what I have done for HBASE-21512, so that others could have a overall view on the modified code? OK, created a PR for this: https://github.com/apache/hbase/pull/320 Thanks for your suggestion, Duo. On Tue, Jun 18, 2019 at 9:24 PM 张铎(Duo Zhang) wrote: > The p

Re: [VOTE] Merge branch HBASE-21512(Reimplement sync client based on async client) back to master

2019-06-18 Thread Duo Zhang
OK, good, so we have enough +!s for merging back... Will do it soon if no other objections. Thanks all for suggesting, testing and voting. Guanghao Zhang 于2019年6月18日周二 下午1:46写道: > +1 from me. > > 张铎(Duo Zhang) 于2019年6月18日周二 下午1:21写道: > > > Not sure why but seems the original thread can only be

Re: [VOTE] Merge branch HBASE-21879 (Reading HFile's Block to ByteBuffer directly) back to master.

2019-06-18 Thread Duo Zhang
The performance number is great. Could please open a PR, just like what I have done for HBASE-21512, so that others could have a overall view on the modified code? Thanks. OpenInx 于2019年6月18日周二 下午6:58写道: > BTW, when testing this branch, we found some performance issues about > HDFS Client: >

Re: [VOTE] Merge branch HBASE-21879 (Reading HFile's Block to ByteBuffer directly) back to master.

2019-06-18 Thread OpenInx
BTW, when testing this branch, we found some performance issues about HDFS Client: 1. we reduced the DFS client's heap allocation from 45% to 27% in HDFS-14535 [1]; 2. we also increased get throughput by 17.8% in disabled block cache case in HDFS-14541[2]. In theory, it should also helps a