Share via

SQL Server Big Data Cluster restart issue

Yi, Ung 1 Reputation point
2020-09-02T19:28:53.453+00:00

Hello,
we set up a SQL Server 2019 Big Data Cluster on Vanilla (upstream) Kubernetes with 4 Red Hat Linux servers(3 worker nodes).
Functionally everything seems to be working.
One issue we notice is when we restart the primary replica node, SQL Server instance doesn't restart on the primary replica node.

Any thoughts on how to debug the issue?

Thank you.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,605 Reputation points
    2023-11-25T04:15:59.9533333+00:00

    Check the Kubernetes events for the SQL Server pods. Run commands like kubectl get pods and kubectl describe pod <pod-name> to see if there are any issues reported during the startup process.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.