ibessonov commented on code in PR #1780:
URL: https://github.com/apache/ignite-3/pull/1780#discussion_r1144389570
##########
modules/code-deployment/src/main/java/org/apache/ignite/internal/deployunit/DeploymentManagerImpl.java:
##########
@@ -84,6 +84,8 @@ public class DeploymentManagerImpl implements
IgniteDeployment, IgniteComponent
private static final String TMP_SUFFIX = ".tmp";
+ private static final ChannelType DEPLOYMENT_CHANNEL =
ChannelType.register((short) 1, "DeploymentUnits");
Review Comment:
It may even be public and be located in the interface, not implementation,
but since no one uses it right now, except for this class, let's leave it here
--
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]