I added 1000 vertices to Janusgraph. When I query for a subset of them, sometimes it returns the result, sometimes it throws this RemoteException. It is not consistent. Any thoughts why this is happening ?
Only one vertex has label and all other vertices have attributes.
When I do this query - g.V().hasLabel('root').id() , it is always giving RemoteException