Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
An IOException cannot possibly be thrown by TTable.markPutAsCommitted() as the Cell that is added to the Put is the same one that was there before (and hence the row key will always match and an IOException can never be thrown). Better to ignore at the source than propagate it to the callers to deal with.