Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
227c3a1
raw
Vladsz83 Feb 18, 2026
1e1dd00
fix
Vladsz83 Feb 18, 2026
43f4267
fix
Vladsz83 Feb 18, 2026
d68b352
fix
Vladsz83 Feb 19, 2026
5ac43ab
Merge branch 'master' into Message-serializer-for-TcpDiscoveryNodeAdd…
Vladsz83 Feb 19, 2026
1064805
refactoring. + dedicated if
Vladsz83 Feb 19, 2026
4adf01a
impl
Vladsz83 Feb 19, 2026
330d359
Revert "impl"
Vladsz83 Feb 19, 2026
1baa2f2
Revert "refactoring. + dedicated if"
Vladsz83 Feb 19, 2026
9067b9b
fix the serialization
Vladsz83 Feb 19, 2026
d4e6b2b
fixes
Vladsz83 Feb 20, 2026
fb52e0e
fixes
Vladsz83 Feb 20, 2026
333185b
fixes
Vladsz83 Feb 21, 2026
31a3d29
lost serialization fix
Vladsz83 Feb 21, 2026
0a2b97e
Merge branch 'master' into TcpDiscoveryNodeAddedMessage
Vladsz83 Feb 21, 2026
7272166
+ master
Vladsz83 Feb 21, 2026
31c46d9
minor
Vladsz83 Feb 21, 2026
e3e7ae2
impl
Vladsz83 Feb 21, 2026
629d051
impl
Vladsz83 Feb 22, 2026
7f0cbc3
impl
Vladsz83 Feb 22, 2026
cdedd33
fix
Vladsz83 Feb 22, 2026
4ce7031
fix
Vladsz83 Feb 23, 2026
de7eb5e
minority
Vladsz83 Feb 23, 2026
811144a
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Feb 24, 2026
6e066b9
merged master
Vladsz83 Feb 24, 2026
072e46d
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Feb 24, 2026
6e2ec6e
+ master
Vladsz83 Feb 24, 2026
bdb8b96
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Feb 25, 2026
226df11
- Review fix
Vladsz83 Feb 25, 2026
66a1dc1
Revert refactoring
Vladsz83 Feb 25, 2026
21cf4ac
Revert refactoring
Vladsz83 Feb 25, 2026
e132454
Merge remote-tracking branch 'my/IGNITE-27414-TcpDiscoveryClientRecon…
Vladsz83 Feb 25, 2026
13aa4d4
minority
Vladsz83 Feb 26, 2026
579d257
reimpl
Vladsz83 Feb 26, 2026
f333d9f
+master
Vladsz83 Feb 26, 2026
a186f45
minority
Vladsz83 Feb 26, 2026
32b0858
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Feb 27, 2026
e31efee
refactor
Vladsz83 Feb 28, 2026
7ea9e34
minor revert
Vladsz83 Feb 28, 2026
cc60543
revert TcpDiscoveryJoinRequestMessage finishMarsh
Vladsz83 Feb 28, 2026
5aff592
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Mar 2, 2026
3156dbb
Merge remote-tracking branch 'ignite/master' into IGNITE-27414-TcpDis…
Vladsz83 Mar 2, 2026
f9f6f92
+ master, review fixes
Vladsz83 Mar 2, 2026
35a3afa
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Mar 2, 2026
def2b5b
+master
Vladsz83 Mar 2, 2026
f30b850
minority
Vladsz83 Mar 2, 2026
27a796e
javadoc
Vladsz83 Mar 2, 2026
c53f798
trivial
Vladsz83 Mar 2, 2026
5242cc6
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Mar 3, 2026
e7b46ae
revert the collection message
Vladsz83 Mar 3, 2026
3234a91
raw
Vladsz83 Mar 4, 2026
aa58873
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Mar 4, 2026
48306a8
alpha
Vladsz83 Mar 4, 2026
0d7a4b2
cleanup
Vladsz83 Mar 4, 2026
4faf553
lost fix
Vladsz83 Mar 4, 2026
fb3cfbb
test gen messages fix
Vladsz83 Mar 4, 2026
0bed1f4
checkstyle
Vladsz83 Mar 4, 2026
48205f6
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Mar 6, 2026
60ab736
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Mar 6, 2026
c55bd7c
Merge branch 'master' into IGNITE-27414-TcpDiscoveryClientReconnectMe…
Vladsz83 Mar 6, 2026
c189dc2
+ master
Vladsz83 Mar 6, 2026
f49fabb
major codegen fixes
Vladsz83 Mar 6, 2026
a37044b
test fix
Vladsz83 Mar 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
*
*/
public interface MarshalableMessage extends CalciteMessage {
public interface CalciteMarshalableMessage extends CalciteMessage {
/**
* Prepares the message before sending.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ public FailureProcessor failureProcessor() {
/** */
protected void prepareMarshal(Message msg) throws IgniteCheckedException {
try {
if (msg instanceof MarshalableMessage)
((MarshalableMessage)msg).prepareMarshal(ctx);
if (msg instanceof CalciteMarshalableMessage)
((CalciteMarshalableMessage)msg).prepareMarshal(ctx);
}
catch (Exception e) {
failureProcessor().process(new FailureContext(FailureType.CRITICAL_ERROR, e));
Expand All @@ -192,8 +192,8 @@ protected void prepareMarshal(Message msg) throws IgniteCheckedException {
/** */
protected void prepareUnmarshal(Message msg) throws IgniteCheckedException {
try {
if (msg instanceof MarshalableMessage)
((MarshalableMessage)msg).prepareUnmarshal(ctx);
if (msg instanceof CalciteMarshalableMessage)
((CalciteMarshalableMessage)msg).prepareUnmarshal(ctx);
}
catch (Exception e) {
failureProcessor().process(new FailureContext(FailureType.CRITICAL_ERROR, e));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
*
*/
public class QueryBatchMessage implements MarshalableMessage, ExecutionContextAware {
public class QueryBatchMessage implements CalciteMarshalableMessage, ExecutionContextAware {
/** */
@Order(0)
UUID qryId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
*
*/
public class QueryStartRequest implements MarshalableMessage, ExecutionContextAware {
public class QueryStartRequest implements CalciteMarshalableMessage, ExecutionContextAware {
/** */
@Order(0)
String schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.ignite.internal.processors.cache.GridCacheSharedContext;

/** */
public interface ValueMessage extends MarshalableMessage {
public interface ValueMessage extends CalciteMarshalableMessage {
/**
* @return Wrapped value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
import java.util.UUID;
import org.apache.ignite.internal.Order;
import org.apache.ignite.internal.processors.cache.GridCacheSharedContext;
import org.apache.ignite.internal.processors.query.calcite.message.MarshalableMessage;
import org.apache.ignite.internal.processors.query.calcite.message.CalciteMarshalableMessage;
import org.apache.ignite.internal.processors.query.calcite.message.MessageType;
import org.apache.ignite.internal.util.UUIDCollectionMessage;
import org.apache.ignite.internal.util.typedef.internal.U;

/** */
public class FragmentDescription implements MarshalableMessage {
public class FragmentDescription implements CalciteMarshalableMessage {
/** */
@Order(0)
long fragmentId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ public class MessageProcessor extends AbstractProcessor {
/** Base interface that every message must implement. */
static final String MESSAGE_INTERFACE = "org.apache.ignite.plugin.extensions.communication.Message";

/** Compressed message. */
static final String COMPRESSED_MESSAGE_INTERFACE = "org.apache.ignite.internal.managers.communication.CompressedMessage";

/** Externalizable message. */
static final String MARSHALLABLE_MESSAGE_INTERFACE = "org.apache.ignite.plugin.extensions.communication.MarshallableMessage";

/** This is the only message with zero fields. A serializer must be generated due to restrictions in our communication process. */
static final String HANDSHAKE_WAIT_MESSAGE = "org.apache.ignite.spi.communication.tcp.messages.HandshakeWaitMessage";

Expand Down
Loading