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 race condition when the redis filter is destroyed. #11466

Merged
merged 14 commits into from
Jun 26, 2020

Commits on Jun 5, 2020

  1. Fix race condition when the redis filter is destroyed.

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    2f5fabd View commit details
    Browse the repository at this point in the history
  2. Fix redis cluster test

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    088037d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Add test and comments

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    9e929e5 View commit details
    Browse the repository at this point in the history
  2. mimic the recycle and defer delete for tls

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    2248149 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Kick CI

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    463d77d View commit details
    Browse the repository at this point in the history
  2. Update source/extensions/filters/network/redis_proxy/conn_pool_impl.cc

    Co-authored-by: Matt Klein <mattklein123@gmail.com>
    Signed-off-by: Henry Yang <hyang@lyft.com>
    
    Signed-off-by: Henry Yang <4411287+HenryYYang@users.noreply.github.com>
    HenryYYang committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    f8aa4c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Remove lock on weak_ptr per request.

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e8933d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Fix redis conn_pool interface.

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    9d27cd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Kick CI

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    8889e07 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Kick CI

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    6a167d5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into allowDynamicFilter

    # Conflicts:
    #	source/extensions/filters/network/redis_proxy/conn_pool_impl.cc
    
    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    9c0681d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Fix format

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bc25d10 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Add comment for timer_ disable

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1ded749 View commit details
    Browse the repository at this point in the history
  2. add comment

    Signed-off-by: Henry Yang <hyang@lyft.com>
    HenryYYang committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    665ff16 View commit details
    Browse the repository at this point in the history