Re: Question regarding exit strategy when we reach threshold space usage (0.95)

2016-08-09 Thread Sijie Guo
On Fri, Aug 5, 2016 at 9:05 AM, Venkateswara Rao Jujjuri wrote: > Hi Enrico, > All are valid points, and wondering if we need to have > more offered from BookKeeper itself. May be we need to open a Jira for > this, and also wondering how > production deployments are dealing

Re: Question regarding force compaction/GC logic in GarbageCollectorThread.java

2017-02-07 Thread Sijie Guo
t before executing 'continue' statement in > major compaction 'if' block, forceGarbageCollection should be set to > false, so that force Major/Minor compaction would be run only once when > enableForceGC is called? > > Thanks, > Charan > > On Feb 7, 2017 10:08 PM, "Si

Re: Question regarding force compaction/GC logic in GarbageCollectorThread.java

2017-02-07 Thread Sijie Guo
iverged a lot. so It will take quite a bit effort for me to port them back. > > Thanks, > Charan > > On Tue, Feb 7, 2017 at 10:27 PM, Sijie Guo <si...@apache.org> wrote: > > > The forceGarbageCollection was contributed by Twitter before. I > remembered > > we

Re: Build failed in Jenkins: bookkeeper-master #1638

2017-01-26 Thread Sijie Guo
Cool. Thank you Charan. I will take a look. - Sijie On Thu, Jan 26, 2017 at 8:41 AM, Charan Reddy G wrote: > This failure (java warning made to build error) is because of my recent > commit - https://github.com/apache/bookkeeper/commit/ >

Re: [jira] [Commented] (BOOKKEEPER-913) Fix flakiness in TestBackwardCompat

2017-01-30 Thread Sijie Guo
When a release is closed, all the tickets associated to that release will be closed. They can not be re-opened. Can you file a separate ticket to fix it? - Sijie On Mon, Jan 30, 2017 at 8:42 AM, Charan Reddy G wrote: > Hey JV, > > I don't see option to change the

Re: About command line option handling

2017-01-25 Thread Sijie Guo
ve...@gmail.com <eolive...@gmail.com>>* > *Date: Sat Jul 30 22:53:28 2016 -0700* > > *BOOKKEEPER-933: ClientConfiguration always inherits System properties* > > * Author: eolivelli <eolive...@gmail.com <eolive...@gmail.com>>* > > *Reviewers: Si

Re: Community Meetings in this month

2017-01-25 Thread Sijie Guo
> > Do we have an agenda or proposals to discute ? > > > > > > > > 2016-12-21 9:13 GMT+01:00 Enrico Olivelli - Diennea < > > enrico.olive...@diennea.com>: > > > > > +1 > > > > > > Il giorno mar, 20/12/2016 alle 16.58 -0800,

Re: Apache BookKeeper 4.5.0 release plan

2017-01-16 Thread Sijie Guo
Yes. I think we still want to merge our changes back to Apache in 4.5.0. As in DL, we want to switch to the official apache version. We've come to the release of DL 0.4.0. I will start focusing on merging bk's change in these two weeks. - Sijie On Fri, Jan 13, 2017 at 3:19 AM, Enrico Olivelli

Re: yet another finbugs error

2017-01-16 Thread Sijie Guo
Enrico, I think the current pull request check should catch the findbugs warnings. I think we might didn't check the check job result carefully before merging. Currently the merge script is not enforced to check the ci job's result. We can try to improve this part. I believe github should have

Re: Apache BookKeeper 4.5.0 release plan

2017-01-16 Thread Sijie Guo
l request will gets its share of closer look. > > Sijie/Matteo/Enrico what do you guys think of this proposal? > > JV > > > On Mon, Jan 16, 2017 at 8:21 AM, Sijie Guo <si...@apache.org> wrote: > > > Yes. I think we still want to merge our changes back to Apache

Re: Yahoo open-sources Pulsar, Pub-sub Messaging at Scale

2016-09-07 Thread Sijie Guo
Great work, Matteo. - Sijie On Wed, Sep 7, 2016 at 10:19 AM, Matteo Merli wrote: > We've just open-sourced Pulsar! This is a pub-sub messaging solution with > the necessary Yahoo scale, performance, > and feature requirements to provide messaging as a hosted service, >

Re: Stale documentation?

2016-08-31 Thread Sijie Guo
Yup we should update this. I updated the wiki page : https://cwiki.apache.org/confluence/display/BOOKKEEPER/Contributing+to+BookKeeper but forgot to update the website. Do you mind creating a jira for updating the website? - Sijie On Tue, Aug 30, 2016 at 9:12 AM, Flavio Junqueira

Re: query on TLS and certificate expiry

2016-09-09 Thread Sijie Guo
On Fri, Sep 9, 2016 at 10:46 AM, Arun M. Krishnakumar < akrishnaku...@salesforce.com> wrote: > Hi, > > I am implementing Mutual-TLS in our environment here. I looked at > Bookkeeper-588 but we cannot support StartTLS, Can you explain why you cannot support StartTLS? > so have an

