DirectXceriD commented on a change in pull request #9610:
URL: https://github.com/apache/ignite/pull/9610#discussion_r759155185
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/ClientMessage.java
##########
@@ -35,6 +35,18 @@
/** */
private static final long serialVersionUID = -4609408156037304495L;
+ /** */
+ private static final int MAX_HANDSHAKE_SIZE = 1024 * 1024;
Review comment:
64Mb won't cause OOM (most likely), and it will cover case with large
handshake payload, I'm good with that. @ptupitsyn @isapego thanks for letting
me know, let's proceed.
--
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]