sanpwc commented on a change in pull request #400:
URL: https://github.com/apache/ignite-3/pull/400#discussion_r737675833
##########
File path:
modules/api/src/main/java/org/apache/ignite/tx/IgniteTransactions.java
##########
@@ -19,24 +19,55 @@
import java.util.concurrent.CompletableFuture;
import java.util.function.Consumer;
+import java.util.function.Function;
/**
* Ignite Transactions facade.
*/
public interface IgniteTransactions {
Review comment:
Few general questions:
1. What will happen if schema is modified during transaction processing?
- Currently (within given PR only)?
- In case of fully implemented 2PC logic (assuming that all non MVCC stuff
from https://issues.apache.org/jira/browse/IGNITE-15081 is implemented)
--
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]