You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Tousif <to...@gmail.com> on 2015/01/27 07:12:43 UTC

worker connection to zookeeper suspended

Hi,

i have a single node zookeeper and 2 node storm having 1 worker on each
node.
one of the worker stops and start on other node so at this point  i ll be
having two workers on same node and rebalancing happens only if i manually
do it from storm UI.

Here are the logs

2015-01-24 06:34:59 o.a.z.ClientCnxn [INFO] Client session timed out, have
not heard from server in 13603ms for sessionid 0x14b168e7bfd0013, closing
socket connection and attempting reconnect
2015-01-24 06:34:59 o.a.z.ClientCnxn [INFO] Client session timed out, have
not heard from server in 13608ms for sessionid 0x14b168e7bfd0015, closing
socket connection and attempting reconnect
2015-01-24 06:34:59 o.a.z.ClientCnxn [INFO] Client session timed out, have
not heard from server in 13607ms for sessionid 0x14b168e7bfd0014, closing
socket connection and attempting reconnect
2015-01-24 06:34:59 o.a.z.ClientCnxn [INFO] Client session timed out, have
not heard from server in 13599ms for sessionid 0x14b168e7bfd000f, closing
socket connection and attempting reconnect
2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [INFO] State change:
SUSPENDED
2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [WARN] There are no
ConnectionStateListeners registered.
2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [INFO] State change:
SUSPENDED
2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [WARN] There are no
ConnectionStateListeners registered.
2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [INFO] State change:
SUSPENDED
2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [WARN] There are no
ConnectionStateListeners registered.
2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [INFO] State change:
SUSPENDED
2015-01-24 06:34:59 b.s.cluster [WARN] Received event :disconnected::none:
with disconnected Zookeeper.
2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [WARN] There are no
ConnectionStateListeners registered.
2015-01-24 06:35:06 s.k.ZkCoordinator [INFO] Task [2/2] Refreshing
partition manager connections
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Opening socket connection to
server realtimeanalytics.novalocal/10.0.0.11:2181. Will not attempt to
authenticate using SASL (java.lang.SecurityException: Unable to locate a
login configuration)
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Opening socket connection to
server realtimeanalytics.novalocal/10.0.0.11:2181. Will not attempt to
authenticate using SASL (java.lang.SecurityException: Unable to locate a
login configuration)
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Opening socket connection to
server realtimeanalytics.novalocal/10.0.0.11:2181. Will not attempt to
authenticate using SASL (java.lang.SecurityException: Unable to locate a
login configuration)
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Opening socket connection to
server realtimeanalytics.novalocal/10.0.0.11:2181. Will not attempt to
authenticate using SASL (java.lang.SecurityException: Unable to locate a
login configuration)
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Socket connection established
to realtimeanalytics.novalocal/10.0.0.11:2181, initiating session
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Socket connection established
to realtimeanalytics.novalocal/10.0.0.11:2181, initiating session
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Session establishment complete
on server realtimeanalytics.novalocal/10.0.0.11:2181, sessionid =
0x14b168e7bfd0014, negotiated timeout = 20000
2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [INFO] State change:
RECONNECTED
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Session establishment complete
on server realtimeanalytics.novalocal/10.0.0.11:2181, sessionid =
0x14b168e7bfd0013, negotiated timeout = 20000
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Socket connection established
to realtimeanalytics.novalocal/10.0.0.11:2181, initiating session
2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [INFO] State change:
RECONNECTED
2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [WARN] There are no
ConnectionStateListeners registered.
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Socket connection established
to realtimeanalytics.novalocal/10.0.0.11:2181, initiating session
2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [WARN] There are no
ConnectionStateListeners registered.
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Session establishment complete
on server realtimeanalytics.novalocal/10.0.0.11:2181, sessionid =
0x14b168e7bfd0015, negotiated timeout = 20000
2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [INFO] State change:
RECONNECTED
2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [WARN] There are no
ConnectionStateListeners registered.
2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Session establishment complete
on server realtimeanalytics.novalocal/10.0.0.11:2181, sessionid =
0x14b168e7bfd000f, negotiated timeout = 20000
2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [INFO] State change:
RECONNECTED
2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [WARN] There are no
ConnectionStateListeners registered.




-- 


Regards
Tousif Khazi

Re: worker connection to zookeeper suspended

Posted by Tousif <to...@gmail.com>.
Auto rebalance is throwing error

On Tue, Jan 27, 2015 at 11:42 AM, Tousif <to...@gmail.com> wrote:

> Hi,
>
> i have a single node zookeeper and 2 node storm having 1 worker on each
> node.
> one of the worker stops and start on other node so at this point  i ll be
> having two workers on same node and rebalancing happens only if i manually
> do it from storm UI.
>
> Here are the logs
>
> 2015-01-24 06:34:59 o.a.z.ClientCnxn [INFO] Client session timed out, have
> not heard from server in 13603ms for sessionid 0x14b168e7bfd0013, closing
> socket connection and attempting reconnect
> 2015-01-24 06:34:59 o.a.z.ClientCnxn [INFO] Client session timed out, have
> not heard from server in 13608ms for sessionid 0x14b168e7bfd0015, closing
> socket connection and attempting reconnect
> 2015-01-24 06:34:59 o.a.z.ClientCnxn [INFO] Client session timed out, have
> not heard from server in 13607ms for sessionid 0x14b168e7bfd0014, closing
> socket connection and attempting reconnect
> 2015-01-24 06:34:59 o.a.z.ClientCnxn [INFO] Client session timed out, have
> not heard from server in 13599ms for sessionid 0x14b168e7bfd000f, closing
> socket connection and attempting reconnect
> 2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [INFO] State change:
> SUSPENDED
> 2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [WARN] There are no
> ConnectionStateListeners registered.
> 2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [INFO] State change:
> SUSPENDED
> 2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [WARN] There are no
> ConnectionStateListeners registered.
> 2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [INFO] State change:
> SUSPENDED
> 2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [WARN] There are no
> ConnectionStateListeners registered.
> 2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [INFO] State change:
> SUSPENDED
> 2015-01-24 06:34:59 b.s.cluster [WARN] Received event :disconnected::none:
> with disconnected Zookeeper.
> 2015-01-24 06:34:59 o.a.c.f.s.ConnectionStateManager [WARN] There are no
> ConnectionStateListeners registered.
> 2015-01-24 06:35:06 s.k.ZkCoordinator [INFO] Task [2/2] Refreshing
> partition manager connections
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Opening socket connection to
> server realtimeanalytics.novalocal/10.0.0.11:2181. Will not attempt to
> authenticate using SASL (java.lang.SecurityException: Unable to locate a
> login configuration)
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Opening socket connection to
> server realtimeanalytics.novalocal/10.0.0.11:2181. Will not attempt to
> authenticate using SASL (java.lang.SecurityException: Unable to locate a
> login configuration)
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Opening socket connection to
> server realtimeanalytics.novalocal/10.0.0.11:2181. Will not attempt to
> authenticate using SASL (java.lang.SecurityException: Unable to locate a
> login configuration)
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Opening socket connection to
> server realtimeanalytics.novalocal/10.0.0.11:2181. Will not attempt to
> authenticate using SASL (java.lang.SecurityException: Unable to locate a
> login configuration)
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Socket connection established
> to realtimeanalytics.novalocal/10.0.0.11:2181, initiating session
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Socket connection established
> to realtimeanalytics.novalocal/10.0.0.11:2181, initiating session
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Session establishment complete
> on server realtimeanalytics.novalocal/10.0.0.11:2181, sessionid =
> 0x14b168e7bfd0014, negotiated timeout = 20000
> 2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [INFO] State change:
> RECONNECTED
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Session establishment complete
> on server realtimeanalytics.novalocal/10.0.0.11:2181, sessionid =
> 0x14b168e7bfd0013, negotiated timeout = 20000
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Socket connection established
> to realtimeanalytics.novalocal/10.0.0.11:2181, initiating session
> 2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [INFO] State change:
> RECONNECTED
> 2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [WARN] There are no
> ConnectionStateListeners registered.
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Socket connection established
> to realtimeanalytics.novalocal/10.0.0.11:2181, initiating session
> 2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [WARN] There are no
> ConnectionStateListeners registered.
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Session establishment complete
> on server realtimeanalytics.novalocal/10.0.0.11:2181, sessionid =
> 0x14b168e7bfd0015, negotiated timeout = 20000
> 2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [INFO] State change:
> RECONNECTED
> 2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [WARN] There are no
> ConnectionStateListeners registered.
> 2015-01-24 06:35:15 o.a.z.ClientCnxn [INFO] Session establishment complete
> on server realtimeanalytics.novalocal/10.0.0.11:2181, sessionid =
> 0x14b168e7bfd000f, negotiated timeout = 20000
> 2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [INFO] State change:
> RECONNECTED
> 2015-01-24 06:35:15 o.a.c.f.s.ConnectionStateManager [WARN] There are no
> ConnectionStateListeners registered.
>
>
>
>
> --
>
>
> Regards
> Tousif Khazi
>
>


-- 


Regards
Tousif Khazi