You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/06/30 12:22:04 UTC

[GitHub] [nifi] turcsanyip edited a comment on pull request #4368: NIFI-7586 Add socket-level timeout properties for CassandraSessionProvider

turcsanyip edited a comment on pull request #4368:
URL: https://github.com/apache/nifi/pull/4368#issuecomment-651396020


   After changing the timeouts, I get the following errors from QueryCassandra / PutCassandraQL:
   ```
   ERROR [Timer-Driven Process Thread-10] o.a.n.p.cassandra.QueryCassandra QueryCassandra[id=01ad5a7c-0173-1000-7fb3-a34af5274655] No host in the Cassandra cluster can be contacted successfully to execute this query: com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (no host was tried)
   ```
   ```
   com.datastax.driver.core.exceptions.DriverInternalError: Unexpected exception thrown
   ```
   
   Did it work for you?
   
   Update:
   Seems to be an old issue.
   Can be replicated on the current master:
   - set up QueryCassandra with CassandraSessionProvider and start them
   - stop QueryCassandra
   - disable CassandraSessionProvider
   - enable CassandraSessionProvider (no config change needed)
   - start QueryCassandra => error
   
   
   The new properties look good to me and work properly.
   Merging to master...


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org