Hi,
We have an DataAnalytics cluster running with Cassandra (3.10) / Spark 2.4.4 / Mesos (1.6.2).
There is a certain job running every day, which has caused the following error on Cassandra for 2 days.
Job aborted due to stage failure: Task 21 in stage 28.0 failed 4 times, most recent failure: Lost task 21.3 in stage 28.0 (TID 1507, host2, executor 3): com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: host1:9042 (com.datastax.driver.core.exceptions.BusyPoolException: [host1] Pool is busy (no available connection and the queue has reached its max size 256)),host2:9042 (com.datastax.driver.core.exceptions.BusyPoolException: [host2] Pool is busy (no available connection and the queue has reached its max size 256)), host3:9042 (com.datastax.driver.core.exceptions.BusyPoolException: [host3] Pool is busy (no available connection and the queue has reached its max size 256)), host5:9042 [only showing errors of first 3 hosts, use getErrors() for more details])
Is this a known issue? Can I tune some properties?
Many thanks in advance.