Open jmazanec15 opened 7 months ago
Something is happening with the stream. See
» at org.opensearch.core.common.io.stream.StreamInput.readOptionalWriteable(StreamInput.java:977) ~[opensearch-core-2.14.0-SNAPSHOT.jar:2.14.0-SNAPSHOT]
~Im guessing its around this: https://github.com/opensearch-project/k-NN/blob/2.14.0.0/src/main/java/org/opensearch/knn/index/query/KNNQueryBuilder.java#L221.~ NVM
The read is happening on 2.14 side, so the issue is writing from 3.0 -> 2.14. Unable to reproduce so far.
Description
Looks like BWC tests are failing (#1620 ). Unsure yet if its flaky, or caused by recent change. Needs investigation.
Test is org.opensearch.knn.bwc.IndexingIT.testKNNDefaultIndexSettings.
Failure looks like: