Closed elasticsearchmachine closed 1 month ago
This has been muted on branch main
Mute Reasons:
Build Scans:
Pinging @elastic/es-analytical-engine (Team:Analytics)
I had a quick look and the error is:
stack_trace":"java.io.IOException: Can't read unknown type [111]\n\tat org.elasticsearch.server@9.0.0-SNAPSHOT
org.elasticsearch.common.io.stream.StreamInput.readGenericValue(StreamInput.java:887)\n\tat org.elasticsearch.server@9.0.0-SNAPSHOT
org.elasticsearch.common.io.stream.StreamInput.readMap(StreamInput.java:741)\n\tat org.elasticsearch.server@9.0.0-SNAPSHOT
org.elasticsearch.common.io.stream.StreamInput.readMap(StreamInput.java:726)\n\tat org.elasticsearch.server@9.0.0-SNAPSHOT
org.elasticsearch.common.io.stream.StreamInput.readGenericValue(StreamInput.java:862)\n\tat org.elasticsearch.server@9.0.0-SNAPSHOT
org.elasticsearch.common.io.stream.StreamInput.readGenericMap(StreamInput.java:789)\n\tat org.elasticsearch.xcore@9.0.0-SNAPSHOT
org.elasticsearch.xpack.core.ml.MachineLearningFeatureSetUsage.<init>(MachineLearningFeatureSetUsage.java:70)\n\tat org.elasticsearch.server@9.0.0-SNAPSHOT
org.elasticsearch.common.io.stream.NamedWriteableAwareStreamInput.readNamedWriteableCollectionAsList(NamedWriteableAwareStreamInput.java:46)\n\tat org.elasticsearch.xcore@9.0.0-SNAPSHOT
It seems some BWC issues coming from ML feature set?
For what I see the TransportVersions are lying. For what I see we are serializing MachineLearningFeatureSetUsage
with 8.16 and deserializing with 9.0 but the transport version is providing the latest one.
Currently 8.16 and 9.0 have the same transport version, as we need to keep 8.x and main identical until 8.17
I added low risk as it will be fixed shortly.
For reference this was fixed by https://github.com/elastic/elasticsearch/pull/113516
Build Scans:
Reproduction Line:
Applicable branches: main
Reproduces locally?: N/A
Failure History: See dashboard&_a=(controlGroupInput:(chainingSystem:HIERARCHICAL,controlStyle:twoLine,ignoreParentSettings:(ignoreFilters:!f,ignoreQuery:!f,ignoreTimerange:!f,ignoreValidations:!t),panels:('0c0c9cb8-ccd2-45c6-9b13-96bac4abc542':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:task.keyword,grow:!t,id:'0c0c9cb8-ccd2-45c6-9b13-96bac4abc542',searchTechnique:wildcard,selectedOptions:!(),singleSelect:!t,title:'Gradle%20Task',width:medium),grow:!t,order:0,type:optionsListControl,width:small),'144933da-5c1b-4257-a969-7f43455a7901':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:name.keyword,grow:!t,id:'144933da-5c1b-4257-a969-7f43455a7901',searchTechnique:wildcard,selectedOptions:!('test%20%7Bp0%3Desql%2F60_usage%2FBasic%20ESQL%20usage%20output%20(telemetry)%7D'),title:Test,width:medium),grow:!t,order:2,type:optionsListControl,width:medium),'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:className.keyword,grow:!t,id:'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850',searchTechnique:wildcard,selectedOptions:!('org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT'),title:Suite,width:medium),grow:!t,order:1,type:optionsListControl,width:medium)))))
Failure Message:
Issue Reasons:
Note: This issue was created using new test triage automation. Please report issues or feedback to es-delivery.