Files
gerrit/plugins
David Pursehouse 7c55ca449e Update git submodules
* Update plugins/replication from branch 'master'
  to 88eeb9aa1f15fcf0d891a901990efd5574fa8cf3
  - Merge branch 'stable-3.1'
    
    * stable-3.1:
      Prevent persistent task listing interruptions on IOExceptions
    
    Change-Id: Iaa7a6e354b629fac9afdb8bf18074a4662b61541
    
  - Merge branch 'stable-3.0' into stable-3.1
    
    * stable-3.0:
      Prevent persistent task listing interruptions on IOExceptions
    
    Change-Id: Ie03efcc94ff8001edee557a6a413233085fab1b6
    
  - Merge branch 'stable-2.16' into stable-3.0
    
    * stable-2.16:
      Prevent persistent task listing interruptions on IOExceptions
    
    Change-Id: Ib8bd758a3dd9c24968ec58be921c4475a7bde030
    
  - Prevent persistent task listing interruptions on IOExceptions
    
    When iterating over the list of persisted tasks, it is possible for an
    IOException to occur while reading a specific task. Prevent this
    exception from breaking out of the iteration by catching and logging the
    exception inside the loop instead of outside of it.
    
    Also improve the logging by differentiating between failures that are
    severe versus potentially related to other node actions since in a
    multi-master scenario with shared storage, it is common for operations
    on one node to "interfere" with task listing operations on another node
    without causing a malfunction.  Specifically, improve the exception
    handling so that the logging in these latter cases have a likely
    explanation of the listing error, and do not consider these specific
    filesystem errors operational errors.
    
    Change-Id: Ia2ad431c20142ff0ce23dbace34aec837e3d8540
2020-05-19 04:59:51 +00:00
..
2020-05-13 14:18:39 +00:00
2020-05-14 10:14:23 +00:00
2020-04-30 23:03:04 +00:00
2020-05-07 05:24:07 +00:00
2020-05-05 09:24:06 +00:00
2020-05-19 04:59:51 +00:00
2020-05-19 01:21:35 +00:00