egalpin commented on issue #22160: URL: https://github.com/apache/beam/issues/22160#issuecomment-1175088000
My initial thoughts are that the error contents may be different from that expected by the default retry predicate[1]. It looks to me that the default predicate was implemented on the assumption that the error would arise from a partially successful bulk indexing operation. The error in the initial report here arises from cluster coordination. @Ironlink Are you able to change the behaviour that you're seeing via creation of a custom RetryPredicate? [1] https://github.com/apache/beam/blob/b53b16f1fb41913b0e8bbe9d64d71b8e3ebfbbf6/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java#L1177-L1191 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
