Make int4 confidence_interval BWC for mixed cluster scenarios#144597
Make int4 confidence_interval BWC for mixed cluster scenarios#144597tteofili wants to merge 4 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
|
The problem appears to be that a previous version So the failure in #143980 is because the old node writes Now confidence interval is deprecated we don't want the default value to been seen but that modifies the representation of the mapping. I think hiding |
|
The bwc-tests on this PR failed with the same error. The assertion failed on the upgraded node |
server/src/main/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapper.java
Outdated
Show resolved
Hide resolved
|
Looking at the assertion in DocumentMapper I think this problem has occurred before and was addressed by the Adding that leniency would work for upgraded nodes but in one of the failures it was the older node that threw (9.2.8 in the stack trace below). Perhaps adding cluster feature check and always writing |
|
superseeded by #144739 |
This should be the one fix for #143980