Merge "Enable subsequent heartbeat updates"

This commit is contained in:
Jenkins 2016-02-26 06:23:27 +00:00 committed by Gerrit Code Review
commit ea91316197
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class _DseControlBusEndpoint(object):
LOG.info("<%s> New peer '%s' with services %s",
self.dse_bus.node.node_id, peer_id,
[s['service_id'] for s in new_status['services']])
self.dse_bus.peers[peer_id] = new_status
self.dse_bus.peers[peer_id] = new_status
# TODO(pballand): handle time going backwards
self.dse_bus.peers[peer_id]['last_hb_time'] = time.time()