DL1231 opened a new pull request, #21150: URL: https://github.com/apache/kafka/pull/21150
This PR distinguishes between `RemoteStorageException` and `RetriableRemoteStorageException` in `RemoteLogManager` to handle temporary storage degradations gracefully: 1. Copy path: Avoids deleting partially uploaded segments when `RetriableRemoteStorageException` is thrown; 2. Delete path: Skips incrementing failedRemoteDeleteRequestRate metric for retriable exceptions; 3. Documentation: Updates `RemoteStorageManager` Javadoc to clarify exception usage; 4. Testing: Adds UT for retriable scenarios. -- 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]
