ololo3000 commented on a change in pull request #98:
URL: https://github.com/apache/ignite-extensions/pull/98#discussion_r791778900
##########
File path:
modules/cdc-ext/src/main/java/org/apache/ignite/cdc/conflictresolve/CacheVersionConflictResolverPluginProvider.java
##########
@@ -123,9 +135,16 @@ public void setConflictResolveField(String
conflictResolveField) {
this.conflictResolveField = conflictResolveField;
}
+ /** @param name Plugin name. */
+ public void setName(String name) {
+ this.name = name;
+ }
+
/** {@inheritDoc} */
@Override public void start(PluginContext ctx) {
- // No-op.
+ IgniteEx ign = (IgniteEx)ctx.grid();
Review comment:
It seems that that we don't need ctx variable anymore.
--
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]