-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Task vis_telemetry "oss_telemetry-vis_telemetry" failed in attempt to run warning in Kibana logs #32050
Comments
Pinging @elastic/kibana-app |
This is an ignorable error, as it will not affect any user actions.
I'm looking into why running this background task is failing because of this error |
My suspicion is that when this problem triggers, it's when we're trying to update the task doc with the result of the previous run. The next time the task runs, it will want to have the previous run result in its run context. Brief lifecycle of a recurring task:
Still need to look on whether indexing operations could be happening out of order. Are we not checking to ensure the task has been claimed before trying to update the state with the run result? One-off tasks do not have the final update step. cc @njd5475 |
I just ran into this warning, on master, commit 215c8ea. In case it's helpful, here's the error message and the two task documents that are in that index.
Maps telemetry task
Vis telemetry task
|
Thanks @w33ble that does help. The status is |
Pinging @elastic/kibana-platform |
@njd5475 Can you look into reproducing this? |
Pinging @elastic/kibana-stack-services |
@mikecote has talked about resolving this issue. The pain point for the code is letting the consumer pass in an |
Yup, |
This has been happening for a while and is causing a lot of invalid concerns for folks. Can we prioritize this fix? Closed duplicate #49209 |
Kibana version: 6.7.0 BC3
Elasticsearch version: 6.7.0 BC3
Server OS version: darwin_x86_64
Browser version: chrome latest
Browser OS version: os x
Original install method (e.g. download page, yum, from source, etc.): from staging
Describe the bug: This is apparently an ignorable error. Logging it to make sure we all know about it.
I was switching between OSS and default distro of the stack in my local. I had the default distro up and then I shut it down to run OSS stack to check the sanity. After I was done with it - I brought the default distro back up and noticed this warning:
@tsullivan here you go. Thanks!
The text was updated successfully, but these errors were encountered: