[
https://issues.apache.org/jira/browse/IGNITE-23675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin updated IGNITE-23675:
-------------------------------------
Description:
h3. Motivation
{code:java}
.whenCompleteAsync((unused, throwable) -> {
if (throwable != null) {
LOG.error("Failed to notify watches.", throwable);
notifyFailureHandlerOnFirstFailureInNotificationChain(throwable);
}
}, watchExecutor)
{code}
or similar should be added to
org.apache.ignite.internal.metastorage.server.WatchProcessor#notificationFuture
> WatchProcessor#notifyWatches:notificationFuture exception handling is missing
> -----------------------------------------------------------------------------
>
> Key: IGNITE-23675
> URL: https://issues.apache.org/jira/browse/IGNITE-23675
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexander Lapin
> Priority: Major
>
> h3. Motivation
>
> {code:java}
> .whenCompleteAsync((unused, throwable) -> {
> if (throwable != null) {
> LOG.error("Failed to notify watches.", throwable);
>
> notifyFailureHandlerOnFirstFailureInNotificationChain(throwable);
> }
> }, watchExecutor)
> {code}
> or similar should be added to
> org.apache.ignite.internal.metastorage.server.WatchProcessor#notificationFuture
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)