[
https://issues.apache.org/jira/browse/IGNITE-23288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-23288:
-------------------------------------
Description:
For metastorage methods that return an undefined number of values such as
cursors and publishers, we must throw
*org.apache.ignite.internal.metastorage.exceptions.CompactedException* if one
of the requested boundary revisions at the time the method is invoked is less
than or equal to the last compacted revision.
*CompactionException* is neither expected within Subscriber.onError nor within
Cursor.hasNext/next.
was:For metastorage methods that return an undefined number of values such
as cursors and publishers, we must throw
*org.apache.ignite.internal.metastorage.exceptions.CompactedException* if one
of the requested boundary revisions at the time the method is invoked is less
than or equal to the last compacted revision.
> Add CompactedException throwing for metastorage cursors and publishers
> ----------------------------------------------------------------------
>
> Key: IGNITE-23288
> URL: https://issues.apache.org/jira/browse/IGNITE-23288
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
>
> For metastorage methods that return an undefined number of values such as
> cursors and publishers, we must throw
> *org.apache.ignite.internal.metastorage.exceptions.CompactedException* if one
> of the requested boundary revisions at the time the method is invoked is less
> than or equal to the last compacted revision.
> *CompactionException* is neither expected within Subscriber.onError nor
> within Cursor.hasNext/next.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)