Re: Help with bad errors on 4.6.1

2018-03-08 Thread Enrico Olivelli
(switch to dev@) @Sijie very good explanation. I am back to work I we have found errors even on a client reader which is performing tailing reads -03-09-08-34-19io.netty.handler.codec.DecoderException: java.lang.IllegalStateException: Received unknown response : op code = 9 io.netty.handle

Re: Replication Worker and targetBookie.

2018-03-08 Thread Venkateswara Rao Jujjuri
On Thu, Mar 8, 2018 at 11:33 AM, Sijie Guo wrote: > On Thu, Mar 8, 2018 at 8:07 AM, Venkateswara Rao Jujjuri < > jujj...@gmail.com> > wrote: > > > On Thu, Mar 8, 2018 at 2:38 AM, Ivan Kelly wrote: > > > > > > Given that RackAwareEnsemble policy defaults to finding a replacement > > > > bookie wi

Re: Replication Worker and targetBookie.

2018-03-08 Thread Sijie Guo
On Thu, Mar 8, 2018 at 8:07 AM, Venkateswara Rao Jujjuri wrote: > On Thu, Mar 8, 2018 at 2:38 AM, Ivan Kelly wrote: > > > > Given that RackAwareEnsemble policy defaults to finding a replacement > > > bookie within > > > the same rack, when a bookie is lost in a rack, the entire cluster will > >

Re: Meeting Agenda (03/08/2018)

2018-03-08 Thread Sijie Guo
Awesome thank you folks! On Thu, Mar 8, 2018 at 8:52 AM, Enrico Olivelli wrote: > Minutes: > https://cwiki.apache.org/confluence/display/BOOKKEEPER/ > 2018-03-08+Meeting+Agenda (one minor suggestion, it would be good to update the caption to "Meeting Notes" since it is not "Agenda" any more)

Re: Intro to git worktree

2018-03-08 Thread Sijie Guo
yes. worktree is what you needed when you have multiple concurrent tasks in progress. have been using it for long time. - Sijie On Thu, Mar 8, 2018 at 2:23 AM, Ivan Kelly wrote: > Hi folks, > > I just wanted to point out the git "worktree" command. I stumbled > across last year even though it's

Re: Intro to git worktree

2018-03-08 Thread Pasha Kuznetsov
Ivan, I wasn't aware of it, looks very interesting, thanks for sharing! On Thu, Mar 8, 2018 at 2:23 AM Ivan Kelly wrote: > Hi folks, > > I just wanted to point out the git "worktree" command. I stumbled > across last year even though it's been around for a long, and it's > completely changed how

Re: Meeting Agenda (03/08/2018)

2018-03-08 Thread Enrico Olivelli
Minutes: https://cwiki.apache.org/confluence/display/BOOKKEEPER/2018-03-08+Meeting+Agenda Most of the discussion was about ByteBufs and refcounts Cheers Enrico 2018-03-07 22:36 GMT+01:00 Enrico Olivelli : > I will attend but unfortunately only for the first 30 minutes > > It will be interestin

Re: Replication Worker and targetBookie.

2018-03-08 Thread Venkateswara Rao Jujjuri
On Thu, Mar 8, 2018 at 2:38 AM, Ivan Kelly wrote: > > Given that RackAwareEnsemble policy defaults to finding a replacement > > bookie within > > the same rack, when a bookie is lost in a rack, the entire cluster will > be > > replicating > > to the same 'rack'. This puts a lot of pressure on the

Re: Intro to git worktree

2018-03-08 Thread Enrico Olivelli
2018-03-08 14:47 GMT+01:00 Ivan Kelly : > > I didn't know this great feature! > > Thank you I will try out soon. > > I guess as maven uses a shared repo in .m2 you should have several maven > > repos, one for each local work dir but it is only a matter of adding an > > argument on the command lin

Re: Intro to git worktree

2018-03-08 Thread Ivan Kelly
> I didn't know this great feature! > Thank you I will try out soon. > I guess as maven uses a shared repo in .m2 you should have several maven > repos, one for each local work dir but it is only a matter of adding an > argument on the command line I just share the repo. It's rare that I have such

Re: Intro to git worktree

2018-03-08 Thread Enrico Olivelli
Il gio 8 mar 2018, 11:23 Ivan Kelly ha scritto: > Hi folks, > > I just wanted to point out the git "worktree" command. I stumbled > across last year even though it's been around for a long, and it's > completely changed how I work with git. I guess others may also be > unaware of it. > > Basicall

Re: Replication Worker and targetBookie.

2018-03-08 Thread Ivan Kelly
> Given that RackAwareEnsemble policy defaults to finding a replacement > bookie within > the same rack, when a bookie is lost in a rack, the entire cluster will be > replicating > to the same 'rack'. This puts a lot of pressure on the rack and also takes > a longer time > to bring up the replicati

Intro to git worktree

2018-03-08 Thread Ivan Kelly
Hi folks, I just wanted to point out the git "worktree" command. I stumbled across last year even though it's been around for a long, and it's completely changed how I work with git. I guess others may also be unaware of it. Basically it allows you to work on multiple checkouts of the same repo.