Add hostname to nodeinfo(#6156)

This commit is contained in:
ashione
2019-11-19 15:03:46 +08:00
committed by Qing Wang
parent f9d2d106b1
commit a1744f67fe
5 changed files with 16 additions and 4 deletions
+1
View File
@@ -58,6 +58,7 @@ def _parse_client_table(redis_client):
"NodeID": node_id,
"Alive": True,
"NodeManagerAddress": item.node_manager_address,
"NodeManagerHostname": item.node_manager_hostname,
"NodeManagerPort": item.node_manager_port,
"ObjectManagerPort": item.object_manager_port,
"ObjectStoreSocketName": item.object_store_socket_name,