Re: BOOKKEEPER-612 RegionAwarePlacement Policy Progress

2016-09-26 Thread Sijie Guo
Enrico, Sorry. I am on vacation. Didn't have network to check the email until now. Matteo or JV can help merging the pull request too. - Sijie On Fri, Sep 23, 2016 at 5:04 PM, Enrico Olivelli wrote: > Thank you Flavio, > > there is no hurry, I can merge it locally and

Re: [Discuss] 64 bits ledger id

2016-10-26 Thread Sijie Guo
On Wed, Oct 26, 2016 at 3:49 PM, Matteo Merli wrote: > On Wed, Oct 26, 2016 at 11:45 AM Venkateswara Rao Jujjuri < > jujj...@gmail.com> > wrote: > > > - Ledgers are unique across multiple clusters. Useful if storage tiers > with > > different stores are employed. > > > > For

[Discuss] 64 bits ledger id

2016-10-25 Thread Sijie Guo
*Problem: * Currently the ledger id is long, which it should be 64-bits. However currently bookkeeper only can generate 32-bits ledger id as zookeeper's sequence znode only produce 32-bits. This problem was basically raised before at BOOKKEEPER-421. Jiannan has already done fair amount of work

Re: A bookkeeper DCOS/mesos package

2016-11-08 Thread Sijie Guo
That's awesome! Great job, Jia. I will take a closer look :D - Sijie On Tue, Nov 8, 2016 at 5:52 AM, Jia Zhai wrote: > Hi Guys, > There is a PR against bookkeeper DCOS package, this is a very first > version, I will enhance it while using it. welcome comments on it. >

Fwd: ASF Board Report for BookKeeper - Initial Reminder for November 2016

2016-11-08 Thread Sijie Guo
+ dev@bookkeeper.apache.org FYI. The draft of board report for bookkeeper for November 2016. If there is no objection, I will submit it soon. Thanks Flavio for drafting this. -- Forwarded message -- From: Flavio Junqueira Date: Sat, Nov 5, 2016 at 3:19 AM

Re: CFP - Community Meeting @ 2016-11-10

2016-11-15 Thread Sijie Guo
t; > 2016-11-09 18:12 GMT+01:00 Enrico Olivelli <eolive...@gmail.com>: > > > Good agenda. > > > I will partecipate. > > > > > > Thank you Sijie > > > Enrico > > > > > > > > > Il mer 9 nov 2016, 03:00 Sijie Gu

Re: ASF Board Report for BookKeeper - Initial Reminder for November 2016

2016-11-15 Thread Sijie Guo
Thank you all. I just submitted the board report. - Sijie On Tue, Nov 8, 2016 at 11:43 PM, Enrico Olivelli <eolive...@gmail.com> wrote: > LGTM > > Maybe we should mention that we are starting a BookKeeper Proposals process > on Confluence > > -- Enrico > > Il m

Re: [jira] [Commented] (BOOKKEEPER-970) Bump zookeeper version to 3.5

2016-11-21 Thread Sijie Guo
--- > > > > > > Key: BOOKKEEPER-970 > > > URL: https://issues.apache.org/ > > jira/browse/BOOKKEEPER-970 > > > Project: Bookkeeper > > > Issue Type: Improvement > > >

Re: A bookkeeper DCOS/mesos package

2016-11-22 Thread Sijie Guo
; >> > >> - JV > >> > >> > >> On Sun, Nov 20, 2016 at 7:31 AM, Flavio Junqueira <f...@apache.org> > wrote: > >> > >>> Is there a jira for this? Or are you posting this here just so that the > >>> community is aware, Jia? >

Re: Test crash after pull of latest commit

2016-11-17 Thread Sijie Guo
les error. > Rarely there is no crash and no IOException but the test on the delayed > auditor fails like on jenkins. > I never achieve to run the full suite without errors. > I will run tests on different machines > > Enrico > > Il gio 17 nov 2016, 21:05 Sijie Guo <si...@apach

Next Community Meeting?

2016-11-15 Thread Sijie Guo
We will continue discussing the 'resource aware data placement' in the next community meeting. However, I think it is 11/24. I guess most of the people might already have some plan around that time. Shall we move the meeting one week after, which is Dec 1st? Does that sound good? - Sijie

Re: bookkeeper dev/sync meeting

2016-11-01 Thread Sijie Guo
ting: https://cwiki.apache.org/confluence/display/BOOKKEEPER/2016-10-27+Meeting+Notes and the discussed proposal - https://cwiki.apache.org/confluence/display/BOOKKEEPER/BP-1+-+64+bits+ledger+id+support - Sijie On Wed, Oct 26, 2016 at 10:58 AM, Sijie Guo <si...@apache.org> wrote: > Ah, sorry, I

Re: [Discuss] 64 bits ledger id

2016-11-01 Thread Sijie Guo
ation). So it makes scope of the change limited to > LongHierarchicalLedgerManager rather than applying patches to other areas. > > (ledger id) -> (znode path) > -9223372036854775808 -> "-922/3372/0368/5477/5808" > 9223372036854775807 -> "0922/3372/0368/5477/

[DISCUSS][BP-3] Security Support

2016-11-01 Thread Sijie Guo
https://cwiki.apache.org/confluence/display/BOOKKEEPER/BP-3+-+Security+support Also a wiki page for place holder. *Problem* in 4.4.0, we added AuthProvider to provide a framework to add authentication ability. It would be good to provide a default and common solution like kerberos. *Proposal*

[DISCUSS][BP-2] Resource aware data placement

2016-11-01 Thread Sijie Guo
https://cwiki.apache.org/confluence/display/BOOKKEEPER/BP-2+-+Resource+aware+data+placement I created a wiki page for place holder. Anyone that is interested in this topic can help fill a basic proposal and drive the discussion? *Problem* There are bunch of tickets around talking about

CFP - Community Meeting @ 2016-11-10

2016-11-01 Thread Sijie Guo
The next meeting will be at 2016-11-10. I started two email threads for 2 proposals (they already existed as tickets. I just organized them in wiki, so they can be discussed in a more central place). If you have other proposals, please feel free to fork them and create one under proposals

Re: BookKeeper Meetup at Yahoo - Tuesday, Nov 15, 2016

2016-11-01 Thread Sijie Guo
(Matteo is on vacation. I sent this announcement out for him) - Sijie On Tue, Nov 1, 2016 at 10:12 PM, Sijie Guo <si...@apache.org> wrote: > http://www.meetup.com/Apache-BookKeeper/events/235098921/ > > Community participation is greatly appreciated. Please RSVP. > > Age

BookKeeper Meetup at Yahoo - Tuesday, Nov 15, 2016

2016-11-01 Thread Sijie Guo
http://www.meetup.com/Apache-BookKeeper/events/235098921/ Community participation is greatly appreciated. Please RSVP. Agenda • 6:00 - 6-30 - Socialize over food and beers • 6:30 - 7:00 - Reliable Data Replication using Apache DistributedLog/BookKeeper (Twitter) • 7:00 - 7:30 - Sherpa -

Re: [Discuss] 64 bits ledger id

2016-10-26 Thread Sijie Guo
gers unique without > the need of centralized ZK/metadata server. > > On Tue, Oct 25, 2016 at 4:11 PM, Sijie Guo <si...@apache.org> wrote: > > > *Problem: * > > > > Currently the ledger id is long, which it should be 64-bits. However > > currently bookkeep

Re: bookkeeper dev/sync meeting

2016-10-13 Thread Sijie Guo
ation purposes and potentially > technical discussion around the project, issues, and code. > > -Flavio > > > On 13 Oct 2016, at 08:32, Sijie Guo <si...@apache.org> wrote: > > > > Matteo, JV and me have tried running weekly syncup meetings for a while. > > We

Re: BOOKKEEPER-612 RegionAwarePlacement Policy Progress

2016-10-12 Thread Sijie Guo
FYI. I just merged the pull request. So the region aware placement policy is in now. - Sijie On Mon, Sep 26, 2016 at 7:28 AM, Sijie Guo <si...@apache.org> wrote: > Enrico, > > Sorry. I am on vacation. Didn't have network to check the email until now. > > Matteo or JV can

Re: Next Community Meeting?

2016-11-29 Thread Sijie Guo
the late > notice. > > --Rithin > > On Tue, Nov 29, 2016 at 3:12 PM, Flavio Junqueira < > fpjunque...@yahoo.com.invalid> wrote: > > > The wiki page is actually empty... > > > > -Flavio > > > > > On 29 Nov 2016, at 18:58, Sijie Guo <si...@

Re: [DISCUSS][BP-2] Resource aware data placement

2016-12-13 Thread Sijie Guo
ge now: > https://cwiki.apache.org/confluence/display/BOOKKEEPER/ > BP-2+-+Resource+aware+data+placement. > Sorry about the delay. > > Thanks, > --Rithin > > On Sat, Dec 10, 2016 at 1:45 AM, Sijie Guo <si...@apache.org> wrote: > > > As a reminder, we will be discussin

Re: [DISCUSS][BP-2] Resource aware data placement

2016-12-13 Thread Sijie Guo
Hi Sijie, > > I've updated the proposal page now: > https://cwiki.apache.org/confluence/display/BOOKKEEPER/ > BP-2+-+Resource+aware+data+placement. > Sorry about the delay. > > Thanks, > --Rithin > > On Sat, Dec 10, 2016 at 1:45 AM, Sijie Guo <si...@

Re: [DISCUSS][BP-2] Resource aware data placement

2016-12-15 Thread Sijie Guo
Distrib. [2] Finagle Load Balancing. https://twitter.github.io/finagle/guide/Clients.html#power-of-two-choices-p2c-least-loaded - Sijie On Tue, Dec 13, 2016 at 7:12 PM, Sijie Guo <si...@apache.org> wrote: > Hi Rithin, > > The proposal looks good to me. I have a few comm

2016-12-15 Meeting Notes

2016-12-15 Thread Sijie Guo
FYI. We've discussed the BP-2 (resource aware placement). Look forward to this new feature. I updated the meeting note : https://cwiki.apache.org/confluence/display/BOOKKEEPER/2016-12-15+Meeting+notes Let me know if you have any questions. - Sijie

Re: Helping with BookKeeper at Yahoo

2017-01-12 Thread Sijie Guo
Welcome Bobby and the team!! - Sijie On Thu, Jan 12, 2017 at 8:42 AM, Bobby Evans wrote: > Hi, > > My name is Bobby Evans and I wanted to introduce myself to everyone. My > team is going to start helping out the Pulsar team here at Yahoo in > maintaining/improving

Re: Next Community Meeting?

2016-11-30 Thread Sijie Guo
; order to have a single JVM networkless Bookeeper, but I'm not > ready, > > I > > > > > will file a BP as soon as possible > > > > > > > > > > Maybe I missed many other meetings and so I would like to know more > > > > > about new fea

Re: Next Community Meeting?

2016-12-01 Thread Sijie Guo
an't find the information to connect... :-( > > > > On 30 Nov 2016, at 19:46, Sijie Guo <si...@apache.org> wrote: > > > > Thank you all for the proposed agenda. Let's continue the community > meeting > > this week with following agenda: > > > > - D

Re: BookieClientTest.testWriteGaps testcase is failing consistently since BOOKKEEPER-965 ( Long Polling Part I) commit

2016-11-29 Thread Sijie Guo
I noticed that too and am planning to fix it. - Sijie On Tue, Nov 29, 2016 at 7:27 PM, Charan Reddy G wrote: > Hey, > > BookieClientTest.testWriteGaps testcase is failing consistently since > BOOKKEEPER-965 commit ( >

Re: Next Community Meeting?

2016-11-29 Thread Sijie Guo
an't make it either, and I can't > make next week too. :( > So two options: > 1. Continue Dec 1st call with different agenda. > 2. Move Rithin's topic to Dec 15th. > > On Tue, Nov 29, 2016 at 4:17 PM, Sijie Guo <si...@apache.org> wrote: > > > works for me. I

Re: Is there a page like "who is using BK/DL"?

2016-12-05 Thread Sijie Guo
I think both BK and DL have the poweredby cwiki page. Do you mean we open a dummy github issue for people to comment to register themselves? - Sijie On Sun, Dec 4, 2016 at 6:50 PM, Jia Zhai wrote: > Hi guys, > I found that in project RocketMQ, there is an open issue: >

Re: Fresh clone of BookKeeper master does not compile

2016-12-19 Thread Sijie Guo
>> >> Thank you very much Sijie! >> >> Il sab 17 dic 2016, 02:47 Sijie Guo <si...@apache.org> ha scritto: >>> >>> Enrico, >>> >>> Sorry for delaying on handling PRs. I just merged bunch of PRs that >>> already >

Re: Fresh clone of BookKeeper master does not compile

2016-12-21 Thread Sijie Guo
/96 > > 2016-12-20 8:59 GMT+01:00 Enrico Olivelli <eolive...@gmail.com>: > > I have done my review, overall is OK, some minor comments > > > > -- Enrico > > > > 2016-12-19 17:42 GMT+01:00 Sijie Guo <si...@apache.org>: > >> I already se

Re: Next Community Meeting?

2016-12-07 Thread Sijie Guo
Fri, Dec 2, 2016 at 1:11 AM, Sijie Guo <si...@apache.org> wrote: > > > My bad. I should send the link with the reminder. > > > > All the information about community meeting is under > > https://cwiki.apache.org/confluence/display/BOOKKEEPER/ > Community+Meetings

Re: Is there a page like "who is using BK/DL"?

2016-12-07 Thread Sijie Guo
Wed, Dec 7, 2016 at 7:13 PM, Jia Zhai <zhaiji...@gmail.com> wrote: > > > Got it. I will open a ticket on Jira first. > > > > On Wed, Dec 7, 2016 at 11:05 AM, Khurrum Nasim <khurrumnas...@gmail.com> > > wrote: > > > >> +1 for this

Re: New BookKeeper Proposal "Allow Reads outside the LAC Protocol"

2017-03-30 Thread Sijie Guo
+ dev@ and moved user@ to cc On Thu, Mar 30, 2017 at 8:26 AM, Enrico Olivelli wrote: > I would like to share with the community this BookKeeper proposal > > https://cwiki.apache.org/confluence/display/BOOKKEEPER/ > BP-5+Allow+reads+outside+the+LAC+Protocol > > I will submit

Re: Community Meeting Link

2017-03-22 Thread Sijie Guo
going to attend the upcoming meeting on > Thurday, 23 March at 8 PST and make proposals for the agenda. > > I think Sijie will be at Vault2017 > > https://vault2017.sched.com/event/A4wM/apache-bookkeeper- > a-high-performance-and-low-latency-cloud-storage-service- > sijie-guo-twi

Re: Community Meeting Link

2017-03-23 Thread Sijie Guo
Anyone in the hangout? I didn't see anyone there. Or am I using a wrong link? - Sijie On Wed, Mar 22, 2017 at 5:16 PM, Sijie Guo <guosi...@gmail.com> wrote: > I will join this time. In the progress of merging PRs. Lets see also sync > on PRs too. > > Sijie > > On Mar 22

Re: Support for reading entries after LAC (causal consistency driven by out-of-band communications)

2017-03-28 Thread Sijie Guo
On Tue, Mar 28, 2017 at 11:21 AM, Enrico Olivelli wrote: > Il mar 28 mar 2017, 17:45 Venkateswara Rao Jujjuri ha > scritto: > > > We have Explicit LAC updates now, and I recall you have made it more > > granular (milli seconds) > > given that, I am just

Re: New BookKeeper Proposal "Allow Reads outside the LAC Protocol"

2017-03-31 Thread Sijie Guo
) or use readUncommittedEntries (to read potentially *uncommitted* entries. So the correctness is managed by application itself (out side of the logic). - Sijie On Thu, Mar 30, 2017 at 8:55 AM, Sijie Guo <guosi...@gmail.com> wrote: > + dev@ and moved user@ to cc > > On Thu, Mar 30,

Re: Current build status

2017-03-31 Thread Sijie Guo
Hi Enrico, Can you file a jira for the ExplicitLac tests? - Sijie On Fri, Mar 31, 2017 at 6:49 AM, Enrico Olivelli wrote: > Hi BookKeeper, > currently we have some issues on master, failing test cases and findbugs > issues. > > I remember Bobby is working on

High Performance Logging with Apache BookKeeper

2017-04-04 Thread Sijie Guo
FYI. https://www.linux.com/news/event/apachecon/2017/4/high-performance-logging-apache-bookkeeper This is the follow article for Apache BookKeeper talk at #vault. - Sijie

Re: New BookKeeper Proposal "Allow Reads outside the LAC Protocol"

2017-04-03 Thread Sijie Guo
gt; So, the tool keeps reading the leader, past the LAC until it reaches a > > NoEntry error. > > > > Thank you Matteo > That's exacly what I meant. But I would like to port it to the standard > client (non-admin) > I will refer to this work in the BP > > > >

Re: Spam on confluence

2017-04-02 Thread Sijie Guo
What was the spam? - Sijie On Sun, Apr 2, 2017 at 12:12 AM, Enrico Olivelli wrote: > Can we do something to limit the recent spam on confluence? > Should we file an INFRA ticket? > > Enrico > -- > > > -- Enrico Olivelli >

Re: Spam on confluence

2017-04-02 Thread Sijie Guo
What kind of notifications? Can you share it with me? On Apr 2, 2017 3:35 AM, "Enrico Olivelli" <eolive...@gmail.com> wrote: > On the fencing page for instance. I am receiving email notifications > > Il dom 2 apr 2017, 09:46 Sijie Guo <guosi...@gmail.com> ha s

[DISCUSS] AutoRecovery bug fixes and improvements

2017-04-06 Thread Sijie Guo
Hi all, As we discussed in today's community call, I created the master jira for tracking the existing bug fixes (that are needed to merge) and the improvements that we are looking for. This is the master jira: https://issues.apache.org/jira/browse/BOOKKEEPER-1023 Let's use this email thread

Re: Community Meeting Link

2017-03-09 Thread Sijie Guo
t; > > > > (I will have to leave the meeting at 8.30) > > > -- Enrico > > > > > > > > > 2017-03-09 8:53 GMT+01:00 Enrico Olivelli <eolive...@gmail.com>: > > > > > >> for me it is working > > >> > >

Community Meeting Link

2017-03-08 Thread Sijie Guo
FYI. As the discussion last community meeting, we need a public (non-corp) link for the community meeting. Here is the new public link for community meeting : https://goo.gl/iyRA6G Please use it for tomorrow's community meeting. Let me know if it works or not. - Sijie

Re: Today Community Meeting Link

2017-03-06 Thread Sijie Guo
Thank you JV for driving the meetings!! Great job, JV! - Sijie On Fri, Feb 24, 2017 at 12:17 PM, Enrico Olivelli wrote: > Thank you JV for driving the meeting. > > All is ok > > Enrico > > Il ven 24 feb 2017, 17:58 Venkateswara Rao Jujjuri ha > scritto:

Re: SSL and Netty 4/OpenSSL news

2017-03-06 Thread Sijie Guo
I need to catch up a bit about this thread. for my understanding, the question is shall we include netty 4.x upgrade in BK 4.5 release or shall we push to 4.6? - Sijie On Fri, Feb 24, 2017 at 8:05 AM, Enrico Olivelli wrote: > I have just sent an email to JV > > 2017-02-24

Re: SSL and Netty 4/OpenSSL news

2017-03-07 Thread Sijie Guo
be merged from all the three major forks. > > My two cents > > - Enrico > > > > > > > 2017-03-07 3:23 GMT+01:00 Sijie Guo <si...@apache.org>: > > > I need to catch up a bit about this thread. > > > > for my understanding, the question is shall we i

Re: Issues in ZK event handling logic for BookiesChanged event

2017-03-07 Thread Sijie Guo
On Tue, Mar 7, 2017 at 10:10 AM, Charan Reddy G wrote: > Hey, > > *Issue 1:* > > I was going through the code to understand how BookiesChanged event is > handled for AuditTask (in Auditor, BookkeeperAdmin and BookieWatcher > classes). In

code freeze for 4.5.0

2017-08-01 Thread Sijie Guo
We've tried to clean up most of the issues marked for 4.5.0. I'd like to call a code freeze for 4.5.0. So no more issues/jiras should be marked in 4.5.0, unless it is really needed (e.g. bug fixes). Any new features should be marked as 4.6.0. I will work with JV to prepare the 4.5 branch for

Re: [Draft] bookkeeper board report - August 2017

2017-08-01 Thread Sijie Guo
On Tue, Aug 1, 2017 at 2:29 AM, Enrico Olivelli wrote: > Thank you Jia, > comments inline > > 2017-08-01 9:59 GMT+02:00 Jia Zhai : > > > Hi all, > > Here is a draft for our August report, Please help review and comments > on > > it. > > > > Thanks a

Re: code freeze for 4.5.0

2017-08-01 Thread Sijie Guo
, because we are anyway in 4.5 release procedure. > > -- Enrico > > > 2017-08-01 8:40 GMT+02:00 Sijie Guo <guosi...@gmail.com>: > > > We've tried to clean up most of the issues marked for 4.5.0. I'd like to > > call a code freeze for 4.5.0. So no more issues/jiras sho

Re: Release Notes 4.5.0

2017-08-02 Thread Sijie Guo
e. > I would like to write something about upcoming security features soon > > Enrico > > Il ven 28 lug 2017, 22:44 Sijie Guo <guosi...@gmail.com> ha scritto: > > > Hi all, > > > > 4.5.0 is coming. Generating the 4.5.0 release notes is a bit tricky for a

Re: Release Notes 4.5.0

2017-08-02 Thread Sijie Guo
On Wed, Aug 2, 2017 at 1:50 AM, Enrico Olivelli - Diennea < enrico.olive...@diennea.com> wrote: > Il giorno mer, 02/08/2017 alle 01.44 -0700, Sijie Guo ha scritto: > > I am starting a writeup for the 4.5.0 release notes. > https://github.com/apache/bookkeeper/issues/356 > >

Re: code freeze for 4.5.0

2017-08-02 Thread Sijie Guo
wrote: > 2017-08-01 8:58 GMT+02:00 Sijie Guo <guosi...@gmail.com>: > > > On Mon, Jul 31, 2017 at 11:53 PM, Enrico Olivelli <eolive...@gmail.com> > > wrote: > > > > > Thank you Sijie > > > from my point of view the HttpServer is read

Re: RackawareEnsemblePlacementPolicy only ensure at least 2 racks?

2017-08-02 Thread Sijie Guo
On Aug 2, 2017 6:54 PM, "Yiming Zang" wrote: I was looking into RackawareEnsemblePlacementPolicyImpl.java, and it turns out to me that the current implementation of RackawareEnsemblePlacementPolicy only enforces at least 2 different racks, it doesn't care about

Re: RackawareEnsemblePlacementPolicy only ensure at least 2 racks?

2017-08-03 Thread Sijie Guo
ll belong to two different racks. we can guarantee rack diversity (2 racks), no matter what is the write quorum size. Hope this explains. - Sijie > > Or am I missing anything? > > On Wed, Aug 2, 2017 at 7:29 PM, Sijie Guo <guosi...@gmail.com> wrote: > > > On Aug 2, 20

Re: RackawareEnsemblePlacementPolicy only ensure at least 2 racks?

2017-08-03 Thread Sijie Guo
of > racks, ensemble size)? > if we are adding the enforcement option, it will be min(num of racks, ensemble size). > > On Thu, Aug 3, 2017 at 12:53 AM, Sijie Guo <guosi...@gmail.com> wrote: > > > On Wed, Aug 2, 2017 at 11:34 PM, Yiming Zang <yz...@twitter.com.inva

bookkeeper website from cms to git

2017-08-03 Thread Sijie Guo
Hi all, I had a discussion with INFRA about how to cut over the website from CMS to git. The easier solution they suggested: - copy the CMS content to Git. - cut over the DNS from CMS to Git. - deprecate CMS I will try copy the content to make it live under /test/content. At the same time, I'd

Re: bookkeeper website from cms to git

2017-08-03 Thread Sijie Guo
to '/archives/docs/r<x,y,z>' Any thoughts about cutting over from CMS to Git and deprecate CMS - that means the content under '/test/content' will become the new root? - Sijie On Thu, Aug 3, 2017 at 5:42 PM, Sijie Guo <guosi...@gmail.com> wrote: > Hi all, > > I had a discussion with I

Re: [DISCUSS] move github notifications to other mailing list

2017-08-15 Thread Sijie Guo
Hi all, INFRA moved the github and jira notifications to issues. If you want to receive all notifications, please subscribe to iss...@bookkeeper.apache.org mailing list. http://bookkeeper.apache.org/community/mailing-lists/ - Sijie On Sun, Aug 13, 2017 at 11:34 PM, Sijie Guo <gu

Re: bookkeeper ci job failed to push to gitbox repo

2017-08-15 Thread Sijie Guo
Somehow it seems the problem went away - https://builds.apache.org/blue/organizations/jenkins/bookkeeper-postcommit-publish-website/detail/bookkeeper-postcommit-publish-website/74/pipeline It seems the gitbox is synced again :) - Sijie On Mon, Aug 14, 2017 at 1:19 PM, Sijie Guo <gu

Re: Time Based Release for onwards releases.

2017-08-11 Thread Sijie Guo
d tradeoff ratio between planning and agility of shipping new features/improvements. Matteo On Fri, Aug 11, 2017 at 4:36 AM Enrico Olivelli <eolive...@gmail.com> wrote: > Il ven 11 ago 2017, 13:10 Sijie Guo <guosi...@gmail.com> ha scritto: > > > Folks, please take a look

bookkeeper ci job failed to push to gitbox repo

2017-08-14 Thread Sijie Guo
Hi infra team, It seems that our postcommit ci job was broken. If I tried to use same script locally at my laptop, it works. But it seems to be failing on jenkins. Can anyone from INFRA team help with

Re: Docker images

2017-08-15 Thread Sijie Guo
It maybe OK to manage > and maintain a dockerhub account by our community to hold the nightly > one(maybe also for the release images). > > > > On Tue, Aug 15, 2017 at 8:19 AM, Sijie Guo <guosi...@gmail.com> wrote: > > > On Mon, Aug 14, 2017 at 3:47 AM, Jia Zhai <

Re: Docker images

2017-08-14 Thread Sijie Guo
tly package is not trivial. If we step back and revisit my comment in https://github.com/apache/bookkeeper/pull/197#issuecomment-317831799, if we use `docker push` approach and let jenkins build and push docker images, it seems to be much easier to address the above issues. Thoughts? - Sijie > >

Re: Time Based Release for onwards releases.

2017-08-14 Thread Sijie Guo
wrote: > Let's do it. > Jia if you want to manage ir for me it us ok. I would try for 4.7 or 4.5.1 > > Enrico > > Il lun 14 ago 2017, 08:50 Sijie Guo <guosi...@gmail.com> ha scritto: > > > I updated the wiki page to reflect what Matteo suggested - 3 months

Re: [DISCUSS] Release 4.6.0 and 4.5.1

2017-08-14 Thread Sijie Guo
Added a page about release schedule http://bookkeeper.apache.org/community/releases/ and the timeline for 4.6.0. - Sijie On Mon, Aug 14, 2017 at 3:38 AM, Enrico Olivelli <eolive...@gmail.com> wrote: > Il lun 14 ago 2017, 08:19 Sijie Guo <guosi...@gmail.com> ha scritto: >

Re: Docker images

2017-08-15 Thread Sijie Guo
On Tue, Aug 15, 2017 at 12:38 AM, Enrico Olivelli <eolive...@gmail.com> wrote: > Il mar 15 ago 2017, 09:16 Sijie Guo <guosi...@gmail.com> ha scritto: > > > On Aug 14, 2017 11:18 PM, "Enrico Olivelli" <eolive...@gmail.com> wrote: > > > > Il mar

Re: [VOTE] Release 4.5.0, release candidate #0

2017-08-10 Thread Sijie Guo
+1 - signatures are good - source package: build, rat check, and test - binary package: able to run local bookie, and tested on a docker environment. - distributedlog integration: distributedlog core library is able to compile, and all tests passed. - Sijie On Tue, Aug 8, 2017 at 4:07 PM, Leigh

[DISCUSS] move github notifications to other mailing list

2017-08-10 Thread Sijie Guo
Hi all, JV and me had a short discussion about emails in the dev mailing list. Most of the emails are coming from github notifications. If you don't have filters setup correctly, it might be annoying and hard to follow the real discussion happening in dev@. Shall we consider moving all the

Re: [DISCUSS] move github notifications to other mailing list

2017-08-10 Thread Sijie Guo
ti...@github.com> reply-to: apache/bookkeeper <reply+00129547204652a3e682947 62db658ae96914785abda9c8892cf000115a4415392a169ce0ecd367 0...@reply.github.com> to: apache/bookkeeper <bookkee...@noreply.github.com> cc: Sijie Guo <guosi...@gmail.com>, Mention <ment...@norep

Re: BookKeeper docker image is avaliable under apache now

2017-08-11 Thread Sijie Guo
Awesome, Francesco and Jia! Nice work! - Sijie On Fri, Aug 11, 2017 at 3:53 AM, Enrico Olivelli wrote: > Great! > Thank you all, expecially Jia and Francesco ! > > Enrico > > Il ven 11 ago 2017, 10:48 Jia Zhai ha scritto: > >> FYI. BookKeeper docker

Re: Bug releases on Github

2017-08-11 Thread Sijie Guo
/n): y* *-* Any thoughts? - Sijie On Thu, Aug 10, 2017 at 11:12 PM, Enrico Olivelli <eolive...@gmail.com> wrote: > Il ven 11 ago 2017, 04:15 Sijie Guo <guosi...@gmail.com> ha scritto: > > > On Thu, Aug 10, 2017 at 6:48 PM, Jia Zh

Re: Time Based Release for onwards releases.

2017-08-11 Thread Sijie Guo
Folks, please take a look at this. We need to decide the schedule for 4.6.0. - Sijie On Mon, Aug 7, 2017 at 6:59 PM, Sijie Guo <guosi...@gmail.com> wrote: > Hi all, > > First thanks everyone who contributed to 4.5.0 in the past year, and > especially thanks JV for s

Re: Time Based Release for onwards releases.

2017-08-11 Thread Sijie Guo
On Thu, Aug 10, 2017 at 2:12 AM, Enrico Olivelli <eolive...@gmail.com> wrote: > Il gio 10 ago 2017, 10:09 Sijie Guo <guosi...@gmail.com> ha scritto: > > > yes, it is end-of-life. For example, currently we kept all the release > > versions since 2011? but I believe

Re: BP-12: Improve documentation

2017-08-11 Thread Sijie Guo
t; > wrote: > > > Il mer 9 ago 2017, 07:47 Sijie Guo <guosi...@gmail.com> ha scritto: > > > > > (/cc dev@distributedlog for calling for contributions) > > > > > > Hi all, > > > > > > Prior to 4.5.0, bookkeeper doesn't have g

Re: Bug releases on Github

2017-08-11 Thread Sijie Guo
PR > is > > a good alternative to make it easy. Thanks a lot to make it happen. > > > > On Fri, Aug 11, 2017 at 7:07 PM, Sijie Guo <guosi...@gmail.com> wrote: > > > > > I've played around github API and come up a change to the merge script. > > I

Re: [ANNOUNCE] Apache BookKeeper 4.5.0 released

2017-08-11 Thread Sijie Guo
Thank you Sebb! These are good questions and suggestions. We were following a template we used before. We will try to improve the template to add more descriptions and also more info on subsequent releases. - Sijie On Fri, Aug 11, 2017 at 11:47 AM, sebb wrote: > What is the

Re: [DISCUSS] move github notifications to other mailing list

2017-08-11 Thread Sijie Guo
a filter rule to categorize them. > > ``` > >  > > This seems enough to me. > > > > > > On Fri, Aug 11, 2017 at 7:01 AM, Sijie Guo <guosi...@gmail.com> wrote: > > > > > I think when you were mentioned (tagged) in github. You will recei

Re: [DISCUSS] Release 4.6.0 and 4.5.1

2017-08-14 Thread Sijie Guo
Cool. Thank you Jia for volunteering on this. - Sijie On Fri, Aug 11, 2017 at 7:35 PM, Jia Zhai <zhaiji...@gmail.com> wrote: > Hi, > I would like to have a a try on 4.6.0. > > On Sat, Aug 12, 2017 at 10:25 AM, Sijie Guo <guosi...@gmail.com> wrote: > > > 4.5.0 is

Re: [DISCUSS] move github notifications to other mailing list

2017-08-14 Thread Sijie Guo
...@bookkeeper.apache.org (by sending email to issues-subscr...@bookkeeper.apache.org) and follow the instructions. I also created a github issue for updating the `mailing list` page: https://github.com/apache/bookkeeper/issues/443 - Sijie On Sun, Aug 13, 2017 at 11:19 PM, Sijie Guo <guosi...@gmail.

Docker images

2017-08-14 Thread Sijie Guo
Hi all, A couple questions to discuss: 1) Official Image Currently the docker image is hosted under `apache` docker hub account. However we can't mark the image as the official apache release because of apache releasing policy. Technically there isn't any official channel for releasing an

<    1   2   3   4   5   6   7   8   9   10   >