Mixed-version serialization bug in cluster:monitor/xpack/usage responses #61279
Labels
:Analytics/Aggregations
Aggregations
>bug
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
won't fix
Elasticsearch version (
bin/elasticsearch --version
): mixed 7.8.0/7.3.2 cluster (also seen with other 7.8.x releases)Plugins installed: Probably not relevant, but whatever Elastic Cloud installs on AWS.
JVM version (
java -version
): Probably not relevant, but whatever Elastic Cloud uses.OS version (
uname -a
if on a Unix-like system): Probably not relevant, but whatever Elastic Cloud uses.Description of the problem including expected versus actual behavior:
A very small number of mixed-version clusters are reporting serialisation exceptions for
cluster:monitor/xpack/usage
transport responses:instance-0000000005
is a 7.8.0 node andinstance-0000000004
is running 7.3.2.There's not a lot of useful information in the logs here, but the only obvious change in this area that I can see between 7.7 and 7.8 is #54911 so I suggest investigating that further.
Steps to reproduce:
It seems very rare, I can only find ~2 clusters exhibiting this in all of
us-east-1
.Provide logs (if relevant):
See above.
The text was updated successfully, but these errors were encountered: