Hi, Mikhail It looks like the hadoop 2.5.1 bundled with the HBase 1.3.0 would make the HBase servers (master and region server) fail/abort in a Kerberos environment after the initial server login expires. It happens on Java 1.8. This seems to be the related JIRA: https://issues.apache.org/jira/browse/HADOOP-10786 The root problem is UGI#reloginFromKeytab. It happened on my HBase 1.3.0 RC0 testing cluster with OpenJDk 1.8.0_101-b13 after 24 hours.
Since Java 1.8 is supported by HBase 1.3.0. I think we probably should call it out in a documentation. Thanks. Jerry On Mon, Jan 16, 2017 at 2:30 AM, Mikhail Antonov <[email protected]> wrote: > With 4 binding +1 (including mine), 2 non-binding +1 and no other votes > this vote passes and RC0 becomes 1.3.0 release. > > Thanks for everyone who tested the RC and voted! > > I'll publish artifacts and make an announcements soon, > > Thanks! > Mikhail > > > On Sat, Jan 14, 2017 at 12:12 PM, Jerry He <[email protected]> wrote: > > > +1 > > > > - Downloaded the src tarball. > > - Checked the md5 and signature. All good. > > - Built from source. OpenJDk 1.8.0_101-b13 > > - Unit test suite. Passed. > > - mvn apache-rat:check Passed > > > > - Download the bin tarball. > > - Checked the md5 and signature. All good. > > - Untar it. Layout and files look good. > > > > - Put the binaries on a distributed Kerberos cluster > > - With all the security co-processors enabled. > > - Ran hbase shell. Table put, scan, split, major-compact, merge-region. > > Permission checkes good. > > - SecureBulkLoad good. > > - Security audit trace looks good. Master and region server logs look > > good. > > > > - Check master and region server UI. Clicked on the tabs, looked at the > > tasks running, Debug dump, Configuration dump, zk dump. Looks good. > > > > - Got this exception when running PerformanceEvaluation or other MR job: > > org.codehaus.jackson.map.exc.UnrecognizedPropertyException: > Unrecognized > > field "Token" (Class > > org.apache.hadoop.yarn.api.records.timeline. > TimelineDelegationTokenRespons > > e), > > not marked as ignorable > > at [Source: N/A; line: -1, column: -1] (through reference chain: > > org.apache.hadoop.yarn.api.records.timeline. > TimelineDelegationTokenRespons > > e["Token"]) > > > > My Hadoop/Yarn cluster is 2.7.2. HBase 1.3.0 bundles 2.5.1. That may > be > > the problem. > > After copying hadoop 2.7.2 jars into hbase. The jobs run fine. > > Loaded data. > > > > On Sat, Jan 14, 2017 at 12:51 AM, Elliott Clark <[email protected]> > wrote: > > > > > +1 Checked sigs. > > > Downloaded everything looks good. > > > License and Notice files look good. > > > > > > On Mon, Jan 9, 2017 at 7:11 PM, Andrew Purtell <[email protected]> > > > wrote: > > > > > > > +1 > > > > > > > > Checked sums and signatures: ok > > > > Spot check LICENSE and NOTICE files: ok > > > > Built from source (7u80): ok > > > > RAT audit (7u80): ok > > > > Unit test suite passes (8u102): > > > > Loaded 1 million rows with LTT (8u102, 10 readers, 10 writers, 10 > > > updaters > > > > @ 20%): all keys verified, no unexpected or unusual messages in the > > logs, > > > > latencies in the ballpark > > > > 1 billion row ITBLL (8u102): failed, but known issue HBASE-17069 > > > > > > > > > > > > > > > > On Fri, Jan 6, 2017 at 12:42 PM, Mikhail Antonov < > [email protected] > > > > > > > wrote: > > > > > > > > > Hello everyone, > > > > > > > > > > I'm pleased to announce the first release candidate for HBase 1.3.0 > > is > > > > > available to download and testing. > > > > > > > > > > Artifacts are available here: > > > > > > > > > > https://dist.apache.org/repos/dist/dev/hbase/1.3.0RC0/ > > > > > > > > > > Maven artifacts are available in the staging repository: > > > > > > > > > > https://repository.apache.org/content/repositories/ > > > orgapachehbase-1162/ > > > > > > > > > > All artifacts are signed with my code signing key 35A4ABE2, which > is > > > also > > > > > in the project KEYS file at > > > > > > > > > > http://www.apache.org/dist/hbase/KEYS > > > > > > > > > > these artifacts correspond to commit hash > > > > > > > > > > e359c76e8d9fd0d67396456f92bcbad9ecd7a710 tagged as 1.3.0RC0. > > > > > > > > > > HBase 1.3.0 is the third minor release in the HBase 1.x line and > > > includes > > > > > approximately 1700 resolved issues. > > > > > > > > > > Notable new features include: > > > > > > > > > > - Date-based tiered compactions (HBASE-15181, HBASE-15339) > > > > > - Maven archetypes for HBase client applications (HBASE-14877) > > > > > - Throughput controller for flushes (HBASE-14969) > > > > > - Controlled delay (CoDel) based RPC scheduler (HBASE-15136) > > > > > - Bulk loaded HFile replication (HBASE-13153) > > > > > - More improvements to Procedure V2 > > > > > - Improvements to Multi WAL (HBASE-14457) > > > > > - Many improvements and optimizations in metrics subsystem > > > > > - Reduced memory allocation in RPC layer (HBASE-15177) > > > > > - Region location lookups optimizations in HBase client > > > > > > > > > > and numerous bugfixes and performance improvements. > > > > > > > > > > The full list of issues addressed is available at > > > > > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > > > > > projectId=12310753&version=12332794 > > > > > > > > > > and also in the CHANGES.txt file 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 1.3.0 > > > > > [ ] +0 no opinion > > > > > [ ] -1 Do not release this package because... > > > > > > > > > > This Vote will run for one week and close Fri Jan 13, 2017 22:00 > PST. > > > > > > > > > > Thank you! > > > > > Mikhail > > > > > > > > > > > > > > > > > > > > > -- > > > > Best regards, > > > > > > > > - Andy > > > > > > > > If you are given a choice, you believe you have acted freely. - > Raymond > > > > Teller (via Peter Watts) > > > > > > > > > > > > > -- > Thanks, > Michael Antonov >
