Client is connecting several times every minute

Hello,
I'm connecting to ES from my application, and before everything was fine.
When application starts I saw a message like this in a log:
INFO plugins - [Marvel Boy] loaded [], sites []
But now, I see such message several times every minute:
INFO plugins - [Hulkling] loaded [], sites []
INFO plugins - [Golden Archer] loaded [], sites []
INFO plugins - [Nova, Cassandra] loaded [], sites []
INFO plugins - [Matador] loaded [], sites []
INFO plugins - [Locksmith] loaded [], sites []
INFO plugins - [Man-Killer] loaded [], sites []
INFO plugins - [Smith, Tabitha] loaded [], sites []
INFO plugins - [Energizer] loaded [], sites []
INFO plugins - [Sunpyre] loaded [], sites []
INFO plugins - [Reilly, Ben] loaded [], sites []
INFO plugins - [Bison] loaded [], sites []
INFO plugins - [Sandhurst, Basil] loaded [], sites []
INFO plugins - [Wind Warrior] loaded [], sites []

Everything looks Ok, and application works fine, but it looks like the
application is loosing connection to ES for some reason, or may be there is
another problem?
What could it be?

Thank you,
Eugene

--

Actually, there is a problem. Monitoring the ES server I noticed that
number of transports grows non-stop, and eventually I'm getting too many
open files exception, even though I have max number of opened files set to
30000 (ulimit -n returns 30000, and BigDesk shows the same).
Any help is appreciated.
Thank you

On Saturday, December 29, 2012 11:30:02 PM UTC-5, Eugene Strokin wrote:

Hello,
I'm connecting to ES from my application, and before everything was fine.
When application starts I saw a message like this in a log:
INFO plugins - [Marvel Boy] loaded , sites
But now, I see such message several times every minute:
INFO plugins - [Hulkling] loaded , sites
INFO plugins - [Golden Archer] loaded , sites
INFO plugins - [Nova, Cassandra] loaded , sites
INFO plugins - [Matador] loaded , sites
INFO plugins - [Locksmith] loaded , sites
INFO plugins - [Man-Killer] loaded , sites
INFO plugins - [Smith, Tabitha] loaded , sites
INFO plugins - [Energizer] loaded , sites
INFO plugins - [Sunpyre] loaded , sites
INFO plugins - [Reilly, Ben] loaded , sites
INFO plugins - [Bison] loaded , sites
INFO plugins - [Sandhurst, Basil] loaded , sites
INFO plugins - [Wind Warrior] loaded , sites

Everything looks Ok, and application works fine, but it looks like the
application is loosing connection to ES for some reason, or may be there is
another problem?
What could it be?

Thank you,
Eugene

--

Are you sure you still use TransportClient ?
It seems that you create nodes (client nodes) instead of transport clients.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 30 déc. 2012 à 06:38, Eugene Strokin eugene@strokin.info a écrit :

Actually, there is a problem. Monitoring the ES server I noticed that number of transports grows non-stop, and eventually I'm getting too many open files exception, even though I have max number of opened files set to 30000 (ulimit -n returns 30000, and BigDesk shows the same).
Any help is appreciated.
Thank you

On Saturday, December 29, 2012 11:30:02 PM UTC-5, Eugene Strokin wrote:

Hello,
I'm connecting to ES from my application, and before everything was fine. When application starts I saw a message like this in a log:
INFO plugins - [Marvel Boy] loaded , sites
But now, I see such message several times every minute:
INFO plugins - [Hulkling] loaded , sites
INFO plugins - [Golden Archer] loaded , sites
INFO plugins - [Nova, Cassandra] loaded , sites
INFO plugins - [Matador] loaded , sites
INFO plugins - [Locksmith] loaded , sites
INFO plugins - [Man-Killer] loaded , sites
INFO plugins - [Smith, Tabitha] loaded , sites
INFO plugins - [Energizer] loaded , sites
INFO plugins - [Sunpyre] loaded , sites
INFO plugins - [Reilly, Ben] loaded , sites
INFO plugins - [Bison] loaded , sites
INFO plugins - [Sandhurst, Basil] loaded , sites
INFO plugins - [Wind Warrior] loaded , sites

Everything looks Ok, and application works fine, but it looks like the application is loosing connection to ES for some reason, or may be there is another problem?
What could it be?

Thank you,
Eugene

--

--

Thanks David,
actually it was another problem. The application which caused the problem
wasn't upgraded to ES 0.20.1 and still was using 0.19 libs. ES was updated
to 0.20.1 and the app started to show the messages. Once it was updated,
everything went back to normal.
Thank you,
Eugene

On Sunday, December 30, 2012 4:11:38 AM UTC-5, David Pilato wrote:

Are you sure you still use TransportClient ?
It seems that you create nodes (client nodes) instead of transport clients.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 30 déc. 2012 à 06:38, Eugene Strokin <eug...@strokin.info <javascript:>>
a écrit :

Actually, there is a problem. Monitoring the ES server I noticed that
number of transports grows non-stop, and eventually I'm getting too many
open files exception, even though I have max number of opened files set to
30000 (ulimit -n returns 30000, and BigDesk shows the same).
Any help is appreciated.
Thank you

On Saturday, December 29, 2012 11:30:02 PM UTC-5, Eugene Strokin wrote:

Hello,
I'm connecting to ES from my application, and before everything was fine.
When application starts I saw a message like this in a log:
INFO plugins - [Marvel Boy] loaded , sites
But now, I see such message several times every minute:
INFO plugins - [Hulkling] loaded , sites
INFO plugins - [Golden Archer] loaded , sites
INFO plugins - [Nova, Cassandra] loaded , sites
INFO plugins - [Matador] loaded , sites
INFO plugins - [Locksmith] loaded , sites
INFO plugins - [Man-Killer] loaded , sites
INFO plugins - [Smith, Tabitha] loaded , sites
INFO plugins - [Energizer] loaded , sites
INFO plugins - [Sunpyre] loaded , sites
INFO plugins - [Reilly, Ben] loaded , sites
INFO plugins - [Bison] loaded , sites
INFO plugins - [Sandhurst, Basil] loaded , sites
INFO plugins - [Wind Warrior] loaded , sites

Everything looks Ok, and application works fine, but it looks like the
application is loosing connection to ES for some reason, or may be there is
another problem?
What could it be?

Thank you,
Eugene

--

--