You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by "Ohad Shacham (JIRA)" <ji...@apache.org> on 2018/11/07 08:31:00 UTC

[jira] [Resolved] (OMID-115) Remove unnecessary throw of IOException from TTable.markPutAsCommitted()

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

Ohad Shacham resolved OMID-115.
-------------------------------
    Resolution: Fixed

> 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: Sub-task
>            Reporter: James Taylor
>            Priority: Major
>             Fix For: 1.0.0.0
>
>         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)