Shirish Deshmukh

Results 2 comments of Shirish Deshmukh

To resolve the inconsistency, you can run the `sys.repair_catalog()` system procedure. For example- ``` snappy> call sys.repair_catalog('true', 'true'); ``` More details about the procedure are here (https://snappydatainc.github.io/snappydata/troubleshooting/catalog_inconsistency/) How did you...

@fire You may add a [readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#define-readiness-probes) using httpGet for port 8090 of leader pods. This should fail for the standby leader.