1. 03 12月, 2020 4 次提交
  2. 21 9月, 2020 6 次提交
  3. 24 8月, 2020 1 次提交
  4. 05 8月, 2020 1 次提交
    • O
      SUNRPC dont update timeout value on connection reset · 7de62bc0
      Olga Kornievskaia 提交于
      Current behaviour: every time a v3 operation is re-sent to the server
      we update (double) the timeout. There is no distinction between whether
      or not the previous timer had expired before the re-sent happened.
      
      Here's the scenario:
      1. Client sends a v3 operation
      2. Server RST-s the connection (prior to the timeout) (eg., connection
      is immediately reset)
      3. Client re-sends a v3 operation but the timeout is now 120sec.
      
      As a result, an application sees 2mins pause before a retry in case
      server again does not reply.
      
      Instead, this patch proposes to keep track off when the minor timeout
      should happen and if it didn't, then don't update the new timeout.
      Value is updated based on the previous value to make timeouts
      predictable.
      Signed-off-by: NOlga Kornievskaia <kolga@netapp.com>
      Signed-off-by: NTrond Myklebust <trond.myklebust@hammerspace.com>
      7de62bc0
  5. 12 6月, 2020 2 次提交
  6. 17 3月, 2020 1 次提交
  7. 31 10月, 2019 1 次提交
  8. 24 10月, 2019 1 次提交
  9. 21 9月, 2019 1 次提交
  10. 18 9月, 2019 1 次提交
  11. 27 8月, 2019 1 次提交
  12. 19 7月, 2019 1 次提交
  13. 09 7月, 2019 1 次提交
  14. 07 7月, 2019 3 次提交
  15. 22 6月, 2019 1 次提交
  16. 21 5月, 2019 1 次提交
  17. 26 4月, 2019 7 次提交
  18. 16 3月, 2019 1 次提交
  19. 02 3月, 2019 1 次提交
  20. 21 2月, 2019 3 次提交
  21. 14 2月, 2019 1 次提交