-
Notifications
You must be signed in to change notification settings - Fork 24.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
Negative longs unsupported, use writeLong or writeZLong for negative numbers #62087
Comments
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
This does look like a duplicate of #52339, but it appears that there may be multiple issues with the serialization of ingest stats as some bugs have already been fixed (#52543) but we are still seeing other errors such as this one. @srikwit, if you are able to share your ingest pipelines (or at least a list of the processors and whether they use conditionals), that would be helpful in tracking down the cause of this bug. |
@danhermann we use around 30 pipelines and looking at the previous bug reports, I am sharing one workflow which might be of relevance:
Please let me know if this is helpful. |
Elasticsearch version (
bin/elasticsearch --version
): 7.9.1Plugins installed: [Custom]
JVM version (
java -version
):openjdk version "14.0.1" 2020-04-14
OpenJDK Runtime Environment AdoptOpenJDK (build 14.0.1+7)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14.0.1+7, mixed mode, sharing)
OS version (
uname -a
if on a Unix-like system): Linux 4.15.0-76-genericDescription of the problem including expected versus actual behavior:
Steps to reproduce:
I have been observing it with the cluster upgrade to 7.9.1
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: