[
https://issues.apache.org/jira/browse/IGNITE-20987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790602#comment-17790602
]
Roman Puchkovskiy commented on IGNITE-20987:
--------------------------------------------
The patch looks good to me
> Make a common RunnableX
> -----------------------
>
> Key: IGNITE-20987
> URL: https://issues.apache.org/jira/browse/IGNITE-20987
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> I found 3 versions of the same interface:
> #
> *org.apache.ignite.internal.pagememory.persistence.store.LongOperationAsyncExecutor.RunnableX*
> # *org.apache.ignite.internal.sql.engine.exec.ExecutionContext.RunnableX*
> # *org.apache.ignite.internal.testframework.IgniteTestUtils.RunnableX*
> {code:java}
> @FunctionalInterface
> public interface RunnableX {
> void run() throws Throwable;
> }
> {code}
> I propose to replace it with one common
> *org.apache.ignite.internal.lang.RunnableX*.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)