You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move refresh slot to the background in the Data Path. (#3851)
* Move refresh slots to the bg instead of blocking in the poll_recover in the data path
Signed-off-by: GilboaAWS <[email protected]>
* Remove the timeout logic
Signed-off-by: GilboaAWS <[email protected]>
* Added test for non head of the line blocking
Signed-off-by: GilboaAWS <[email protected]>
* Added a new test for validating non head of the line blocking for refresh slots
Signed-off-by: GilboaAWS <[email protected]>
* print of ligs
Signed-off-by: GilboaAWS <[email protected]>
* The final test
Signed-off-by: GilboaAWS <[email protected]>
* Adjusted the test for Head of the line blocking to be non-blocking any more
Signed-off-by: GilboaAWS <[email protected]>
* remove chrono depend. and removed prints
Signed-off-by: GilboaAWS <[email protected]>
* remove old test that is not needed anymore
Signed-off-by: GilboaAWS <[email protected]>
* Address comments, removed the task handle and the retry count logic
Signed-off-by: GilboaAWS <[email protected]>
* Move task communication to track the task handle instead of oneshot channel
Signed-off-by: GilboaAWS <[email protected]>
* Changed logic on task abort and panic scenarios
Signed-off-by: GilboaAWS <[email protected]>
* Address comments, fix arg name to handle instead of channel
Signed-off-by: GilboaAWS <[email protected]>
---------
Signed-off-by: GilboaAWS <[email protected]>
0 commit comments