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: state listener could observe discarded writes (backport #13459) #13463

Merged
merged 5 commits into from
Oct 9, 2022

Commits on Oct 6, 2022

  1. fix: state listener could observe discarded writes (#13459)

    * fix: state listener could observe uncommitted writes
    
    Closes: #13457
    
    don't pass listeners to nested cached store,
    only the most inner layer's cache writes should be observed.
    
    * Update CHANGELOG.md
    
    * add unit test
    
    * rename
    
    Co-authored-by: Marko <[email protected]>
    (cherry picked from commit bb54c59)
    
    # Conflicts:
    #	CHANGELOG.md
    yihuang authored and mergify[bot] committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    bbd3ea7 View commit details
    Browse the repository at this point in the history
  2. fixes

    julienrbrt committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d53c18b View commit details
    Browse the repository at this point in the history
  3. gofumpt

    tac0turtle committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    78a129a View commit details
    Browse the repository at this point in the history
  4. gofumpt

    julienrbrt committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    761434a View commit details
    Browse the repository at this point in the history
  5. updates

    julienrbrt committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    6b3a22a View commit details
    Browse the repository at this point in the history