Re: timeoutexceptions with UDF causing cassandra forceful exits

2017-07-03 Thread DuyHai Doan
Beside the config of user_function_timeout_policy, I would say having an UDF that times out badly is generally an indication that you should review your UDF code On Mon, Jul 3, 2017 at 7:58 PM, Jeff Jirsa wrote: > > > On 2017-06-29 17:00 (-0700), Akhil Mehra wrote: > > By default user_function_

Re: timeoutexceptions with UDF causing cassandra forceful exits

2017-07-03 Thread Jeff Jirsa
On 2017-06-29 17:00 (-0700), Akhil Mehra wrote: > By default user_function_timeout_policy is set to die i.e. warn and kill the > JVM. Please find below a source code snippet that outlines possible setting. (Which also means you can set user_function_timeout_policy to ignore in your yaml and

Re: timeoutexceptions with UDF causing cassandra forceful exits

2017-06-29 Thread Akhil Mehra
By default user_function_timeout_policy is set to die i.e. warn and kill the JVM. Please find below a source code snippet that outlines possible setting. /** * Defines what to do when a UDF ran longer than user_defined_function_fail_timeout. * Possible options are: * - 'die' -

timeoutexceptions with UDF causing cassandra forceful exits

2017-06-29 Thread Gopal, Dhruva
Hi – Is it normal for cassand to be shutdown forcefully on timeout exceptions when using UDFs? We are admittedly trying some load tests on our dev environments which may be somewhat constrained, but didn’t expect to see forceful shutdowns such as these when we ran our tests. We’re running Cass