You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mirza Aliev (Jira)" <ji...@apache.org> on 2021/05/06 18:06:00 UTC

[jira] [Created] (IGNITE-14690) Handle CompactedException and OperationTimeoutException from MetaStorageService#range methods

Mirza Aliev created IGNITE-14690:
------------------------------------

             Summary: Handle CompactedException and OperationTimeoutException from MetaStorageService#range methods
                 Key: IGNITE-14690
                 URL: https://issues.apache.org/jira/browse/IGNITE-14690
             Project: Ignite
          Issue Type: Task
            Reporter: Mirza Aliev


{{MetaStorageService#range}} might throw {{CompactedException}} and {{OperationTimeoutException}}, currently, there are several places in the codebase where such exceptions are not handled properly. For example, for {{OperationTimeoutException}} might be suitable to retry range operation, while {{CompactedException}} should be handled differently. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)