cloudera-labs / hive-sre

Apache License 2.0
17 stars 16 forks source link

MySQL HA environment trips the NoProgressException and kill hive-sre #28

Closed dstreev closed 1 year ago

dstreev commented 1 year ago

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

dstreev commented 1 year ago

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.