I do not think it is a blocker as you can run a HDFS 3.0.1 cluster and use
a 3.0.0 client to communicate with it. +1 on taking care of this when we
have a production ready release of hadoop 3.x.

2018-04-18 7:52 GMT+08:00 Stack <st...@duboce.net>:

> Thanks for voting Wei-Chiu Chuang.
>
> We should run on hadoop3, yeah, but I wouldn't call it a blocker given
> current state of hadoop3 (3.0.1, 3.0.2, 3.1.0, not-yet-production-ready...
> What do others think?). Perhaps by hbase2.1 it'd be a blocker?
>
> (Thanks for the help over on the likes of HBASE-20244).
>
> St.Ack
>
> On Tue, Apr 17, 2018 at 4:14 PM, Wei-Chiu Chuang <weic...@cloudera.com>
> wrote:
>
> > -1 (non-binding)
> > Hbase 2 will break on Hadoop 3.0.1 or above, due to HBASE-20244 caused by
> > the refactor in HDFS-12574.
> > Is Hbase 2 on Hadoop 3 a requirement for the release?
> >
> > On Tue, Apr 17, 2018 at 2:59 PM, Stack <st...@duboce.net> wrote:
> >
> > > Yeah, what Ashish says Umesh (and yeah, checkout HBASE-20385 for the
> why
> > > sir).
> > >
> > > Any one else given the RC a try? Its seven days now. Time is about up.
> I
> > > have two -1s, one of which I think I can overturn. Any other feedback
> on
> > > the RC? Any PMCers tried it?
> > >
> > > Thanks,
> > >
> > > St.Ack
> > >
> > >
> > > On Mon, Apr 16, 2018 at 9:41 PM, ashish singhi <
> ashish.sin...@huawei.com
> > >
> > > wrote:
> > >
> > > > bq. signatures & sums
> -
> > > NOT
> > > > OK
> > > > (md5 checksums missing)
> > > >
> > > > This is intentional I think, check HBASE-20385.
> > > >
> > > > Regards,
> > > > Ashish
> > > >
> > > > -----Original Message-----
> > > > From: Umesh Agashe [mailto:uaga...@cloudera.com]
> > > > Sent: Tuesday, April 17, 2018 4:01 AM
> > > > To: dev@hbase.apache.org
> > > > Subject: Re: [VOTE] First release candidate for HBase 2.0.0 (RC0) is
> > > > available
> > > >
> > > > -1 non-binding (hbck with write operations disabled not included)
> > > >
> > > > download src & bin tar ball                                   - OK
> > > > signatures & sums                                                -
> NOT
> > OK
> > > > (md5 checksums missing)
> > > > build from source (openjdk version "1.8.0_151")  - OK
> > > > rat check
> >  -
> > > > OK
> > > > start local instance from bin & CRUD from shell  - OK
> > > > LTT write, read1 million rows, 2 cols/row              - OK
> > > > check logs
> >  -
> > > OK
> > > >
> > > >
> > > > On Fri, Apr 13, 2018 at 10:55 AM, Stack <st...@duboce.net> wrote:
> > > >
> > > > > On Fri, Apr 13, 2018 at 10:53 AM, Josh Elser <els...@apache.org>
> > > wrote:
> > > > >
> > > > > > Was poking around with PE on a few nodes (I forget the exact
> > > > > > circumstances, need to look back at this), and ran into a case
> > where
> > > > > > ~35 regions were left as RIT
> > > > > >
> > > > > > 2018-04-12 22:05:24,431 ERROR
> > > > > > [master/ctr-e138-1518143905142-221855-01-
> > > > > 000002:16000]
> > > > > > procedure2.ProcedureExecutor: Corrupt pid=3580, ppid=3534,
> > > > > > state=RUNNABLE:REGION_TRANSITION_QUEUE; AssignProcedure
> > > > table=TestTable,
> > > > > > region=71fef      ffe6b5b3cf1cb6d3328a5a58690
> > > > > >
> > > > > > Saw entries like this (I think) for each region which was stuck.
> A
> > > > > > simple `assign` in the shell brought them back, but I need to dig
> > in
> > > > > > some more
> > > > > to
> > > > > > understand what went wrong.
> > > > > >
> > > > > >
> > > > > Log?
> > > > >
> > > > > HBASE-18152?
> > > > >
> > > > > Thanks Josh,
> > > > > S
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > >
> > > > > > On 4/10/18 4:47 PM, Stack wrote:
> > > > > >
> > > > > >> The first release candidate for Apache HBase 2.0.0 is available
> > for
> > > > > >> downloading and testing.
> > > > > >>
> > > > > >> Artifacts are available here:
> > > > > >>
> > > > > >>   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0RC0/
> > > > > >>
> > > > > >> Maven artifacts are available in the staging repository at:
> > > > > >>
> > > > > >>   https://repository.apache.org/content/repositories/
> > > > > orgapachehbase-1209
> > > > > >>
> > > > > >> All artifacts are signed with my signing key 8ACC93D2, which is
> > > > > >> also in the project KEYS file at
> > > > > >>
> > > > > >>   http://www.apache.org/dist/hbase/KEYS
> > > > > >>
> > > > > >> These artifacts were tagged 2.0.0RC0 at hash
> > > > > >> 011dd2dae33456b3a2bcc2513e9fdd29de23be46
> > > > > >>
> > > > > >> Please review 'Upgrading from 1.x to 2.x' in the bundled HBase
> > > > > >> 2.0.0 Reference Guide before installing or upgrading for a list
> of
> > > > > >> incompatibilities, major changes, and notable new features. Be
> > > > > >> aware
> > > > > that
> > > > > >> according to our adopted Semantic Versioning guidelines[1],
> we've
> > > > > >> allow ourselves to make breaking changes in this major version
> > > > > >> release. For example, Coprocessors will need to be recast to fit
> > > > > >> more constrained CP APIs and a rolling upgrade of an hbase-1.x
> > > > > >> install to hbase-2.x without downtime is (currently) not
> possible.
> > > > > >> That said, a bunch of effort has been expended mitigating
> > > > > >> differences; a hbase-1.x client can perform DML against an
> hbase-2
> > > > > >> cluster.
> > > > > >>
> > > > > >> For the full list of ~6k issues addressed, see [2]. There are
> also
> > > > > >> CHANGES.md and RELEASENOTES.md in the root directory of the
> source
> > > > > >> tarball.
> > > > > >>
> > > > > >> Please take a few minutes to verify the release and vote on
> > > > > >> releasing
> > > > > it:
> > > > > >>
> > > > > >> [ ] +1 Release this package as Apache HBase 2.0.0 [ ] +0 no
> > opinion
> > > > > >> [ ] -1 Do not release this package because...
> > > > > >>
> > > > > >> This VOTE will run for one week and close Tuesday, April 17,
> 2018
> > @
> > > > > 13:00
> > > > > >> PST.
> > > > > >>
> > > > > >> Thanks to the myriad who have helped out with this release, Your
> > > > > >> 2.0.0 Release Manager
> > > > > >>
> > > > > >> 1. http://hbase.apache.org/2.0/book.html#hbase.versioning.
> post10
> > > > > >> 2.  https://s.apache.org/zwS9
> > > > > >>
> > > > > >>
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> > A very happy Clouderan
> >
>

Reply via email to