xtern commented on PR #4898:
URL: https://github.com/apache/ignite-3/pull/4898#issuecomment-2547896092
> Also seems we have uncompleted and probably erroneous (sql mention) java
doc here: OperationKillHandler
>
> ```
> /**
> * Returns whether the handler can abort operations only on local node
or across the entire cluster.
> *
> * <p>If a handler can only abort operations on the local node, then
distributed coordination will
> * be performed by the SQL engine. <-???
> *
> * @return {@code True} if the handler can abort operations only on
local node,
> * {@code false} if the handler can abort operations across
the entire cluster (in such a case . <- ???
> */
> boolean local();
> ```
It's done intentionally. If a local handler is registered, our
KillCommandHandler (part of sql-engine) will call local handlers across the
cluster.
Check this comment
https://github.com/apache/ignite-3/pull/4799#discussion_r1870822151
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]