vldpyatkov commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r733158231
##########
File path:
modules/client/src/test/java/org/apache/ignite/client/fakes/FakeIgniteTables.java
##########
@@ -173,4 +175,9 @@ private SchemaDescriptor getSchema(Integer v) {
@Override public CompletableFuture<TableImpl> tableAsync(IgniteUuid id) {
return CompletableFuture.completedFuture(tablesById.get(id));
}
+
+ /** {@inheritDoc} */
+ @Override public void setBaseline(Set<String> nodes) throws
NodeStoppingException {
Review comment:
Because here we have a component links (nothing manager in
InternalTables).
Here is a place where components interconnection is possible, in
inInternalTable satisfied only table needs.
--
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]