|
|
+
lars hofhansl 2012-07-25, 04:09
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Elliott Clark 2012-07-26, 19:39
On taking it for a spin I'm having issues when I kill the RS and DN that's holding root. Spun up a new dfs on hadoop-0.20.2-cdh3u3 Started hbase started running loadtest tool. killed rs and dn holding root with killall -9 java on server sv4r27s44 at about 2012-07-25 22:40:00 After things stabilize Root is in a bad state. Ran hbck and got: Exception in thread "main" org.apache.hadoop.hbase.client.NoServerForRegionException: No server address listed in -ROOT- for region .META.,,1.1028785192 containing row at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegionInMeta(HConnectionManager.java:1016) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:841) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:810) at org.apache.hadoop.hbase.client.HTable.finishSetup(HTable.java:232) at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:172) at org.apache.hadoop.hbase.util.HBaseFsck.connect(HBaseFsck.java:241) at org.apache.hadoop.hbase.util.HBaseFsck.main(HBaseFsck.java:3236) hbase(main):001:0> scan '-ROOT-' ROW COLUMN+CELL 12/07/25 22:43:18 INFO security.UserGroupInformation: JAAS Configuration already set up for Hadoop, not re-installing. .META.,,1 column=info:regioninfo, timestamp=1343255838525, value={NAME => '.META.,,1', STARTKEY => '', ENDKEY => '', ENCODED => 1028785192,} .META.,,1 column=info:v, timestamp=1343255838525, value=\x00\x00 1 row(s) in 0.5930 seconds Here's the master log: https://gist.github.com/3179194I tried the same thing with 0.92.1 and I was able to get into a similar situation, so I don't think this is anything new. I'm going to file an issue with what I've seen, since all that was required to fix it was a move of meta. On Tue, Jul 24, 2012 at 9:09 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: > > The 2nd 0.94.1 RC is available for download here: http://people.apache.org/~larsh/hbase-0.94.1-rc1/> > Signed with my code signing key: A1AC25A9 > > 0.94.1 is a bug fix release and has 156 issues resolved against it. > > The full list of changes is available here: > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+HBASE+AND+fixVersion+%3D+%220.94.1%22+AND+status+%3D+Resolved+ORDER+BY+priority+DESC&mode=hide> > The tests on the Jenkins machines are stable again and the artifact were built there. > > Please take the RC for a spin, check out the doc, etc, and vote +1/-1 by August 7th on whether we should release this as 0.94.1. > > The testing spreadsheet is here: > https://docs.google.com/spreadsheet/ccc?key=0AvLqcVIqNtlTdDAxUmwzVkpXSl9DN0tGUmYxUFhub0E#gid=0> > Thanks. > > -- Lars
+
Elliott Clark 2012-07-26, 19:39
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
lars hofhansl 2012-07-26, 19:45
Thanks Elliot! I wonder whether this is related to (or the cause of) HBASE-5754? -- Lars ________________________________ From: Elliott Clark <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; lars hofhansl <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2012 12:39 PM Subject: Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download On taking it for a spin I'm having issues when I kill the RS and DN that's holding root. Spun up a new dfs on hadoop-0.20.2-cdh3u3 Started hbase started running loadtest tool. killed rs and dn holding root with killall -9 java on server sv4r27s44 at about 2012-07-25 22:40:00 After things stabilize Root is in a bad state. Ran hbck and got: Exception in thread "main" org.apache.hadoop.hbase.client.NoServerForRegionException: No server address listed in -ROOT- for region .META.,,1.1028785192 containing row at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegionInMeta(HConnectionManager.java:1016) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:841) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:810) at org.apache.hadoop.hbase.client.HTable.finishSetup(HTable.java:232) at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:172) at org.apache.hadoop.hbase.util.HBaseFsck.connect(HBaseFsck.java:241) at org.apache.hadoop.hbase.util.HBaseFsck.main(HBaseFsck.java:3236) hbase(main):001:0> scan '-ROOT-' ROW COLUMN+CELL 12/07/25 22:43:18 INFO security.UserGroupInformation: JAAS Configuration already set up for Hadoop, not re-installing. .META.,,1 column=info:regioninfo, timestamp=1343255838525, value={NAME => '.META.,,1', STARTKEY => '', ENDKEY => '', ENCODED => 1028785192,} .META.,,1 column=info:v, timestamp=1343255838525, value=\x00\x00 1 row(s) in 0.5930 seconds Here's the master log: https://gist.github.com/3179194I tried the same thing with 0.92.1 and I was able to get into a similar situation, so I don't think this is anything new. I'm going to file an issue with what I've seen, since all that was required to fix it was a move of meta. On Tue, Jul 24, 2012 at 9:09 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: > > The 2nd 0.94.1 RC is available for download here: http://people.apache.org/~larsh/hbase-0.94.1-rc1/> > Signed with my code signing key: A1AC25A9 > > 0.94.1 is a bug fix release and has 156 issues resolved against it. > > The full list of changes is available here: > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+HBASE+AND+fixVersion+%3D+%220.94.1%22+AND+status+%3D+Resolved+ORDER+BY+priority+DESC&mode=hide> > The tests on the Jenkins machines are stable again and the artifact were built there. > > Please take the RC for a spin, check out the doc, etc, and vote +1/-1 by August 7th on whether we should release this as 0.94.1. > > The testing spreadsheet is here: > https://docs.google.com/spreadsheet/ccc?key=0AvLqcVIqNtlTdDAxUmwzVkpXSl9DN0tGUmYxUFhub0E#gid=0> > Thanks. > > -- Lars
+
lars hofhansl 2012-07-26, 19:45
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Stack 2012-07-26, 20:42
On Thu, Jul 26, 2012 at 9:45 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: > Thanks Elliot! > I wonder whether this is related to (or the cause of) HBASE-5754? >
Sounds bad. Its unrelated to HBASE-5754 I'd say (its -ROOT- rather than .META.). St.Ack
+
Stack 2012-07-26, 20:42
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Andrew Purtell 2012-07-26, 21:01
Seems like a blocker if hbck failure is reproducible even though it happens with 0.92. We know about it now... Thanks Elliott.
On Thu, Jul 26, 2012 at 1:42 PM, Stack <[EMAIL PROTECTED]> wrote: > On Thu, Jul 26, 2012 at 9:45 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: >> Thanks Elliot! >> I wonder whether this is related to (or the cause of) HBASE-5754? >> > > Sounds bad. Its unrelated to HBASE-5754 I'd say (its -ROOT- rather > than .META.). > St.Ack
-- Best regards,
- Andy
Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
+
Andrew Purtell 2012-07-26, 21:01
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Elliott Clark 2012-07-26, 21:20
I don't think that this is an hbck issue. The root table is corrupted before the hbck run. The hbck check just shows that root does not contain an assigned meta.
On Thu, Jul 26, 2012 at 2:01 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: > Seems like a blocker if hbck failure is reproducible even though it > happens with 0.92. We know about it now... Thanks Elliott. > > On Thu, Jul 26, 2012 at 1:42 PM, Stack <[EMAIL PROTECTED]> wrote: >> On Thu, Jul 26, 2012 at 9:45 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: >>> Thanks Elliot! >>> I wonder whether this is related to (or the cause of) HBASE-5754? >>> >> >> Sounds bad. Its unrelated to HBASE-5754 I'd say (its -ROOT- rather >> than .META.). >> St.Ack > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet > Hein (via Tom White)
+
Elliott Clark 2012-07-26, 21:20
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Andrew Purtell 2012-07-26, 22:17
Yes but the user can't get the table back online with hbck, no?
On Thu, Jul 26, 2012 at 2:20 PM, Elliott Clark <[EMAIL PROTECTED]> wrote: > I don't think that this is an hbck issue. The root table is corrupted > before the hbck run. The hbck check just shows that root does not > contain an assigned meta. > > On Thu, Jul 26, 2012 at 2:01 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: >> Seems like a blocker if hbck failure is reproducible even though it >> happens with 0.92. We know about it now... Thanks Elliott. >> >> On Thu, Jul 26, 2012 at 1:42 PM, Stack <[EMAIL PROTECTED]> wrote: >>> On Thu, Jul 26, 2012 at 9:45 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: >>>> Thanks Elliot! >>>> I wonder whether this is related to (or the cause of) HBASE-5754? >>>> >>> >>> Sounds bad. Its unrelated to HBASE-5754 I'd say (its -ROOT- rather >>> than .META.). >>> St.Ack >> >> >> >> -- >> Best regards, >> >> - Andy >> >> Problems worthy of attack prove their worth by hitting back. - Piet >> Hein (via Tom White)
-- Best regards,
- Andy
Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
+
Andrew Purtell 2012-07-26, 22:17
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Andrew Purtell 2012-07-26, 22:22
There are two issues here, correct me if I'm not on the same page because I'm missing some information (like what hbck switches you used).
1) The root table is hosed.
2) hbck craps out with Exception in thread "main" org.apache.hadoop.hbase.client.NoServerForRegionException instead of fixing the problem.
On Thu, Jul 26, 2012 at 3:17 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: > Yes but the user can't get the table back online with hbck, no? > > On Thu, Jul 26, 2012 at 2:20 PM, Elliott Clark <[EMAIL PROTECTED]> wrote: >> I don't think that this is an hbck issue. The root table is corrupted >> before the hbck run. The hbck check just shows that root does not >> contain an assigned meta. >> >> On Thu, Jul 26, 2012 at 2:01 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: >>> Seems like a blocker if hbck failure is reproducible even though it >>> happens with 0.92. We know about it now... Thanks Elliott. >>> >>> On Thu, Jul 26, 2012 at 1:42 PM, Stack <[EMAIL PROTECTED]> wrote: >>>> On Thu, Jul 26, 2012 at 9:45 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: >>>>> Thanks Elliot! >>>>> I wonder whether this is related to (or the cause of) HBASE-5754? >>>>> >>>> >>>> Sounds bad. Its unrelated to HBASE-5754 I'd say (its -ROOT- rather >>>> than .META.). >>>> St.Ack >>> >>> >>> >>> -- >>> Best regards, >>> >>> - Andy >>> >>> Problems worthy of attack prove their worth by hitting back. - Piet >>> Hein (via Tom White) > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet > Hein (via Tom White)
-- Best regards,
- Andy
Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
+
Andrew Purtell 2012-07-26, 22:22
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
lars hofhansl 2012-07-26, 22:37
That seems to be the case.
0.94.1 should get out of the door soon, though, because of HBASE-6311, hence (and because this exists in 0.92 and probably 0.90) I don't think this should be blocker for 0.94.1.
Could do a small 0.94.2 release to address this issue afterwards. Maybe we have to start thinking about a.b.c.d bug fix releases to get "emergency" fixes out (0.94.0.1 or 0.94.1.1 in this case).
-- Lars
----- Original Message ----- From: Andrew Purtell <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Sent: Thursday, July 26, 2012 3:22 PM Subject: Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
There are two issues here, correct me if I'm not on the same page because I'm missing some information (like what hbck switches you used).
1) The root table is hosed.
2) hbck craps out with Exception in thread "main" org.apache.hadoop.hbase.client.NoServerForRegionException instead of fixing the problem.
On Thu, Jul 26, 2012 at 3:17 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: > Yes but the user can't get the table back online with hbck, no? > > On Thu, Jul 26, 2012 at 2:20 PM, Elliott Clark <[EMAIL PROTECTED]> wrote: >> I don't think that this is an hbck issue. The root table is corrupted >> before the hbck run. The hbck check just shows that root does not >> contain an assigned meta. >> >> On Thu, Jul 26, 2012 at 2:01 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: >>> Seems like a blocker if hbck failure is reproducible even though it >>> happens with 0.92. We know about it now... Thanks Elliott. >>> >>> On Thu, Jul 26, 2012 at 1:42 PM, Stack <[EMAIL PROTECTED]> wrote: >>>> On Thu, Jul 26, 2012 at 9:45 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: >>>>> Thanks Elliot! >>>>> I wonder whether this is related to (or the cause of) HBASE-5754? >>>>> >>>> >>>> Sounds bad. Its unrelated to HBASE-5754 I'd say (its -ROOT- rather >>>> than .META.). >>>> St.Ack >>> >>> >>> >>> -- >>> Best regards, >>> >>> - Andy >>> >>> Problems worthy of attack prove their worth by hitting back. - Piet >>> Hein (via Tom White) > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet > Hein (via Tom White)
-- Best regards,
- Andy
Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
+
lars hofhansl 2012-07-26, 22:37
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Andrew Purtell 2012-07-27, 21:41
On Thu, Jul 26, 2012 at 3:37 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: > 0.94.1 should get out of the door soon, though, because of HBASE-6311, hence (and because this exists in 0.92 and probably 0.90) > I don't think this should be blocker for 0.94.1.
+1 on the above from Lars based on the additional comment on HBASE-6461
HBCK should be able to get the cluster back in this state, that can be for 0.94.2.
Best regards,
- Andy
Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
+
Andrew Purtell 2012-07-27, 21:41
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Elliott Clark 2012-07-28, 01:24
On more testing, I'm (a non-binding) +1. Tested on hadoop 2.0.0-alpha and cloudera's cdh3 using Loadtest Tool and acid verification.
On Fri, Jul 27, 2012 at 2:41 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 26, 2012 at 3:37 PM, lars hofhansl <[EMAIL PROTECTED]> > wrote: > > 0.94.1 should get out of the door soon, though, because of HBASE-6311, > hence (and because this exists in 0.92 and probably 0.90) > > I don't think this should be blocker for 0.94.1. > > +1 on the above from Lars based on the additional comment on HBASE-6461 > > HBCK should be able to get the cluster back in this state, that can be > for 0.94.2. > > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet > Hein (via Tom White) >
+
Elliott Clark 2012-07-28, 01:24
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Devaraj Das 2012-07-29, 00:07
I am also +1 (non-binding). I ran some medium sized tests like TestLoadAndVerify (Bigtop's), and they ran fine. Devaraj.
On Jul 27, 2012, at 6:24 PM, Elliott Clark wrote:
> On more testing, I'm (a non-binding) +1. > Tested on hadoop 2.0.0-alpha and cloudera's cdh3 using Loadtest Tool and > acid verification. > > On Fri, Jul 27, 2012 at 2:41 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: > >> On Thu, Jul 26, 2012 at 3:37 PM, lars hofhansl <[EMAIL PROTECTED]> >> wrote: >>> 0.94.1 should get out of the door soon, though, because of HBASE-6311, >> hence (and because this exists in 0.92 and probably 0.90) >>> I don't think this should be blocker for 0.94.1. >> >> +1 on the above from Lars based on the additional comment on HBASE-6461 >> >> HBCK should be able to get the cluster back in this state, that can be >> for 0.94.2. >> >> Best regards, >> >> - Andy >> >> Problems worthy of attack prove their worth by hitting back. - Piet >> Hein (via Tom White) >>
+
Devaraj Das 2012-07-29, 00:07
-
RE: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Gopinathan A 2012-08-07, 09:23
+1 (non-binidng)
We have ran few basic scenarios with some 2TB data, 1500 regions in a 5 node cluster.
It will be good in future if we share hbase tar ball with hadoop 2.0.0-alpha, so that we can test the release in both the hadoop version.
Thanks & Regards, Gopinathan A
-----Original Message----- From: Devaraj Das [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2012 5:37 AM To: [EMAIL PROTECTED] Cc: lars hofhansl Subject: Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
I am also +1 (non-binding). I ran some medium sized tests like TestLoadAndVerify (Bigtop's), and they ran fine. Devaraj.
On Jul 27, 2012, at 6:24 PM, Elliott Clark wrote:
> On more testing, I'm (a non-binding) +1. > Tested on hadoop 2.0.0-alpha and cloudera's cdh3 using Loadtest Tool and > acid verification. > > On Fri, Jul 27, 2012 at 2:41 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: > >> On Thu, Jul 26, 2012 at 3:37 PM, lars hofhansl <[EMAIL PROTECTED]> >> wrote: >>> 0.94.1 should get out of the door soon, though, because of HBASE-6311, >> hence (and because this exists in 0.92 and probably 0.90) >>> I don't think this should be blocker for 0.94.1. >> >> +1 on the above from Lars based on the additional comment on HBASE-6461 >> >> HBCK should be able to get the cluster back in this state, that can be >> for 0.94.2. >> >> Best regards, >> >> - Andy >> >> Problems worthy of attack prove their worth by hitting back. - Piet >> Hein (via Tom White) >>
+
Gopinathan A 2012-08-07, 09:23
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Enis Söztutar 2012-07-28, 00:30
Here is my (non-binding) +1 based on below:
- Checked signatures - Run some basic smoke tests - Run LoadTestTool, TestAcidGuarantees on a 7 node cluster - Ported the patch for HBASE-6241 (v3 patch, which is coming soon), and which runs LoadTestTool while killing the servers, rolling restart, batch killing 50%, etc.
Minor issues (should not sink RC) - no md5 or sha file - run into HBASE-6469
Enis On Fri, Jul 27, 2012 at 2:41 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 26, 2012 at 3:37 PM, lars hofhansl <[EMAIL PROTECTED]> > wrote: > > 0.94.1 should get out of the door soon, though, because of HBASE-6311, > hence (and because this exists in 0.92 and probably 0.90) > > I don't think this should be blocker for 0.94.1. > > +1 on the above from Lars based on the additional comment on HBASE-6461 > > HBCK should be able to get the cluster back in this state, that can be > for 0.94.2. > > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet > Hein (via Tom White) >
+
Enis Söztutar 2012-07-28, 00:30
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Stack 2012-07-28, 05:32
On Fri, Jul 27, 2012 at 12:37 AM, lars hofhansl <[EMAIL PROTECTED]> wrote: > Could do a small 0.94.2 release to address this issue afterwards. >
+1
> > Maybe we have to start thinking about a.b.c.d bug fix releases to get "emergency" fixes out (0.94.0.1 or 0.94.1.1 in this case). > I'd say nah. Lets keep our versioning basic. Instead lets work on making releases less of a pain (smile).
Good on you Lars, St.Ack
+
Stack 2012-07-28, 05:32
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Stack 2012-08-07, 17:16
On Wed, Jul 25, 2012 at 5:09 AM, lars hofhansl <[EMAIL PROTECTED]> wrote: > The 2nd 0.94.1 RC is available for download here: http://people.apache.org/~larsh/hbase-0.94.1-rc1/> +1 Downloaded it. Started a standalone instance. Loaded up a couple million of rows. Verified count. Checked logs for errors. Looked good except for the below which is not enough to sink a release. Docs look fine. Tarball should have an md5 published alongside it -- see the hadoop how to release doc. St.Ack 2012-08-07 16:58:43,226 INFO org.apache.zookeeper.server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:60142 2012-08-07 16:58:43,232 INFO org.apache.zookeeper.server.ZooKeeperServer: Established session 0x13901f7792d0009 with negotiated timeout 40000 for client /127.0.0.1:60142 2012-08-07 16:59:16,777 WARN org.apache.zookeeper.server.NIOServerCnxn: caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13901f7792d0009, likely client has closed socket at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220) at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:224) at java.lang.Thread.run(Thread.java:662)
+
Stack 2012-08-07, 17:16
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Aditya 2012-08-07, 20:08
Non-binding +1 Installed in a 5 node cluster, ran some standard and some custom load tests. No issues so far. Regards, Aditya... On Tue, Aug 7, 2012 at 10:16 AM, Stack <[EMAIL PROTECTED]> wrote: > On Wed, Jul 25, 2012 at 5:09 AM, lars hofhansl <[EMAIL PROTECTED]> > wrote: > > The 2nd 0.94.1 RC is available for download here: > http://people.apache.org/~larsh/hbase-0.94.1-rc1/> > > > +1 > > Downloaded it. Started a standalone instance. Loaded up a couple > million of rows. Verified count. Checked logs for errors. Looked > good except for the below which is not enough to sink a release. > > Docs look fine. > > Tarball should have an md5 published alongside it -- see the hadoop > how to release doc. > > St.Ack > > > > 2012-08-07 16:58:43,226 INFO > org.apache.zookeeper.server.ZooKeeperServer: Client attempting to > establish new session at /127.0.0.1:60142 > 2012-08-07 16:58:43,232 INFO > org.apache.zookeeper.server.ZooKeeperServer: Established session > 0x13901f7792d0009 with negotiated timeout 40000 for client > /127.0.0.1:60142 > 2012-08-07 16:59:16,777 WARN > org.apache.zookeeper.server.NIOServerCnxn: caught end of stream > exception > EndOfStreamException: Unable to read additional data from client > sessionid 0x13901f7792d0009, likely client has closed socket > at > org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220) > at > org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:224) > at java.lang.Thread.run(Thread.java:662) >
+
Aditya 2012-08-07, 20:08
-
RE: ANN: The 2nd hbase 0.94.1 release candidate is available for download
Ramkrishna.S.Vasudevan 2012-08-08, 04:06
+1 from me and my team. Here in Huawei our testing team has tested some scenarios and the same has been updated in the excel sheet provided by Lars. Our testing has been done on hadoop 0.20.205. Regards Ram > -----Original Message----- > From: Aditya [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2012 1:39 AM > To: [EMAIL PROTECTED] > Subject: Re: ANN: The 2nd hbase 0.94.1 release candidate is available > for download > > Non-binding +1 > > Installed in a 5 node cluster, ran some standard and some custom load > tests. No issues so far. > > Regards, > Aditya... > > On Tue, Aug 7, 2012 at 10:16 AM, Stack <[EMAIL PROTECTED]> wrote: > > > On Wed, Jul 25, 2012 at 5:09 AM, lars hofhansl <[EMAIL PROTECTED]> > > wrote: > > > The 2nd 0.94.1 RC is available for download here: > > http://people.apache.org/~larsh/hbase-0.94.1-rc1/> > > > > > > +1 > > > > Downloaded it. Started a standalone instance. Loaded up a couple > > million of rows. Verified count. Checked logs for errors. Looked > > good except for the below which is not enough to sink a release. > > > > Docs look fine. > > > > Tarball should have an md5 published alongside it -- see the hadoop > > how to release doc. > > > > St.Ack > > > > > > > > 2012-08-07 16:58:43,226 INFO > > org.apache.zookeeper.server.ZooKeeperServer: Client attempting to > > establish new session at /127.0.0.1:60142 > > 2012-08-07 16:58:43,232 INFO > > org.apache.zookeeper.server.ZooKeeperServer: Established session > > 0x13901f7792d0009 with negotiated timeout 40000 for client > > /127.0.0.1:60142 > > 2012-08-07 16:59:16,777 WARN > > org.apache.zookeeper.server.NIOServerCnxn: caught end of stream > > exception > > EndOfStreamException: Unable to read additional data from client > > sessionid 0x13901f7792d0009, likely client has closed socket > > at > > > org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220) > > at > > > org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFacto > ry.java:224) > > at java.lang.Thread.run(Thread.java:662) > >
+
Ramkrishna.S.Vasudevan 2012-08-08, 04:06
+
Jean-Daniel Cryans 2012-08-07, 16:21
-
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download
lars hofhansl 2012-08-07, 15:42
This is a reminder that the voting phase for this RC ends today. We have a few +1 and no -1. If I hear no objections by this evening I will release As for myself, I'm +1 as well: I have been playing with HBase 0.94.1 in various incarnations (local, on top of Hadoop 1.0.3 and 2.0.0-alpha), did created tables, did scans/puts/gets, tested out some coprocessors, etc. -- Lars ----- Original Message ----- From: lars hofhansl <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>; lars hofhansl <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 24, 2012 9:09 PM Subject: ANN: The 2nd hbase 0.94.1 release candidate is available for download The 2nd 0.94.1 RC is available for download here: http://people.apache.org/~larsh/hbase-0.94.1-rc1/Signed with my code signing key: A1AC25A9 0.94.1 is a bug fix release and has 156 issues resolved against it. The full list of changes is available here: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+HBASE+AND+fixVersion+%3D+%220.94.1%22+AND+status+%3D+Resolved+ORDER+BY+priority+DESC&mode=hideThe tests on the Jenkins machines are stable again and the artifact were built there. Please take the RC for a spin, check out the doc, etc, and vote +1/-1 by August 7th on whether we should release this as 0.94.1. The testing spreadsheet is here: https://docs.google.com/spreadsheet/ccc?key=0AvLqcVIqNtlTdDAxUmwzVkpXSl9DN0tGUmYxUFhub0E#gid=0Thanks. -- Lars
+
lars hofhansl 2012-08-07, 15:42
|
|