Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Fix user disconnects #2006

Merged
merged 3 commits into from
Jun 25, 2020
Merged

Fix user disconnects #2006

merged 3 commits into from
Jun 25, 2020

Commits on Jun 24, 2020

  1. Fix user disconnects

    In: https://github.com/whamcloud/integrated-manager-for-lustre/blob/83d065653a55ee4c1a6068c1d024f02a02c73172/iml-warp-drive/src/users.rs#L54-L58
    
    We spawn a task to disconnect users. However, we move both the tx and rx
    handles into the task and block on the tx being cancelled.
    
    Due to this approach, we will not disconnect users and instead buffer
    their handles.
    
    Instead, we should use .retain when sending to users and remove the ones
    that error.
    
    Signed-off-by: Joe Grund <jgrund@whamcloud.io>
    jgrund committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    b0e0358 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    bd3ae51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc70c2 View commit details
    Browse the repository at this point in the history