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

Alexander Lapin updated IGNITE-23675:
-------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> 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
>              Labels: ignite-3
>
> 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 WatchProcessor#notificationFuture exception 
> handling.
> That will highlight some flaky tests that should be fixed - this is the 
> biggest difficulty here.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to