Skip to content

An error occurred in the current transaction. You can't execute queries until the end of the 'atomic' block #3777

Discussion options

You must be logged in to vote

The below configs worked to overcome this issue.
"serv_conn_timeout" in hue

innodb_lock_wait_timeout=300
innodb_rollback_on_timeout=ON
wait_timeout=28800
interactive_timeout=28800

Changed the DB host

Increase the Mem_limit (80 GB -> 100 GB) in Impala

The above are helped to fix the issue. Thanks.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Harshg999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3579 on July 08, 2024 19:19.