You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a graph by ConfiguredGraphFactory.createConfiguration(new MapConfiguration(map)); But the storage.hostname is wrong in the map, then the janusgraph log error like "unable to canonicalize address xxx:2181 because it's not resolvable".Someone knows how to fix it?I try to update the configuration or drop it,but it's not working
I find the reason.It's because I execute a script to create and open the graph,when the hostname is wrong, the script keep hunging on the open api in the janusgraph server, Even my java client is closed.
Then when I execute ConfiguredGraphFactory.updateConfiguration,the server will keep hunging until the timeout error is throwed;
I want to know how to restore my janusgraph server.
Hello,
Your problem is that index.search.hostname is supposed to only contain the hostname(s), not the hostname+port. The port has to go in the index.search.port property.
I create a graph by ConfiguredGraphFactory.createConfiguration(new MapConfiguration(map)); But the storage.hostname is wrong in the map, then the janusgraph log error like "unable to canonicalize address xxx:2181 because it's not resolvable".Someone knows how to fix it?I try to update the configuration or drop it,but it's not working
groovy code :
Version: 1.0.0
Storage Backend: hbase
Mixed Index Backend: elasticsearch
Link to discussed bug:
Expected Behavior:
Current Behavior:
unable to canonicalize address node1:2181 because it's not resolvable
Steps to Reproduce:
execute the groovy code above
The text was updated successfully, but these errors were encountered: