Commit c5e79374 authored by Vincent Pelletier's avatar Vincent Pelletier

Use "abort" rather than "close", so notification gets sent.

parent d5e37b2b
...@@ -411,7 +411,7 @@ class Application(object): ...@@ -411,7 +411,7 @@ class Application(object):
node.notify(notification_packet) node.notify(notification_packet)
if node.isClient(): if node.isClient():
if state != ClusterStates.RUNNING: if state != ClusterStates.RUNNING:
conn.close() conn.abort()
continue continue
handler = client_handler handler = client_handler
elif node.isStorage(): elif node.isStorage():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment