-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 unknown field type despite successful task run #14239
Comments
Relevant portions of the code: Lines 104 to 107 in 90a529e
influxdb/task/backend/executor/executor.go Lines 183 to 185 in 90a529e
|
I am also experiencing this issue. Thought I would contribute the output I am seeing: For Task:
Where the I get the following log output:
Looks like the same issue you are seeing. Thought the extra example might aid in debugging. |
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
I expect to see clean logs.
Actual behavior:
Logs have a repeating error despite the task running successfully.
Environment info:
Config:
Copy any non-default config values here or attach the full config as a gist or file.
Logs:
Include snippet of errors in log.
Performance:
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
The text was updated successfully, but these errors were encountered: