File an Issue

If you've tried to troubleshoot an issue yourself, have reached out for help, and are still stumped, you can file an issue in GitHub.

Guidance

Before filing an issue:

Filing an Issue

To file an issue in GitHub, we need the following information:

  • A summary of the issue.

  • The steps to reproduce the issue.

  • The result you expected.

  • The result that actually occurred.

  • The first few lines of the log file from each node in the cluster in a timeframe as close as possible to reproducing the issue. On most Unix-based systems running with defaults, you can get this information using the following command:

  1. $ grep -F '[config]' cockroach-data/logs/cockroach.log

Note:
You might need to replace cockroach-data/logs with the location of your logs.

If the logs are not available, please include the output of cockroach version for each node in the cluster.

Template

You can use this as a template for filing an issue in GitHub:

  1. ## Summary
  2. ## Steps to reproduce
  3. 1.
  4. 2.
  5. 3.
  6. ## Expected Result
  7. ## Actual Result
  8. ## Log files/version
  9. ### Node 1
  10. ### Node 2
  11. ### Node 3

Was this page helpful?
YesNo