Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
In CQLRecordWriter, we are catching and handling a certain class of exception. Unfortunately, we are still setting lastException, so hadoop reports that the map reduce job has errored out and failed, even though it succeeded.
We are also having an occasional issue where the driver returns a different interrupt related exception than what we are checking for. I have moved the check logic out into a separate function, and now check for both.
Attachments
Issue Links
- relates to
-
CASSANDRA-9419 CqlRecordWriter does not adequately determine if driver failed to connect due to interrupt
- Resolved