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) #13462

Merged
merged 3 commits into from
Oct 6, 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
    e88f670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50af5c6 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

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