Skip to content

Elasticsearch 8.17.0 WARN related to ANTLR #125741

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

Open
ylasri opened this issue Mar 26, 2025 · 5 comments
Open

Elasticsearch 8.17.0 WARN related to ANTLR #125741

ylasri opened this issue Mar 26, 2025 · 5 comments
Labels
>bug :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache Team:Core/Infra Meta label for core/infra team

Comments

@ylasri
Copy link

ylasri commented Mar 26, 2025

Elasticsearch Version

8.17.0

Installed Plugins

murmur3, mapper

Java Version

bundled

OS Version

Debian 12

Problem Description

Seeing some WARN in my logs

[2025-03-25T10:41:31,389][WARN ][stderr                   ] [h1_es_hot01] ANTLR Tool version 4.11.1 used for code generation does not match the current runtime version 4.13.1
[2025-03-25T10:41:31,393][WARN ][stderr                   ] [h1_es_hot01] ANTLR Runtime version 4.11.1 used for parser compilation does not match the current runtime version 4.13.1
[2025-03-25T10:41:31,442][WARN ][stderr                   ] [h1_es_hot01] ANTLR Tool version 4.11.1 used for code generation does not match the current runtime version 4.13.1
[2025-03-25T10:41:31,443][WARN ][stderr                   ] [h1_es_hot01] ANTLR Runtime version 4.11.1 used for parser compilation does not match the current runtime version 4.13.1

Steps to Reproduce

Nothing special

Logs (if relevant)

Nothing special

@ylasri ylasri added >bug needs:triage Requires assignment of a team area label labels Mar 26, 2025
@gbanasiak gbanasiak added the :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache label Mar 28, 2025
@elasticsearchmachine elasticsearchmachine added Team:Core/Infra Meta label for core/infra team and removed needs:triage Requires assignment of a team area label labels Mar 28, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@gbanasiak
Copy link
Contributor

Potentially related:

RuntimeMetaData.checkVersion("4.11.1", RuntimeMetaData.VERSION);

@rjernst
Copy link
Member

rjernst commented Apr 11, 2025

@ylasri Can you give more details to reproduce? The code that could trip this is dead (not referenced by anything in production). It's trivial to remove, but I want to understand how you were able to cause that code to run.

@ylasri
Copy link
Author

ylasri commented Apr 12, 2025

@rjernst I'm running a cluster using this docker image

FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.0
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch mapper-murmur3
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch mapper-size

@rjernst
Copy link
Member

rjernst commented Apr 12, 2025

Can you elaborate on what actions you took on the cluster? Perhaps a series of (minimal) steps like (1) create this index, (2) index this doc, (3) run this query?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache Team:Core/Infra Meta label for core/infra team
Projects
None yet
Development

No branches or pull requests

4 participants