Open suyZhong opened 3 months ago
Hi @suyZhong, please add branch-* labels to identify which branch(es) this C-bug affects.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
Hello, I am Blathers. I am here to help you get the issue triaged.
Hoot - a bug! Though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here.
I have CC'd a few people who may be able to assist you:
If we have not gotten back to your issue within a few business days, you can try the following:
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
[triage] There may be some sentry issues related to this.
Hi @suyZhong, thanks for the report! I can confirm that it reproduces on my machine.
Describe the problem
The below test case causes an internal error in cockroachdb.
To Reproduce
Start the CockroachDB instance by using Docker.
docker run --name cockroachdb-test -p 10011:26257 -p 10012:8080 cockroachdb/cockroach:latest start-single-node --insecure
Execute below statements through
psql
Expected behavior No internal error
Additional data / screenshots
Environment:
Additional context Sorry that I might be responsible for these issues: https://github.com/cockroachdb/cockroach/issues/128738
I wasn't aware that the internal errors will automatically reported and also somehow ignored them.
Add any other context about the problem here.
Jira issue: CRDB-41260