[ https://issues.apache.org/jira/browse/OMID-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16636177#comment-16636177 ]
James Taylor commented on OMID-115: ----------------------------------- Simple patch. Please review, [~yonigo] or [~ohads]. > 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 > Priority: Major > Attachments: OMID-115.patch > > > 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)