Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add active detection in sentinel mode,Reconstruct sentinel mode Listener #3547

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2023

  1. Add active detection in sentinel mode,Reconstruct sentinel mode Liste…

    …ner,Add test case for master listener for sentinel
    
    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2c247d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    032d017 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. to ensure ZSentinelMasterListenerTest run as the last one

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6e06c03 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/chenshi5012/jedis

    * 'master' of https://github.com/chenshi5012/jedis: (21 commits)
      Bump org.json:json from 20230618 to 20231013 (redis#3586)
      Fix SORTABLE argument issue in FT.CREATE command (redis#3584)
      Linking to Redis resources (redis#3583)
      Remove patch version snapshots
      Make integration and snapshot actions manually triggerable (redis#3579)
      Missing piece from redis#3578
      Release minor version snapshots (redis#3578)
      Allow getting schema field name (redis#3576)
      Fix binary variants of XRANGE and XREAD commands (redis#3571)
      Support GEOSHAPE field type in RediSearch (redis#3561)
      Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (redis#3565)
      Bump junixsocket-core to 2.8.1 (redis#3573)
      Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (redis#3539)
      Broadcast FUNCTION LOAD command methods (redis#3557)
      Encode map in encoded object (redis#3555)
      Polish Triggers and functions tests (redis#3554)
      Different variable names for json v1 and v2 interfaces (redis#3553)
      Fix Search/Gears test regression (redis#3552)
      Polish Feature: Triggers and functions commands (redis#3551)
      Feature: Triggers and functions commands (redis#3531)
      ...
    c00603587 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    912eb75 View commit details
    Browse the repository at this point in the history
  3. test case for SentinelMasterListener

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3ca30da View commit details
    Browse the repository at this point in the history
  4. test case for SentinelMasterListener

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9094868 View commit details
    Browse the repository at this point in the history
  5. remove test order

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    dc6ece2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. test case for sentinel master listener

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f19c663 View commit details
    Browse the repository at this point in the history
  2. test case for testSentinelMasterListener

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    23813a2 View commit details
    Browse the repository at this point in the history
  3. build sentinel for master listeners

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    32f0fbd View commit details
    Browse the repository at this point in the history
  4. test case for sentinel master listener

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    773b98b View commit details
    Browse the repository at this point in the history
  5. fix failover timeout time

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6314ea4 View commit details
    Browse the repository at this point in the history
  6. add more sleep time to make sure failove be detect

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d7cfc28 View commit details
    Browse the repository at this point in the history
  7. modify localhost to 127

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c40bfa0 View commit details
    Browse the repository at this point in the history
  8. test case add master listener to sentinel

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4f93eae View commit details
    Browse the repository at this point in the history
  9. 1

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3611c0f View commit details
    Browse the repository at this point in the history
  10. Revert "Support GEOSHAPE field type in RediSearch (redis#3561)"

    This reverts commit 5cd40fc.
    
    # Conflicts:
    #	src/test/java/redis/clients/jedis/examples/GeoShapeFieldsUsageInRediSearch.java
    
    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5e4fd16 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. test case for testSentinelMasterListener

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    
    (cherry picked from commit 23813a2)
    c00603587 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7e241e8 View commit details
    Browse the repository at this point in the history
  2. modify the code structure

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b9f9aa8 View commit details
    Browse the repository at this point in the history
  3. modify comment

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d7e9dd2 View commit details
    Browse the repository at this point in the history
  4. move to new package

    Signed-off-by: c00603587 <chenshi35@huawei.com>
    c00603587 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    465e5ba View commit details
    Browse the repository at this point in the history