Hello Nicolas,
Oh, it is a typo. :) Thanks very much! By the way, can you also help to
answer following question?
HBase unit tests (command `mvn test`) are *seperated into two parts*
in*HBase 0.94.0,
* do you know how to let it only run the first part, but not run the
second part with `mvn
ts, but did you try it
>>> successfully with individually running "mvn -Dtest=*TestHRegion *test"?
>>> Thanks for your info.
>>>
>>>
>>>
>>> -- Forwarded message --
>>> From: Liping Zhang
>>> Date: Tue, Oc
anks for your info.
>>
>>
>>
>> ------ Forwarded message --
>> From: Liping Zhang
>> Date: Tue, Oct 30, 2012 at 11:18 AM
>> Subject: hbase 0.94.0 failed to individually run test case with
>> org.apache.hadoop.hbase.TestZookeeper
>> To
;>> successfully with individually running "mvn -Dtest=*TestHRegion *test"?
>>>> Thanks for your info.
>>>>
>>>>
>>>>
>>>> -- Forwarded message --
>>>> From: Liping Zhang
>>>> Dat
gt; Thanks for your info.
>>>
>>>
>>>
>>> -- Forwarded message --
>>> From: Liping Zhang
>>> Date: Tue, Oct 30, 2012 at 11:18 AM
>>> Subject: hbase 0.94.0 failed to individually run test case with
>>> org.apache.ha
individually running "mvn -Dtest=*TestHRegion *test"?
>> Thanks for your info.
>>
>>
>>
>> ------ Forwarded message --
>> From: Liping Zhang
>> Date: Tue, Oct 30, 2012 at 11:18 AM
>> Subject: hbase 0.94.0 failed to individually run test case with
>> or
full unit tests, but did you try it
> successfully with individually running "mvn -Dtest=*TestHRegion *test"?
> Thanks for your info.
>
>
>
> -- Forwarded message --
> From: Liping Zhang
> Date: Tue, Oct 30, 2012 at 11:18 AM
&g
On Wed, May 16, 2012 at 12:25 AM, Mikael Sitruk wrote:
> Hey St.Ack
>
> Thanks for clarifications,
>
> For 4. replay of log: (Please correct if i'm wrong)
> So the RS will:
> a. split the log via HLogSplitter, write concurrently log content to other
> log files under each region,
Yes.
The next b
See Inline..
Regards
Ram
> -Original Message-
> From: Jonathan Hsieh [mailto:j...@cloudera.com]
> Sent: Wednesday, May 16, 2012 9:35 PM
> To: dev@hbase.apache.org; lars hofhansl
> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available
> for download
&g
ibliities/changes. Not enough to block release.
Jon.
On Tue, May 1, 2012 at 4:26 PM, lars hofhansl wrote:
> The third 0.94.0 RC is available for download here:
> http://people.apache.org/~larsh/hbase-0.94.0-rc3/
> (My gpg key is available from pgp.mit.edu. Key id: 7CA45750)
>
> HB
Hey St.Ack
Thanks for clarifications,
For 4. replay of log: (Please correct if i'm wrong)
So the RS will:
a. split the log via HLogSplitter, write concurrently log content to other
log files under each region,
b. replay those smaller logs into its own memstore and own logs (is it done
when the re
(Moved this conversation off the vote thread)
On Sat, May 12, 2012 at 3:14 PM, Mikael Sitruk wrote:
> So in case a RS goes down, the master will split the log and reassign the
> regions to other RS, then each RS will replay the log, during this step the
> regions are unavailable, and clients will
> To: dev@hbase.apache.org; lars hofhansl
> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available
> for download
>
> On Mon, May 14, 2012 at 8:15 AM, lars hofhansl
> wrote:
> > It's default off. I'd say we just say it's an experimental feature in
> the
potentially need to stabilize if I cut a new RC now.
>
> -- Lars
>
>
> From: Ted Yu
> To: dev@hbase.apache.org
> Sent: Monday, May 14, 2012 7:17 AM
> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available for
> download
C now.
-- Lars
From: Ted Yu
To: dev@hbase.apache.org
Sent: Monday, May 14, 2012 7:17 AM
Subject: Re: ANN: The third hbase 0.94.0 release candidate is available for
download
Thanks for sharing this information, Ramkrishna.
Dictionary WAL compression makes replication not functional -
Original Message-
> > From: Ramkrishna.S.Vasudevan [mailto:ramkrishna.vasude...@huawei.com]
> > Sent: Monday, May 14, 2012 11:48 AM
> > To: dev@hbase.apache.org; 'lars hofhansl'
> > Subject: RE: ANN: The third hbase 0.94.0 release candidate is available
> &
> -Original Message-
> From: Ramkrishna.S.Vasudevan [mailto:ramkrishna.vasude...@huawei.com]
> Sent: Monday, May 14, 2012 11:48 AM
> To: dev@hbase.apache.org; 'lars hofhansl'
> Subject: RE: ANN: The third hbase 0.94.0 release candidate is available
> for download
>
e.apache.org
> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available
> for download
>
> OK, I'll change my tactic :)
>
> If there are no -1's by Wed, May 16th, I'll release RC4 as 0.94.0.
>
> -- Lars
>
>
>
> - Origin
OK, I'll change my tactic :)
If there are no -1's by Wed, May 16th, I'll release RC4 as 0.94.0.
-- Lars
- Original Message -
From: Stack
To: lars hofhansl
Cc: "dev@hbase.apache.org"
Sent: Friday, May 11, 2012 10:39 PM
Subject: Re: ANN: The third hbase 0.
Hi St.Ack
You asked for it :-)
So in case a RS goes down, the master will split the log and reassign the
regions to other RS, then each RS will replay the log, during this step the
regions are unavailable, and clients will got exceptions.
1. how the master will choose a RS to assign a region?
2. ho
On Sat, May 12, 2012 at 10:14 AM, Mikael Sitruk wrote:
> Thanks for the clarifications St.Ack.
> Still I have some questions in regards of 3 in scenario discussed - when a
> region is offline it means that client operation are not possible on it
> (even read)?
Correct.
> In case a second master
Thanks for the clarifications St.Ack.
Still I have some questions in regards of 3 in scenario discussed - when a
region is offline it means that client operation are not possible on it
(even read)?
In case a second master is up (in an environment with multiple master), i
presume all this occurs un
On Fri, May 11, 2012 at 10:26 PM, lars hofhansl wrote:
> Thanks Stack.
>
> So that's two +1 (mine doesn't count I guess). And no -1.
Why doesn't yours count? Usually the RMs does, if they +1 it. So,
that'd be 3x+1 + a non-binding +1.
> I talked to Ram offline, and we'll fix HBase with Hadoop 2
.
Thanks.
-- Lars
From: Stack
To: dev@hbase.apache.org; lars hofhansl
Sent: Thursday, May 10, 2012 9:15 PM
Subject: Re: ANN: The third hbase 0.94.0 release candidate is available for
download
On Tue, May 1, 2012 at 4:26 PM, lars hofhansl wrote:
> The third 0.94.0 RC is available for
On Fri, May 11, 2012 at 3:24 AM, Mikael Sitruk wrote:
> Sorry for not being precise enough.
> The point is that i'm trying to check the impact of HA scenarios. one of
> them is when the master goes down.
> That is true that the Master is not it the critical path of read/write
> unless (please corr
Stack hi
Sorry for not being precise enough.
The point is that i'm trying to check the impact of HA scenarios. one of
them is when the master goes down.
That is true that the Master is not it the critical path of read/write
unless (please correct me if i'm wrong):
1. new client are trying to conne
On Thu, May 10, 2012 at 10:04 PM, Mikael Sitruk wrote:
> Stack do you have latency graph during the time the RS and HMaster were
> down? (did you see a big variance in latency)?
Not sure I follow Mikael. The master is not in the read/write path so
its restart wouldn't impinge on latency.
If you
ars hofhansl wrote:
> > The third 0.94.0 RC is available for download here:
> http://people.apache.org/~larsh/hbase-0.94.0-rc3/
> > (My gpg key is available from pgp.mit.edu. Key id: 7CA45750)
> >
>
> I'm +1 on this RC going out as 0.94.0. On the hadoop 2.0.0 issues,
>
On Tue, May 1, 2012 at 4:26 PM, lars hofhansl wrote:
> The third 0.94.0 RC is available for download here:
> http://people.apache.org/~larsh/hbase-0.94.0-rc3/
> (My gpg key is available from pgp.mit.edu. Key id: 7CA45750)
>
I'm +1 on this RC going out as 0.94.0. On the hadoop
com
> Date: Thu, 10 May 2012 10:01:20 -0700
> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available for
> download
> To: dev@hbase.apache.org
> CC: lhofha...@yahoo.com; ram_krish...@hotmail.com
>
> On Thu, May 10, 2012 at 8:41 AM, Ramkrishna.S.Vasudevan
On Thu, May 10, 2012 at 8:41 AM, Ramkrishna.S.Vasudevan
wrote:
> But older version has a filehandler leak in DN side for which Todd has
> provided fix in hadoop side. Refer to HDFS-3359. We can easily reproduce
> this problem if we have a multiple column family table and frequent flushes
> happen
eed to go with
> one more RC sinking the current one.
>
> Regards
> Ram
>
>
>> -Original Message-
>> From: lars hofhansl [mailto:lhofha...@yahoo.com]
>> Sent: Thursday, May 10, 2012 6:27 AM
>> To: dev@hbase.apache.org
>> Subject: Re: ANN: The third
sinking the current one.
Regards
Ram
> -Original Message-
> From: lars hofhansl [mailto:lhofha...@yahoo.com]
> Sent: Thursday, May 10, 2012 6:27 AM
> To: dev@hbase.apache.org
> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available
> for download
>
Gentle reminder to please provide your votes.
(and actually this is 4th RC, rather than the third)
-- Lars
From: lars hofhansl
To: hbase-dev
Sent: Tuesday, May 1, 2012 4:26 PM
Subject: ANN: The third hbase 0.94.0 release candidate is available for download
The
Clark
> To: dev@hbase.apache.org
> Sent: Monday, May 7, 2012 11:07 AM
> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available
> for download
>
> Sorry everything is in elapsed time as reported by Elapsed time in
> milliseconds. So higher is worse.
>
> T
doing this!
-- Lars
From: Elliott Clark
To: dev@hbase.apache.org
Sent: Monday, May 7, 2012 11:07 AM
Subject: Re: ANN: The third hbase 0.94.0 release candidate is available for
download
Sorry everything is in elapsed time as reported by Elapsed time in
millise
t; > >> > I am surprised to see 0.92.1 exhibit such unfavorable
> > > >> performance
> > > >> > > > >> profile.
> > > >> > > > >> > Let's see whether cluster testing gives us similar
> result
;> > Let's see whether cluster testing gives us similar results.
> > >> > > > >> >
> > >> > > > >> > On Wed, May 2, 2012 at 3:07 PM, Elliott Clark <
> > >> > > ecl...@stumbleupon.com
> > >> > > > >> >
> > >> > >
> >> > > > >> > >
> >> > > > >> >
> >> > > > >>
> >> > > >
> >> > >
> >> >
> >>
> http://www.scribd.com/eclark84
> > >>
>> > > >
>> > >
>> >
>> http://www.scribd.com/eclark847297/d/92151092-Hbase-0-94-0-RC3-Local-YCSB-Perf
>> > > > >> > >
>> > > > >> > > On Wed, May 2, 2012 at 3:01 PM, Ted Yu
>> > > wrote:
>>
> > Elliot:
> > > > >> > > > Thanks for the report.
> > > > >> > > > Can you publish results somewhere else ?
> > > > >> > > > Attachments were stripped off.
> > > > >> > > >
> > > >
; > > Attachments were stripped off.
> > > >> > > >
> > > >> > > > On Wed, May 2, 2012 at 2:59 PM, Elliott Clark <
> > > >> ecl...@stumbleupon.com
> > > >> > > > >wrote:
> > > >> > &g
> >> > > > > 0.90.6. For the rest of the tests I used 0.92 clients. The
> > >> results
> > >> > are
> > >> > > > > attached.
> > >> > > > >
> > >> > > > > 0.90 -> 0.94.0RC3 13% fast
gt; for
> >> > > > > 0.90.6. For the rest of the tests I used 0.92 clients. The
> >> results
> >> > are
> >> > > > > attached.
> >> > > > >
> >> > > > > 0.90 -> 0.94.0RC3 13% faster
> >>
gt; >
>> > > > > This seems to be a pretty large performance improvement. I'll
>> run
>> > > some
>> > > > > tests on a cluster later today.
>> > > > >
>> > > > > On Tue, May 1, 2012 at 10:20 PM, lars hofha
t. I'll run
> > > some
> > > > > tests on a cluster later today.
> > > > >
> > > > > On Tue, May 1, 2012 at 10:20 PM, lars hofhansl <
> lhofha...@yahoo.com
> > > > >wrote:
> > > > >
> > &
gt; > > > On Tue, May 1, 2012 at 10:20 PM, lars hofhansl > > >wrote:
> > > >
> > > >> Thanks Todd.
> > > >>
> > > >> I agree with doing source code releases going forward.
> > > >>
> > > >> For
rote:
> > >
> > >> Thanks Todd.
> > >>
> > >> I agree with doing source code releases going forward.
> > >>
> > >> For that, would it be sufficient to just vote against an SVN tag?
> > >> Tarballs can then be pulled
;
> >>
> >>
> >> - Original Message -
> >> From: Todd Lipcon
> >> To: dev@hbase.apache.org; lars hofhansl
> >> Cc:
> >> Sent: Tuesday, May 1, 2012 9:35 PM
> >> Subject: Re: ANN: The third hbase 0.94.0 release ca
>> - Original Message -
>> From: Todd Lipcon
>> To: dev@hbase.apache.org; lars hofhansl
>> Cc:
>> Sent: Tuesday, May 1, 2012 9:35 PM
>> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available
>> for download
>>
>> +1 from me,
ht from that tag.
>
> -- Lars
>
>
>
> - Original Message -
> From: Todd Lipcon
> To: dev@hbase.apache.org; lars hofhansl
> Cc:
> Sent: Tuesday, May 1, 2012 9:35 PM
> Subject: Re: ANN: The third hbase 0.94.0 release candidate is available
> for download
>
>
: Tuesday, May 1, 2012 9:35 PM
Subject: Re: ANN: The third hbase 0.94.0 release candidate is available for
download
+1 from me, I took it for a spin on the local filesystem with some YCSB
load.
Here is my signature on the non-secure tarball.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10
12 at 4:26 PM, lars hofhansl wrote:
> The third 0.94.0 RC is available for download here:
> http://people.apache.org/~larsh/hbase-0.94.0-rc3/
> (My gpg key is available from pgp.mit.edu. Key id: 7CA45750)
>
> HBase 0.94 is a performance release, and there are some interesting new
>
The third 0.94.0 RC is available for download here:
http://people.apache.org/~larsh/hbase-0.94.0-rc3/
(My gpg key is available from pgp.mit.edu. Key id: 7CA45750)
HBase 0.94 is a performance release, and there are some interesting new
features as well.
It is wire compatible with 0.92.x. 0.92
nt: Monday, April 23, 2012 10:46 AM
Subject: Re: ANN: The third hbase 0.94.0 release candidate is available for
download
I hate to do this but I think this sinks this rc:
https://issues.apache.org/jira/browse/HBASE-5861
Jon.
On Wed, Apr 18, 2012 at 4:20 PM, lars hofhansl wrote:
> The third
On Mon, Apr 23, 2012 at 10:46 AM, Jonathan Hsieh wrote:
> I hate to do this but I think this sinks this rc:
>
> https://issues.apache.org/jira/browse/HBASE-5861
>
Party-pooper!
I put up some questions in the issue Jon.
Good on you,
St.Ack
I hate to do this but I think this sinks this rc:
https://issues.apache.org/jira/browse/HBASE-5861
Jon.
On Wed, Apr 18, 2012 at 4:20 PM, lars hofhansl wrote:
> The third 0.94.0 RC is available for download here:
>
> http://people.apache.org/~larsh/hbase-0.94.0-rc2/
> I signed the
Thanks Lars. Will give it a go in next few days and get back on it.
Regards
Ram
> -Original Message-
> From: lars hofhansl [mailto:lhofha...@yahoo.com]
> Sent: Thursday, April 19, 2012 4:51 AM
> To: hbase-dev
> Subject: ANN: The third hbase 0.94.0 release candidate i
The third 0.94.0 RC is available for download here:
http://people.apache.org/~larsh/hbase-0.94.0-rc2/
I signed the tarballs. My gpg key (signed by stack) is available from
pgp.mit.edu. Key id: 7CA45750
HBase 0.94 is a performance release with a few new features as well.
It is wire compatible
Yes, HBASE-5795 and potentially HBASE-5782 (Ram is going to look at that one
tomorrow).
From: Jonathan Hsieh
To: dev@hbase.apache.org; lars hofhansl
Sent: Sunday, April 15, 2012 2:32 AM
Subject: Re: ANN: The second hbase 0.94.0 release candidate is available
2 to follow soon.
>
>
>
>
> From: lars hofhansl
> To: hbase-dev
> Sent: Friday, April 13, 2012 5:35 PM
> Subject: ANN: The second hbase 0.94.0 release candidate is available for
> download
>
> The second 0.94.0 R
Sigh. We found HBASE-5781 shorty after I made this announcement.
RC2 to follow soon.
From: lars hofhansl
To: hbase-dev
Sent: Friday, April 13, 2012 5:35 PM
Subject: ANN: The second hbase 0.94.0 release candidate is available for
download
The second 0.94.0
The second 0.94.0 RC is available for download here:
http://people.apache.org/~larsh/hbase-0.94.0-rc1/
I signed the tarballs. My gpg key (signed by stack) is available from
pgp.mit.edu. Key id: 7CA45750
HBase 0.94 is a performance release with a few new features as well.
It is wire compatible
;> a recompile as well.
>>
>> Back to digging...
>>
>> Jon.
>>
>>
>> On Fri, Mar 30, 2012 at 10:47 AM, lars hofhansl wrote:
>>
>>> And it works fine with 0.92.1?
>>> I think that would sink this RC.
>>>
>>> -- La
Yeah, let's declared 0.94.0.rc0 dead. I retargeted some other issues back to
0.94.0.
-- Lars
From: Ted Yu
To: dev@hbase.apache.org; lars hofhansl
Sent: Saturday, March 31, 2012 7:12 AM
Subject: Re: ANN: The first hbase 0.94.0 release candidate is avai
hofhansl wrote:
>
>> The first 0.94.0 RC is available for download here:
>>
>> http://people.apache.org/~larsh/hbase-0.94.0-rc0/
>>
>> (The tarballs are signed by Stack this time, since I do not have a signed
>> Apache key, yet.)
>>
>> HBase 0.94 is
Would HBASE-5690 sink rc0 ?
compression does not work in Store.java of 0.94
Thanks
On Tue, Mar 27, 2012 at 11:28 PM, lars hofhansl wrote:
> The first 0.94.0 RC is available for download here:
>
> http://people.apache.org/~larsh/hbase-0.94.0-rc0/
>
> (The tarballs are signed by
ds
Ram
From: Jonathan Hsieh [j...@cloudera.com]
Sent: Saturday, March 31, 2012 7:01 AM
To: dev@hbase.apache.org; lars hofhansl
Subject: Re: ANN: The first hbase 0.94.0 release candidate is available for
download
This looks like a bug in hdfs 0.23 shim later added to 0.23.0 i
rote:
>
>> And it works fine with 0.92.1?
>> I think that would sink this RC.
>>
>> -- Lars
>>
>>
>>
>>
>> From: Ramkrishna.S.Vasudevan
>> To: dev@hbase.apache.org
>> Cc: 'lars hofhansl'
>> Sent: Friday, March 30, 2012 6:03 AM
>
> -- Lars
>
>
>
>
> From: Ramkrishna.S.Vasudevan
> To: dev@hbase.apache.org
> Cc: 'lars hofhansl'
> Sent: Friday, March 30, 2012 6:03 AM
> Subject: RE: ANN: The first hbase 0.94.0 release candidate is available
> for do
And it works fine with 0.92.1?
I think that would sink this RC.
-- Lars
From: Ramkrishna.S.Vasudevan
To: dev@hbase.apache.org
Cc: 'lars hofhansl'
Sent: Friday, March 30, 2012 6:03 AM
Subject: RE: ANN: The first hbase 0.94.0 release candidate is
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>... 7 more
>
> I tried to build a jar with profile as 23 but still could not resolve this.
> Am I doing some mistake with this?
>
> Regards
> Ram
>
> > -Original Message-
> > From: Tod
March 29, 2012 9:27 PM
> To: dev@hbase.apache.org
> Cc: lars hofhansl
> Subject: Re: ANN: The first hbase 0.94.0 release candidate is available
> for download
>
> To be clear, a rolling restart from 90 to 94 isn't expected to work.
> But a shutdown and restart ought t
On Tue, Mar 27, 2012 at 11:28 PM, lars hofhansl wrote:
> The first 0.94.0 RC is available for download here:
>
> http://people.apache.org/~larsh/hbase-0.94.0-rc0/
>
Reasons to test 0.94.0RC are performance improvements, mostly savings
in i/o but also more cache because blocks stay c
o work. I will try testing it that way.
>
> Regards
> Ram
>
>> -Original Message-
>> From: lars hofhansl [mailto:lhofha...@yahoo.com]
>> Sent: Thursday, March 29, 2012 10:27 AM
>> To: dev@hbase.apache.org
>> Subject: Re: ANN: The first hbase 0.94.0 releas
Thanks Lars and Jon.
I too expect the same to work. I will try testing it that way.
Regards
Ram
> -Original Message-
> From: lars hofhansl [mailto:lhofha...@yahoo.com]
> Sent: Thursday, March 29, 2012 10:27 AM
> To: dev@hbase.apache.org
> Subject: Re: ANN: The fir
:
Sent: Wednesday, March 28, 2012 9:44 PM
Subject: RE: ANN: The first hbase 0.94.0 release candidate is available for
download
Is it possible to upgrade from 0.90 to 0.94? Or should I upgrade to 0.92 and
then only do a rolling restart to 0.94?
Regards
Ram
> -Original Message-
>
only do a rolling restart to 0.94?
>
> Regards
> Ram
>
> > -Original Message-
> > From: yuzhih...@gmail.com [mailto:yuzhih...@gmail.com]
> > Sent: Thursday, March 29, 2012 9:50 AM
> > To: dev@hbase.apache.org
> > Cc: dev@hbase.apache.org
> > Subje
rg
> Cc: dev@hbase.apache.org
> Subject: Re: ANN: The first hbase 0.94.0 release candidate is available
> for download
>
> I only used 0.94 for 20 minutes :-)
>
> It worked during that time. So yes to all questions.
>
>
>
> On Mar 28, 2012, at 9:14 PM, Stack wrote:
gt;>> version, and that that was the reason you could not test rolling upgrade to
>>> 0.94?
>>>
>>> Thanks.
>>>
>>> -- Lars
>>>
>>>
>>>
>>>
>>> From: Ted Yu
>
_
>> From: Ted Yu
>> To: dev@hbase.apache.org
>> Sent: Wednesday, March 28, 2012 5:11 PM
>> Subject: Re: ANN: The first hbase 0.94.0 release candidate is available
>> for download
>>
>> The change was for HBASE-5258
>>
>>
g upgrade to
> 0.94?
>
> Thanks.
>
> -- Lars
>
>
>
>
> From: Ted Yu
> To: dev@hbase.apache.org
> Sent: Wednesday, March 28, 2012 5:11 PM
> Subject: Re: ANN: The first hbase 0.94.0 release candidate is available
> for download
@hbase.apache.org
Sent: Wednesday, March 28, 2012 5:11 PM
Subject: Re: ANN: The first hbase 0.94.0 release candidate is available for
download
The change was for HBASE-5258
Incompatibility was expected.
Thanks
On Wed, Mar 28, 2012 at 5:01 PM, Stack wrote:
> On Wed, Mar 28, 2012 at 3:54 PM, Ted Yu wr
The change was for HBASE-5258
Incompatibility was expected.
Thanks
On Wed, Mar 28, 2012 at 5:01 PM, Stack wrote:
> On Wed, Mar 28, 2012 at 3:54 PM, Ted Yu wrote:
> > I planned to perform rolling restart from (our variant of) 0.92 to 0.94.0
> > but found out that some internal changes prevente
On Wed, Mar 28, 2012 at 3:54 PM, Ted Yu wrote:
> I planned to perform rolling restart from (our variant of) 0.92 to 0.94.0
> but found out that some internal changes prevented region server to talk to
> 0.94.0 master.
What changes? Do you have logs from that time?
St.Ack
On Wed, Mar 28, 2012 at 4:10 PM, Ted Yu wrote:
> So I stopped 0.94 cluster, renamed 0.94 jar file and put back 0.92 jar file.
> When restarting 0.92 cluster, I found that region server couldn't open
> -ROOT- region.
> See:
> http://pastebin.com/Qqq6qiaw
>
No where do we guarantee your being able
Since the readings were high, it would be nice to include unit of
>> time in the String form of RegionLoad.
>>
>> Cheers
>>
>>
>> On Tue, Mar 27, 2012 at 11:28 PM, lars hofhansl wrote:
>>
>>> The first 0.94.0 RC is available for download here:
>
Since the readings were high, it would be nice to include unit of
>> time in the String form of RegionLoad.
>>
>> Cheers
>>
>>
>> On Tue, Mar 27, 2012 at 11:28 PM, lars hofhansl wrote:
>>
>>> The first 0.94.0 RC is available for download here:
>
gt; Cheers
>
>
> On Tue, Mar 27, 2012 at 11:28 PM, lars hofhansl wrote:
>
>> The first 0.94.0 RC is available for download here:
>>
>> http://people.apache.org/~larsh/hbase-0.94.0-rc0/
>>
>> (The tarballs are signed by Stack this time, since I do not have
, Mar 27, 2012 at 11:28 PM, lars hofhansl wrote:
> The first 0.94.0 RC is available for download here:
>
> http://people.apache.org/~larsh/hbase-0.94.0-rc0/
>
> (The tarballs are signed by Stack this time, since I do not have a signed
> Apache key, yet.)
>
> HBase 0.94 is fir
The first 0.94.0 RC is available for download here:
http://people.apache.org/~larsh/hbase-0.94.0-rc0/
(The tarballs are signed by Stack this time, since I do not have a signed
Apache key, yet.)
HBase 0.94 is first and foremost a performance release with a few new features
as well.
It is wire
On Mon, Jan 30, 2012 at 3:37 PM, Nicolas Spiegelberg
wrote:
> I'm advocating that RPC compatibility breakage is not acceptable for FB
> because this is a vital and highly-deployed infrastructure piece. I'm
> assuming this strategy may not be acceptable for other major contributors
> as well. I c
2, 2012 5:24 PM
Subject: Re: hbase 0.94.0
>>I think HFile upgrade in particular is more complicated than you think.
>>We currently have production traffic running with HFileV1. It has a
>>5-min
>>SLA. We can't afford to take the entire downtime to rewrite 100GB (or
>>I think HFile upgrade in particular is more complicated than you think.
>>We currently have production traffic running with HFileV1. It has a
>>5-min
>>SLA. We can't afford to take the entire downtime to rewrite 100GB (or
>>whatever) worth of data. We need to do this while the cluster is live.
Late answer, I just came back from vacation.
On Mon, Jan 30, 2012 at 10:03 PM, Nicolas Spiegelberg
wrote:
> I think HFile upgrade in particular is more complicated than you think.
> We currently have production traffic running with HFileV1. It has a 5-min
> SLA. We can't afford to take the enti
om: Nicolas Spiegelberg
>To: "dev@hbase.apache.org"
>Sent: Monday, January 30, 2012 3:37 PM
>Subject: Re: hbase 0.94.0
>
>>Traditionally there have been no guarantees of cross major version
>>compatibility. RPC especially. Never a rolling upgrade from an
>>1) The trunk has more master work. Specifically 89-master related
>> features that we implemented for our grid architecture.
>
>You have a list of issues Nicolas?
We have a list, but it's non-trivial. You're more than welcome to help if
you want. :)
>> 2) Client/Server compatibility. Even if
we decide now to have a 0.90 to
>>>>> 0.94 upgrade path and then timing does not work out and nobody signs
>>>>> up for
>>>>> the testing because it 0.92 is more convenient we'd have gone through
>>>>> this
>>>>> for nothing.
>>>
>>1) The trunk has more master work. Specifically 89-master related
>> features that we implemented for our grid architecture.
>
>You have a list of issues Nicolas?
It's at least 3 major features. We're more than willing to work with you
on porting. It sounds like eBay & Cloudera have some poss
>It has to be possible to eventually retire old code. I think we all
>agreed that we won't retire HFile V1 in 0.94.
I agree, I just don't think you should deprecate for the sake of doing it.
There are quarantining methods to get rarely-used code out of the way and
minimize interference. Let's ta
1 - 100 of 157 matches
Mail list logo