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

TCP/TEST: Fix simultaneous ep close with ucp_hello_world - v1.11.x #7251

Merged

Commits on Aug 17, 2021

  1. TCP/TEST: Fix simultaneous ep close with ucp_hello_world

    Fixes an assertion failure when running ucp_hello_world over TCP
    transport.
    
    UCP: When both sides close their TCP endpoints, one side can receive
    connection reset event while it's trying to close-flush its endpoint. We
    should not try to invoke user error callback in such case. Instead, the
    close operation should complete with status CONNECTION_RESET.
    
    UCT/TCP: Need to purge outstanding PUT operations when getting an error.
    
    Test: Run ucp_hello_world over several transports. Currently it used
    TCP only when ran inside a docker, so issue was not detected.
    Fix barrier in hello_world test to prevent failures.
    yosefe committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    fb5c110 View commit details
    Browse the repository at this point in the history
  2. NEWS: Add v1.11.1-rc2

    yosefe committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0f6d567 View commit details
    Browse the repository at this point in the history