-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error executing schema change: failed to update job / does not exist #39255
Comments
Hey @stickenhoffen, It appears that you may be running into a known issue #38088. Could you send us over the debug zip. I've shared a drive folder fo you to upload the debug zip file to. Please let me know when you've added the debug zip. Thanks, Ron |
Hey @stickenhoffen, Just wanted to follow up to see if you're able to send over that debug zip. |
Hey @stickenhoffen, Just wanted to follow up, are you still seeing this issue? Let us know! |
Hi, I dropped the database in the end and reimported. I have some time
tomorrow and Friday so I'll see if I can reproduce.
Sorry for not getting back sooner.
…On Thu, 15 Aug 2019, 03:24 roncrdb, ***@***.***> wrote:
Hey @stickenhoffen <https://github.com/stickenhoffen>,
Just wanted to follow up, are you still seeing this issue?
Let us know!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39255?email_source=notifications&email_token=ACH2BLBWM6ZSVQFBSBN737LQERLWZA5CNFSM4II2MBK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4J236Q#issuecomment-521383418>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACH2BLBJYLL7XURIHD2IIDLQERLWZANCNFSM4II2MBKQ>
.
--
This email and any attachments are solely for the use of the intended
recipient(s). Any person receiving this email and any attachment(s)
contained, shall treat the information as confidential and not misuse,
copy, disclose, distribute or retain the information in any way that
amounts to a breach of confidentiality. If you have received this email in
error, please notify the sender immediately and delete this email from your
system. If you are not the intended recipient(s), you must not distribute,
retain, copy, disclose or otherwise use any information contained in this
email. Any opinions expressed in this email are solely those of the sender
and do not necessarily represent those of MyDoc. MyDoc does not guarantee
that this email or any attachments are secure or free from viruses. No
liability is accepted for any errors or omissions in the contents of this
message, which arise as a result of email transmission. Unless expressly
stated, this email is not intended to form a binding contract.
|
Hello @stickenhoffen Have you had any luck in attempting to reproduce the issue? Let us know so we can continue to try to troubleshoot this issue and help you get it resolved. |
Hi @ricardocrdb I've dropped and recreated a few indexes, and although I'm not seeing the schema change error being logged, CPU is increasing rapidly on all three nodes as per before. I've uploaded a debug ZIP. There are also several jobs related to indexing that are at "Waiting For GC TTL". Edit: all those waiting for GC are "DROP INDEX". |
Hey @stickenhoffen Would it be possible to get the output for
Let me know when those screenshots have been sent over. |
@ricardocrdb uploaded as requested. |
Hey @stickenhoffen At this point based on those screenshots, I am not seeing anything jump out at me. Are you still seeing high CPU usage while waiting for GC TTL? Please let me know, if possible another screenshot of the CPU usage specifically from the AdminUI may help, along with the Job ID of the |
Hi @ricardocrdb A couple of schoolboy errors on my part. Firstly, we had a cronjob that was smashing a huge table, actually functionality that is no longer required! We had a whole bunch of missing indexes, the two together was killing it. Secondly, I wasn't using the healthz endpoint to test, I was using TCP socket checks, that accounts for the HTTP2 error lines. So for now, everything looks good. I'm very happy! :) Thanks. |
Hey @stickenhoffen That's great to hear, I am glad everything is working smoothly. I will go ahead and close this issue out. If anything else comes up, feel free to open a new issue. Cheers, |
Hey, can we reopen this issue. I am actively getting this error. It is causing clients to not be able to connect to the database, and when I look in the UI, none of my databases are listed. |
@ricardocrdb Also, when I go to the "Jobs" tab in the UI, the spinner spins forever and never loads. Looks like it is stuck on this API call: _admin/v1/jobs?status=&type=0&limit=50 Running version: v19.1.2 Please help, it doesn't look like any data was lost, but I cannot access the cluster from the JDBC postgres client. I CAN access the cluster and run queries using the cockroachdb client. |
Funny enough, I just deleted all pods, let them come back up, and it seems to be working fine now. If that happens again in the future, how can I help you debug it? Any debug information I could save anywhere? |
Spoke too soon, it is still happening. I do have access to my databases now from JDBC postgres driver. |
@hollinwilkins: we seem to have missed your messages here, hopefully you were able to find a resolution elsewhere. We did some recent work on this area in #44299. |
Describe the problem
The following lines are continually logged across three nodes in a cluster:
To Reproduce
I dropped some indexes, and recreated. Not exactly sure when it started.
Expected behavior
No errors.
Environment:
Additional context
What was the impact?
Increased CPU load.
The text was updated successfully, but these errors were encountered: