James Taylor created OMID-115:
---------------------------------

             Summary: Remove unnecessary throw of IOException from 
TTable.markPutAsCommitted()
                 Key: OMID-115
                 URL: https://issues.apache.org/jira/browse/OMID-115
             Project: Apache Omid
          Issue Type: Bug
            Reporter: James Taylor


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to