09-14-2016 07:46 AM
Hi,
I have several batch processes doing upserts with kudu java API. Whit this scenario I got the exception below a lot of times. It doesn't happen when I try to do it in development mode launching one process at time. Should I configure something to allow multiple accesses to kudu tablet servers?
Caused by: java.io.IOException: Too many open files
at sun.nio.ch.IOUtil.makePipe(Native Method)
at sun.nio.ch.EPollSelectorImpl.<init>(EPollSelectorImpl.java:65)
at sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:36)
at java.nio.channels.Selector.open(Selector.java:227)
at org.kududb.client.shaded.org.jboss.netty.channel.socket.nio.SelectorUtil.open(SelectorUtil.java:63)
at org.kududb.client.shaded.org.jboss.netty.channel.socket.nio.AbstractNioSelector.openSelector(AbstractNioSelector.java:360)
Thanks in advance
09-14-2016 09:30 AM