Re: Query timed out after PT2M

2022-02-08 Thread Joe Obernberger
obernber...@gmail.com> wrote: Hi all - using a Cassandra 4.0.1 and a spark job running against a large table (~8 billion rows) and I'm getting this error on the client side: Query timed out after PT2M On the server side I see a lot of messages like: DEBUG [Native

Re: Query timed out after PT2M

2022-02-08 Thread Joe Obernberger
will land on replica sets, avoiding the scatter-gather behavior that can occur if using the Java driver alone. Cheers, – Scott On Feb 3, 2022, at 11:42 AM, Joe Obernberger <mailto:joseph.obernber...@gmail.com> wrote: Hi all - using a Cassandra 4.0.1 and a spark j

Re: Query timed out after PT2M

2022-02-07 Thread Joe Obernberger
ehavior that can occur if using the Java driver alone. Cheers, – Scott On Feb 3, 2022, at 11:42 AM, Joe Obernberger <mailto:joseph.obernber...@gmail.com> wrote: Hi all - using a Cassandra 4.0.1 and a spark job running against a large table (~8 b

Re: Query timed out after PT2M

2022-02-04 Thread Joe Obernberger
tter-gather behavior that can occur if using the Java driver alone. Cheers, – Scott On Feb 3, 2022, at 11:42 AM, Joe Obernberger <mailto:joseph.obernber...@gmail.com> wrote: Hi all - using a Cassandra 4.0.1 and a spark job running against a large

Re: Query timed out after PT2M

2022-02-04 Thread Joe Obernberger
M, Joe Obernberger <mailto:joseph.obernber...@gmail.com> wrote: Hi all - using a Cassandra 4.0.1 and a spark job running against a large table (~8 billion rows) and I'm getting this error on the client side: Query timed out after PT2M On the server side I see a

Re: Query timed out after PT2M

2022-02-03 Thread manish khandelwal
ery aborts due to scanning more tombstones than the > configured max, or other conditions indicating overload/inability to serve > a response. > > If you're running a Spark job, I'd recommend using the DataStax Spark > Cassandra Connector which distributes your query to executors addr

Re: Query timed out after PT2M

2022-02-03 Thread Joe Obernberger
Cheers, – Scott On Feb 3, 2022, at 11:42 AM, Joe Obernberger wrote: Hi all - using a Cassandra 4.0.1 and a spark job running against a large table (~8 billion rows) and I'm getting this error on the client side: Query timed out after PT2M On the server side I see a lot of messages l

Re: Query timed out after PT2M

2022-02-03 Thread Joe Obernberger
ark Cassandra Connector which distributes your query to executors addressing slices of the token range which will land on replica sets, avoiding the scatter-gather behavior that can occur if using the Java driver alone. Cheers, – Scott On Feb 3, 2022, at 11:42 AM, Joe Obernberger wrote: H

Re: Query timed out after PT2M

2022-02-03 Thread Joe Obernberger
r wrote: Hi all - using a Cassandra 4.0.1 and a spark job running against a large table (~8 billion rows) and I'm getting this error on the client side: Query timed out after PT2M On the server side I see a lot of messages like: DEBUG [Native-Transport-Requests-39] 2022-02-03 14:39:56,647 Rea

Re: Query timed out after PT2M

2022-02-03 Thread C. Scott Andreas
Hi Joe, it looks like "PT2M" may refer to a timeout value that could be set by your Spark job's initialization of the client. I don't see a string matching this in the Cassandra codebase itself, but I do see that this is parseable as a Duration.```jshell>

Query timed out after PT2M

2022-02-03 Thread Joe Obernberger
Hi all - using a Cassandra 4.0.1 and a spark job running against a large table (~8 billion rows) and I'm getting this error on the client side: Query timed out after PT2M On the server side I see a lot of messages like: DEBUG [Native-Transport-Requests-39] 2022-02-03 14:39:56,647