Re: io.netty.channel.epoll.EpollEventLoopGroup cannot be cast to io.netty.channel.MultithreadEventLoopGroup

2021-03-11 Thread Arvid Heise
bat man wrote: > Hi, > > I am using this library -* jasync-postgresql* [1] for async calls to > postgres in asyncio operator. I am using running Flink 1.9 on EMR. > I am facing this error - > > Caused by: java.lang.ClassCastException: > io.netty.channel.epoll.EpollEventLoo

io.netty.channel.epoll.EpollEventLoopGroup cannot be cast to io.netty.channel.MultithreadEventLoopGroup

2021-03-10 Thread bat man
Hi, I am using this library -* jasync-postgresql* [1] for async calls to postgres in asyncio operator. I am using running Flink 1.9 on EMR. I am facing this error - Caused by: java.lang.ClassCastException: io.netty.channel.epoll.EpollEventLoopGroup cannot be cast to