This is an automated email from the ASF dual-hosted git repository.
mpetrov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 1141f17d378 IGNITE-20575 Forbid mixed cache groups with both atomic
and transactional caches (with system property able to allow) (#10976)
add 0f0e465ae45 IGNITE-20424 Added client session outbound message queue
size limit (#10980)
No new revisions were added by this update.
Summary of changes:
.../ClientConnectorConfiguration.java | 35 ++++++
.../processors/odbc/ClientListenerProcessor.java | 28 ++++-
.../odbc/ClientSessionOutboundQueueLimitTest.java | 121 +++++++++++++++++++++
.../ignite/testsuites/IgniteBasicTestSuite.java | 4 +-
4 files changed, 186 insertions(+), 2 deletions(-)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/odbc/ClientSessionOutboundQueueLimitTest.java