You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "vkaggal (via GitHub)" <gi...@apache.org> on 2023/05/03 22:04:53 UTC

[GitHub] [beam] vkaggal opened a new issue, #26532: elasticsearch 8.3.5 support

vkaggal opened a new issue, #26532:
URL: https://github.com/apache/beam/issues/26532

   Hello! Thank you for all the hard work, it is very much appreciated.
   
   Is there a matrix that maps elastic version to java-io-elasticsearch version? I noticed [rest client 7.9.2](https://github.com/apache/beam/blob/master/sdks/java/io/elasticsearch/build.gradle) 
    as I was encountering the error below in trying to perform a simple read from elasticsearch 8.3.5.
   
   URI [/_search/scroll], status line [HTTP/1.1 400 Bad Request]
   {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Cannot parse scroll id"}],"type":"illegal_argument_exception","reason":"Cannot parse scroll id","caused_by":{"type":"e_o_f_exception","reason":"tried to read: 1668254 bytes but only 0 remaining"}},"status":400}
   
   Your help would be appreciated!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org