Troubleshoot YugabyteDB

Troubleshoot YugabyteDB

This page documents the preview (v2.21) version. Preview includes features under active development and is for development and testing only. For production, use the stable (v2024.1) version.

Typically, troubleshooting involves a number of steps that are rather consistent regardless of the particular situation. These steps include the following:

  1. Verify that YugabyteDB is running: you need to ensure that the expected YugabyteDB processes are running on the current node. At a minimum, the YB-TServer process must be running to be able to connect to the node with a client or application.

    Additionally, depending on the setup, you might expect a YB-Master process to run on this node.

    For more information, see Check processes.

  2. Check cluster-level issues and their solutions.

  3. Check logs: you should inspect the YugabyteDB logs for additional details on your issue. For more information, see Inspect logs.

  4. Explore knowledge base articles: you can find additional troubleshooting resources and information on Yugabyte Support page.

  5. File an issue: if you can't find a solution to your problem, file a GitHub issue describing your specific problem.