[ 
https://issues.apache.org/jira/browse/OMID-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated OMID-115:
------------------------------
    Attachment: OMID-115.patch

> 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)

Reply via email to