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
Since the adjustments in bb72b48 to handle all session tracking in the paramiko session_started and session_ended we see stray tracking errors in sftp-subsys.log like:
2024-12-12 09:47:55,318 ERROR failed to track close session
Apparently they appear when concurrent sessions are launched by the same client and the session tracking structure doesn't have sufficient information to match which session were closed in what order.
They are not exactly dangerous but noisy and possibly interfere with proper session limitation and clean up.
The text was updated successfully, but these errors were encountered:
Since the adjustments in bb72b48 to handle all session tracking in the paramiko
session_started
andsession_ended
we see stray tracking errors in sftp-subsys.log like:Apparently they appear when concurrent sessions are launched by the same client and the session tracking structure doesn't have sufficient information to match which session were closed in what order.
They are not exactly dangerous but noisy and possibly interfere with proper session limitation and clean up.
The text was updated successfully, but these errors were encountered: