What does this warning mean and how to get rid of it?
pit/search_after was cancelled
logger: org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
We have a spring-data-elasticsearch:jar:5.2.0 with spring-boot:3.2.0, but our Elasticsearch still run in some old version: 7.17.8
Might this be a cause?
This is logged when the
Fluxreturned byReactiveElasticsearchTemplate.searchmethod is cancelled. You can set the log level oforg.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplateto less thanWARN, or consume the data from the returnedFlux.