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

*: support dynamic tso service #8517

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

Commits on Oct 8, 2024

  1. support dynamic tso service

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    689b8c1 View commit details
    Browse the repository at this point in the history
  2. add a test

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    efe371a View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    149cca8 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8b5f76b View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bbed7de View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    31548d9 View commit details
    Browse the repository at this point in the history
  7. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fbf5ae8 View commit details
    Browse the repository at this point in the history
  8. fix test

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e2350af View commit details
    Browse the repository at this point in the history
  9. fix test

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d1eccf4 View commit details
    Browse the repository at this point in the history
  10. fix test

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    077f050 View commit details
    Browse the repository at this point in the history
  11. tiny change

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7925beb View commit details
    Browse the repository at this point in the history
  12. tiny change

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    081ff68 View commit details
    Browse the repository at this point in the history
  13. discover faster

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0e97123 View commit details
    Browse the repository at this point in the history
  14. forward request without recreating stream

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3c022dd View commit details
    Browse the repository at this point in the history
  15. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2019613 View commit details
    Browse the repository at this point in the history
  16. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    91858ed View commit details
    Browse the repository at this point in the history
  17. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c081428 View commit details
    Browse the repository at this point in the history
  18. fix failpoint

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    47bbe44 View commit details
    Browse the repository at this point in the history
  19. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    773774f View commit details
    Browse the repository at this point in the history
  20. address comments

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2f2b738 View commit details
    Browse the repository at this point in the history
  21. address the comment

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f33e797 View commit details
    Browse the repository at this point in the history
  22. resolve conflicts

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    66f5936 View commit details
    Browse the repository at this point in the history
  23. remove unstable test

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c6d90e5 View commit details
    Browse the repository at this point in the history
  24. add config test

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    34e7a75 View commit details
    Browse the repository at this point in the history
  25. disable tso fallback by default

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    039088d View commit details
    Browse the repository at this point in the history
  26. refactor and test

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    72fc9ed View commit details
    Browse the repository at this point in the history
  27. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e27ab1f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d5389fc View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    18a8c02 View commit details
    Browse the repository at this point in the history
  3. reduce the duplicated code

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d7a88d8 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    edf3908 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. adjust check tso service

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    064ca7b View commit details
    Browse the repository at this point in the history