I am using vespa as a database for some application. It was running perfectly okay and suddenly stops working. When checked with command vespa-get-cluster-state
it returned the result as shown below:
But when I checked with command vespa-config-status
it return the result as shown below:
To rectify this type of issue, I have to again deploy the application using vespa-deploy prepare application.zip && vespa-deploy activate
and then restart all the services.
But I need to know the reason why the database stops suddenly. And how to handle this issue to make sure it won't happen again.