Re: HBase developer meetup

2018-10-27 Thread Stack
I think that a meeting at the top of the salesforce tower will have a
markedly better attendance than one held elsewhere (Its cool being able to
look down on the helicopters circling below you!).

S


On Tue, Oct 23, 2018 at 4:01 PM la...@apache.org  wrote:

>  This is still on.
> I'm trying to get us a spot in the Salesforce tower top floor. As you can
> imagine it's a coveted spot.If I can't get a time slot there in the next
> week I'll book a "usual" conference room.
> Stay tuned.
> Thanks.
> -- Lars
>
> On Friday, October 5, 2018, 1:00:42 PM PDT, la...@apache.org <
> la...@apache.org> wrote:
>
>   Last call :)
> On Monday, October 1, 2018, 10:08:13 AM PDT, la...@apache.org <
> la...@apache.org> wrote:
>
>   9 people signed up so far.This is a good chance to make your voice
> heard, give input, and help point the project in the right direction going
> forward.
> -- Lars
> On Friday, September 28, 2018, 10:37:02 AM PDT, la...@apache.org <
> la...@apache.org> wrote:
>
>  Hi all,
> I'm planning to put together an HBase developer meetup at the Salesforce
> office (with video conference for those who cannot attend in person) in the
> next few weeks.
> If you're interested please put your name in this spreadsheet:
> https://docs.google.com/spreadsheets/d/13eIMItFbM35K_lfn9woGGObW-12tfyOVLqZi8X4p5PM/edit#gid=0
>
> This is a chance to get all those who contribute to HBase together. There
> will also be food. :)I will leave the spreadsheet up for one week - until
> Friday October 5th.
> Possible agenda:- Round-table- Status of branch-1, branch-2, and master-
> Current challenges (operations?, public cloud?, availability?,
> performance?, community?)- Future direction. Where do we want HBase to be
> in 1 years, 2 years, 5 years?- more...
> Thanks.
> -- Lars
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-27 Thread Stack
Here is the compatibility report comparing 2.1.0 to 2.1.1:


https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html

Thanks,
S



On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:

> The first release candidate for Apache HBase 2.1.1 (RC0) is available
> for download and testing. This is a bug fix release with 180+ commits [1]
> since hbase-2.1.0. Release notes are available here [2]. The compatibility
> report is at [3].
>
> Artifacts are available here:
>
>   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
>
> Corresponding convenience artifacts for maven use are in the staging
> repository:
>
>  https://repository.apache.org/content/repositories/orgapachehbase-1235
>
> All artifacts are signed with my code signing key, 8ACC93D2, which is
> also in the project KEYS file:
>
> http://www.apache.org/dist/hbase/KEYS
>
> These artifacts correspond to commit ref
>
>  b60a92d6864ef27295027f5961cb46f9162d7637
>
> which has been tagged as 2.1.1RC0.
>
> Nightlies are looking pretty good:
>
>
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
>
> Please take a few minutes to verify the release and vote on releasing it:
>
> [ ] +1 Release these artifacts as Apache HBase 2.1.1
> [ ] -1 Do not release this package because ...
>
> This VOTE thread will remain open for at least 72 hours. It will close
> for sure
> Wednesday night (10/31).
>
> Thanks,
> S
>
> 1. https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> 2.
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
>
> P.S. Compatibility report is taking time. Will be back with it later today.
>


[VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-27 Thread Stack
The first release candidate for Apache HBase 2.1.1 (RC0) is available
for download and testing. This is a bug fix release with 180+ commits [1]
since hbase-2.1.0. Release notes are available here [2]. The compatibility
report is at [3].

Artifacts are available here:

  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/

Corresponding convenience artifacts for maven use are in the staging
repository:

 https://repository.apache.org/content/repositories/orgapachehbase-1235

All artifacts are signed with my code signing key, 8ACC93D2, which is
also in the project KEYS file:

http://www.apache.org/dist/hbase/KEYS

These artifacts correspond to commit ref

 b60a92d6864ef27295027f5961cb46f9162d7637

which has been tagged as 2.1.1RC0.

Nightlies are looking pretty good:


https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/

Please take a few minutes to verify the release and vote on releasing it:

[ ] +1 Release these artifacts as Apache HBase 2.1.1
[ ] -1 Do not release this package because ...

This VOTE thread will remain open for at least 72 hours. It will close for
sure
Wednesday night (10/31).

Thanks,
S

1. https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
2.
https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md

P.S. Compatibility report is taking time. Will be back with it later today.


[jira] [Created] (HBASE-21401) Sanity check in BaseDecoder#parseCell

2018-10-27 Thread Zheng Hu (JIRA)
Zheng Hu created HBASE-21401:


 Summary: Sanity check in BaseDecoder#parseCell
 Key: HBASE-21401
 URL: https://issues.apache.org/jira/browse/HBASE-21401
 Project: HBase
  Issue Type: Sub-task
Reporter: Zheng Hu
Assignee: Zheng Hu


In KeyValueDecoder & ByteBuffKeyValueDecoder,  we pass a byte buffer to 
initialize the Cell without a sanity check (check each field's offset 
exceed the byte buffer or not), so ArrayIndexOutOfBoundsException may happen 
when read the cell's fields, such as HBASE-213,  it's hard to debug this kind 
of bug. 

An earlier check will help to find such kind of bugs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (HBASE-21400) correct spelling error of 'initilize' in comment

2018-10-27 Thread wuguihu (JIRA)
wuguihu created HBASE-21400:
---

 Summary: correct spelling error of 'initilize' in comment
 Key: HBASE-21400
 URL: https://issues.apache.org/jira/browse/HBASE-21400
 Project: HBase
  Issue Type: Bug
Reporter: wuguihu
 Attachments: 2018-10-27.png

When I learned the code of HBase-RPC,I found a spelling error in the comment.

Is the word "initilize" should be "initialize"?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)