cloudera-labs / hive-sre

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL HA environment trips the NoProgressException and kill hive-sre

dstreev opened this issue · comments

The initial connection take more than a few seconds and kills the program.

We'll increase the number of cycles from 5 to 20 to increase the time threshold for this check (from 2.5 secs to 10 secs).

If that still isn't enough, you can change the 'reportingInterval' from 500 (ms) to 1 sec in the config, which will increase the time to 20 secs.

In the config yaml, add 'reportingInterval: 1000' to above or below the 'parallelism' config and at the same indent level.