Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. $ ./coordinator 4 ../servers.config
  2. Node ID: 1 IP: 10.30.0.12 Port: 5000 Type: 2
  3. Node ID: 2 IP: 10.30.0.13 Port: 5000 Type: 2
  4. Node ID: 3 IP: 10.30.0.14 Port: 5000 Type: 2
  5. Node ID: 4 IP: 10.30.0.11 Port: 5000 Type: 0
  6. address is : 10.30.0.12
  7. port is : 5000
  8. Started event loop
  9. address resolved.
  10. building contextconnection built
  11. route resolved
  12. on connection
  13. op code was receive
  14. RS_MR_RECV
  15. Connection established and ready to do rdma operations
  16. address is : 10.30.0.13
  17. port is : 5000
  18. Started event loop
  19. address resolved.
  20. building context oneconnection built
  21. route resolved
  22. on connection
  23. op code was receive
  24. RS_MR_RECV
  25. Connection established and ready to do rdma operations
  26. address is : 10.30.0.14
  27. port is : 5000
  28. Started event loop
  29. address resolved.
  30. building context oneconnection built
  31. route resolved
  32. on connection
  33. op code was receive
  34. RS_MR_RECV
  35. Connection established and ready to do rdma operations
  36. Thrift: Fri Jan 20 00:44:50 2017 TSocket::open() connect() <Host: 10.30.0.12 Port: 5000>Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement