You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2022/02/25 18:00:13 UTC

[geode] branch develop updated (1fc35af -> 45cbe7f)

This is an automated email from the ASF dual-hosted git repository.

eshu11 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 1fc35af  GEODE-9947: Add Radish LINDEX command (#7380)
     add 45cbe7f  GEODE-10063: Correctly set primary queue connection.  (#7382)

No new revisions were added by this update.

Summary of changes:
 .../cache/client/internal/QueueManagerImpl.java    |  22 ++-
 .../client/internal/QueueManagerImplTest.java      | 192 +++++++++++++++++++++
 2 files changed, 206 insertions(+), 8 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/client/internal/QueueManagerImplTest.java