Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [Bug 15136] New: Access to cifs gets stuck for a while (>20s) after disconnecting from network
@ 2022-08-04  3:01 samba-bugs
  2022-08-04 14:05 ` [Bug 15136] " samba-bugs
  2022-08-05  3:14 ` samba-bugs
  0 siblings, 2 replies; 3+ messages in thread
From: samba-bugs @ 2022-08-04  3:01 UTC (permalink / raw)
  To: cifs-qa

https://bugzilla.samba.org/show_bug.cgi?id=15136

            Bug ID: 15136
           Summary: Access to cifs gets stuck for a while (>20s) after
                    disconnecting from network
           Product: CifsVFS
           Version: 4.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: kernel fs
          Assignee: sfrench@samba.org
          Reporter: wangrong@uniontech.com
        QA Contact: cifs-qa@samba.org
  Target Milestone: ---

Created attachment 17460
  --> https://bugzilla.samba.org/attachment.cgi?id=17460&action=edit
patch for code update

After the network is interrupted, a new SMB request will wait for a
fixed 10 seconds for network reconnection before sending, and return an
error if it times out.

Because 10 seconds is too long and there are operation retries, system
calls (such as stat) take a long time (greater than 20 seconds), which
makes application respond slowly.

Here, the duration of waiting for network reconnection is exposed to
the user space through the mount option, which is convenient for users
and applications to set according to the actual situation.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-05  3:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04  3:01 [Bug 15136] New: Access to cifs gets stuck for a while (>20s) after disconnecting from network samba-bugs
2022-08-04 14:05 ` [Bug 15136] " samba-bugs
2022-08-05  3:14 ` samba-bugs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox