anton-vinogradov commented on code in PR #13095:
URL: https://github.com/apache/ignite/pull/13095#discussion_r3579237300
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/MetadataUpdateProposedMessage.java:
##########
@@ -73,13 +71,14 @@
* it gets blocked until {@link MetadataUpdateAcceptedMessage} arrives with
<b>accepted version</b>
* equals to <b>pending version</b> of this metadata to the moment when is was
initially read by the thread.
*/
-public final class MetadataUpdateProposedMessage extends
DiscoveryCustomMessage implements MarshallableMessage {
+public final class MetadataUpdateProposedMessage extends
DiscoveryCustomMessage implements Message {
Review Comment:
Applied — and the sweep found one more of the same
(`ChangeGlobalStateMessage`), cleaned it too: `DiscoverySpiCustomMessage`
already extends `Message`, so the explicit repeat was redundant.
--
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]