-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Segment Replication] Update ReplicationTarget and ReplicationListener failure exception type. #4291
Comments
I'm interested in contributing to this issue, so before I start working it, would you mind sparing your time explaining what the fix will be like and pointing me to some resources to get started. |
@sreenath-tm: Apologies for the delay on response. The suggested fix here is to create a new exception class I would suggest you can start with understanding about segment replication feature using design #2229 |
@dreamer-89 If no one else is working on this issue, I'll like to take it up as my first contribution to the project. |
Thank you @ayushKataria for the interest. |
@sreenath-tm: Can you please confirm if you are working on this issue ? If not, @ayushKataria would like to take this forward. |
Hi sorry for the delay in response. @ayushKataria please feel free to take it forward. |
Coming from #4278, ReplicationTarget and ReplicationListener accept OpenSearchException in their failure methods. This should be narrowed to a replication specific exception type that is used in failures from recovery / replication. Recovery already has a RecoveryFailedException, we can similarly create a ReplicationFailedException to use in the superclass.
The text was updated successfully, but these errors were encountered: