Date
1 - 3 of 3
Open instances
We once had a short discussion about that over on the old mailing list. Sadly, we did not find a quick solution there. However, seeing more people at least confirms that it does not only occur due to a misconfiguration on our side.
|
|
hadoopmarc@...
Hi,
Good that you noticed this! Some explanation and the cure can be found at: https://docs.janusgraph.org/advanced-topics/recovery/#janusgraph-instance-failure Best wishes, Marc |
|
I can see there are many open instances and looks they are not getting closed automatically.
gremlin> mgmt.getOpenInstances() //all open instances
==>0acc001a144-janusgraph-5fbcff8c8b-9bb6v1
==>0acc001d142-janusgraph-5fbcff8c8b-2xgks1
==>0acc001e144-janusgraph-5fbcff8c8b-xzsdv1
==>0acc0023142-janusgraph-5fbcff8c8b-8sfr71
==>0acc0020143-janusgraph-5fbcff8c8b-dl6cw1
==>0acc001b143-janusgraph-5fbcff8c8b-4nskz1
==>0acc0123142-janusgraph-5fbcff8c8b-7vc491(current)
==>0acc0128142-janusgraph-5fbcff8c8b-82lw21
==>0acc012a142-janusgraph-5fbcff8c8b-cwl2h1
==>0acc001f144-janusgraph-5fbcff8c8b-265fx1
==>0acc0127142-janusgraph-5fbcff8c8b-bc8971
==>0acc001c142-janusgraph-5fbcff8c8b-jrb4q1
==>0acc0022143-janusgraph-5fbcff8c8b-qdbkt1
==>0acc0129143-janusgraph-5fbcff8c8b-58kk51
==>0acc0021142-janusgraph-5fbcff8c8b-skkcs1 and if we want to create or disable index we can't do until we close instances and some of the instance could be doing internal works like indexing etc and if we close them we face issues..any way to know what instances are doing? Please help us |
|