Re: Netty 4

2017-05-19 Thread Jia Zhai
👍 On Fri, May 19, 2017 at 10:26 PM, Enrico Olivelli wrote: > Here it is! > https://repository.apache.org/content/groups/snapshots/org/ > apache/bookkeeper/ > this is the pom with netty4 > https://repository.apache.org/content/groups/snapshots/org/ > apache/bookkeeper/bookkeeper/4.5.0-SNAPSHOT/bo

Re: Netty 4

2017-05-19 Thread Enrico Olivelli
Here it is! https://repository.apache.org/content/groups/snapshots/org/apache/bookkeeper/ this is the pom with netty4 https://repository.apache.org/content/groups/snapshots/org/apache/bookkeeper/bookkeeper/4.5.0-SNAPSHOT/bookkeeper-4.5.0-20170519.141622-6.pom the provider for https://prometheus.io

Re: Netty 4

2017-05-15 Thread Venkateswara Rao Jujjuri
Awesome!! On Mon, May 15, 2017 at 11:11 AM, Enrico Olivelli wrote: > Great! > I will update public snapshots asap > > Enrico > > Il lun 15 mag 2017, 19:54 Sijie Guo ha scritto: > > > I merged BOOKKEEPER-1008. It lands on master now! It is a great milestone > > for 4.5.0. > > > > Thank you every

Re: Netty 4

2017-05-15 Thread Enrico Olivelli
Great! I will update public snapshots asap Enrico Il lun 15 mag 2017, 19:54 Sijie Guo ha scritto: > I merged BOOKKEEPER-1008. It lands on master now! It is a great milestone > for 4.5.0. > > Thank you everyone for making this happen! > > - Sijie > -- -- Enrico Olivelli

Re: Netty 4 and linux epoll

2017-03-06 Thread Kkasiud1
My patch will have this code to use Epoll on Linux systems if available or fallback to NIO if not. Kishore Sent from my iPhone > On Mar 6, 2017, at 7:44 AM, Bobby Evans wrote: > > Sure, I am happy to add it in afterwards too. > > > - Bobby > > On Monday, March 6, 2017, 9:42:14 AM CST, Enri

Re: Netty 4 and linux epoll

2017-03-06 Thread Bobby Evans
Sure, I am happy to add it in afterwards too. - Bobby On Monday, March 6, 2017, 9:42:14 AM CST, Enrico Olivelli wrote:Great, so Kishore and JV, can you take this into account on the Netty 4 patch ? or maybe we can create a first baseline fom Kishore and than add the "natvie EPoll" feature wit

Re: Netty 4 and linux epoll

2017-03-06 Thread Enrico Olivelli
Great, so Kishore and JV, can you take this into account on the Netty 4 patch ? or maybe we can create a first baseline fom Kishore and than add the "natvie EPoll" feature with a patch from Yahoo codebase. Bobby, can you put a comment on the JIRA for Netty 4 ? Thank you Enrico 2017-03-06 16:29

Re: Netty 4 and linux epoll

2017-03-06 Thread Bobby Evans
The code we have will try for epoll and then fall back to nio if it does not work. There are a few places in the code that we do this, but they all more or less boil down to something like the following     static EventLoopGroup getDefaultEventLoopGroup() { ThreadFactory threadFactory =