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

[fix][transaction] avoid too many ServiceUnitNotReadyException for transaction buffer handler #14894

Commits on Mar 31, 2022

  1. [fix][transaction] avoid too many ServiceUnitNotReadyException for tr…

    …ansaction buffer handler
    
    1.Added max outstanding requests limit
    2.Add the request to pending request after reach the max outstanding requests
    3.Avoid duplicated lookup cache invalidation
    codelipenghui committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    482fbfd View commit details
    Browse the repository at this point in the history
  2. Fix permits

    codelipenghui committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9b7f81e View commit details
    Browse the repository at this point in the history
  3. Fix permits

    codelipenghui committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ffc1542 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e77724 View commit details
    Browse the repository at this point in the history
  5. Fix checkstyle

    codelipenghui committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    be9799a View commit details
    Browse the repository at this point in the history
  6. Address comments

    codelipenghui committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8b13d3d View commit details
    Browse the repository at this point in the history
  7. Fix tests.

    codelipenghui committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    b9f1b79 View commit details
    Browse the repository at this point in the history