opensearch-project / opensearch-spark

Spark Accelerator framework ; It enables secondary indices to remote data stores.
Apache License 2.0
22 stars 33 forks source link

[Enhancement] OpenSearch client level exception handling #829

Open noCharger opened 3 weeks ago

noCharger commented 3 weeks ago

Currently, if the OpenSearch client does not throw an OpenSearchException, the status code returns 500. Other exceptions in Amazon OpenSearch (AOS) can be returned, for example, Runtime exception. And these cases should be handled gracefully if there's statu code.

andrross commented 7 hours ago

[Catch All Triage - 1, 2, 3, 4, 5]