Update git submodules

* Update plugins/replication from branch 'master'
  to d557ccc642c59a55750f560ce0d98870e1550d65
  - Delete event file only after replication completed for all destinations
    
    The event file is created only once even if the ref is replicated to
    more than one destination, but it was deleting after replication is
    completed to each destination.
    
    This was wrong, as only after the first destination completes the file
    was successfully deleted. And upon subsequent destination completion,
    the deletion was failing with NoSuchFileException. On top of the error
    getting logged, this is also wrong as the plugin could be reloaded
    before replication is completed on all destinations. And if one of them
    completed, then replication for that ref would not have been
    rescheduled.
    
    Change-Id: I07b3b88e42382330da409dd9e156498c0bf434a9
This commit is contained in:
Hugo Arès 2018-09-05 19:24:54 -04:00 committed by Gerrit Code Review
parent 6724990a32
commit 226db3ae67

@ -1 +1 @@
Subproject commit b62f006b1350180de0af02c82fb18fb290a2548f
Subproject commit d557ccc642c59a55750f560ce0d98870e1550d65