Skip to content

Commit

Permalink
fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
zstan committed Jul 26, 2024
1 parent a0619dc commit 34dada4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ else if (log.isDebugEnabled())
IgniteBiTuple<Class<?>, Throwable> cls = dep0.deployedClass(meta.className(), meta.alias());

if (cls.getKey() != null && cls.getValue() == null) {
addParticipant((SharedDeployment)dep0, meta);
((SharedDeployment)dep0).addParticipant(meta.senderNodeId(), meta.classLoaderId());
skipSearchDeployment = true;
}
}
Expand Down

0 comments on commit 34dada4

Please sign in to comment.