vldpyatkov commented on a change in pull request #678:
URL: https://github.com/apache/ignite-3/pull/678#discussion_r811375157
##########
File path:
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -235,41 +244,52 @@ private void
onTableCreateInternal(ConfigurationNotificationEvent<TableView> ctx
.listenElements(new
ConfigurationNamedListListener<>() {
@Override
public CompletableFuture<?>
onCreate(ConfigurationNotificationEvent<SchemaView> schemasCtx) {
+ long causalityToken =
schemasCtx.storageRevision();
+
if (!busyLock.enterBusy()) {
fireEvent(
TableEvent.ALTER,
- new
TableEventParameters(tblId, tblName),
+ new
TableEventParameters(schemasCtx.storageRevision(), tblId, tblName),
Review comment:
Done.
--
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]