Hi,

I am using version 0.19.3 I have the nofile limit set to 128K and am 
getting errors like

[2014-01-18 06:52:54,857][WARN 
][netty.channel.socket.nio.NioServerSocketPipelineSink] Failed to 
initialize an accepted socket.
org.elasticsearch.common.netty.channel.ChannelException: Failed to create a 
selector.
        at 
org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.start(AbstractNioWorker.java:154)
        at 
org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.register(AbstractNioWorker.java:131)
        at 
org.elasticsearch.common.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.registerAcceptedChannel(NioServerSocketPipelineSink.java:269)
        at 
org.elasticsearch.common.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.run(NioServerSocketPipelineSink.java:231)
        at 
org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
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.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.start(AbstractNioWorker.java:152)
        ... 7 more

I am aware that version 0.19.3 is old.  We have been having trouble getting 
our infrastructure group to build out new nodes so we can have a rolling 
upgrade with testing for both versions going on.  I am now setting the 
limit to 1048576 as per 
http://stackoverflow.com/questions/1212925/on-linux-set-maximum-open-files-to-unlimited-possible,
 
however, I'm concerned this may cause other issues.

If anyone has any suggestions I'd love to hear them.  I am using this as 
fuel for the "please pay attention and get us the support we need so we can 
upgrade" campaign.

--Shannon Monasco

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/d76b08e4-d9d2-407e-8443-cb654f381c9a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to