-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Open
Labels
:Core/Infra/ScriptingScripting abstractions, Painless, and MustacheScripting abstractions, Painless, and Mustache>bugTeam:Core/InfraMeta label for core/infra teamMeta label for core/infra team
Description
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
Metadata
Metadata
Assignees
Labels
:Core/Infra/ScriptingScripting abstractions, Painless, and MustacheScripting abstractions, Painless, and Mustache>bugTeam:Core/InfraMeta label for core/infra teamMeta label for core/infra team
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
elasticsearchmachine commentedon Mar 28, 2025
Pinging @elastic/es-core-infra (Team:Core/Infra)
gbanasiak commentedon Mar 28, 2025
Potentially related:
elasticsearch/modules/lang-painless/src/main/java/org/elasticsearch/painless/antlr/SuggestLexer.java
Line 19 in 2b6a7fe
rjernst commentedon 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 commentedon Apr 12, 2025
@rjernst I'm running a cluster using this docker image
rjernst commentedon 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?