👍
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
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
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
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
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
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
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
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 =