Skip to content

Elasticsearch 8.17.0 WARN related to ANTLR #125741

@ylasri

Description

@ylasri

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

Activity

added
Team:Core/InfraMeta label for core/infra team
and removed
needs:triageRequires assignment of a team area label
on Mar 28, 2025
elasticsearchmachine

elasticsearchmachine commented on Mar 28, 2025

@elasticsearchmachine
Collaborator

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

gbanasiak

gbanasiak commented on Mar 28, 2025

@gbanasiak
Contributor

Potentially related:

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

rjernst

rjernst commented on Apr 11, 2025

@rjernst
Member

@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

ylasri commented on Apr 12, 2025

@ylasri
Author

@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

rjernst commented on Apr 12, 2025

@rjernst
Member

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rjernst@gbanasiak@ylasri@elasticsearchmachine

        Issue actions

          Elasticsearch 8.17.0 WARN related to ANTLR · Issue #125741 · elastic/elasticsearch