Date
1 - 6 of 6
TimedOutException
Gwiz <feed...@...>
When I try to open a graph, I am constantly getting the TimeOutExceptions. My Cassandra Cluster is fine and I was able to use cqlsh with no issues. Are there any Thrift settings that need to be adjusted? graph = JanusGraphFactory.open('cassandra-es.properties')
If I try few times, I succeed once randomly. Thanks |
|
Jason Plurad <plu...@...>
cqlsh communicates using CQL interface, but JanusGraph uses Thrift. I'd suggest double checking that the RPC settings (rpc_address, rpc_port) in cassandra.yaml match what you have in cassandra-es.properties. If you're using rpc_interface rather than rpc_address in cassandra.yaml, verify the listening address and port with ss. -- Jason On Friday, April 28, 2017 at 11:23:30 AM UTC-4, Gwiz wrote:
|
|
Annu Sharma <annu...@...>
Hi, Have you been able to resolve this issue? On Friday, April 28, 2017 at 8:23:30 AM UTC-7, Gwiz wrote:
|
|
Ankur Goel <ankur...@...>
check if thrift is enable, in 2.2 or above use below command: ./bin/nodetool enablethrift ~AnkurG On Friday, April 28, 2017 at 8:53:30 PM UTC+5:30, Gwiz wrote:
|
|
Annu Sharma <annu...@...>
Hi Ankur, Yes thrift is enabled in the Cassandra config yams. I get this error only intermittently. On Mon, Sep 11, 2017 at 10:26 PM Ankur Goel <ankur...@...> wrote:
-- |
|
Annu Sharma <annu...@...>
Yaml* On Tue, Sep 12, 2017 at 8:37 AM Annu Sharma <annu...@...> wrote:
-- |
|