Skip to content

Instantly share code, notes, and snippets.

@acchaulk
Created September 28, 2017 20:19
Show Gist options
  • Save acchaulk/41d2747f1404410666a3aed07e0e6338 to your computer and use it in GitHub Desktop.
Save acchaulk/41d2747f1404410666a3aed07e0e6338 to your computer and use it in GitHub Desktop.
Unreachable cluster
{
"selfNode": "akka.tcp://ItemServiceCluster_dev@10.87.30.167:2552",
"leader": "akka.tcp://ItemServiceCluster_dev@10.87.30.167:2552",
"oldest": "akka.tcp://ItemServiceCluster_dev@10.87.30.167:2552",
"unreachable": [
{
"node": "akka.tcp://ItemServiceCluster_dev@10.87.30.167:2553",
"observedBy": [
"akka.tcp://ItemServiceCluster_dev@10.87.30.167:2552"
]
}
],
"members": [
{
"node": "akka.tcp://ItemServiceCluster_dev@10.87.30.167:2552",
"nodeUid": "-853398050",
"status": "Up",
"roles": []
},
{
"node": "akka.tcp://ItemServiceCluster_dev@10.87.30.167:2553",
"nodeUid": "-1561515936",
"status": "Leaving",
"roles": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment