summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdithya Chakilam <achakila@codeaurora.org>2021-01-20 11:04:08 -0600
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-01-20 17:04:08 +0000
commit19721518c388e1da1f5e0175f8c2e26c7c45243d (patch)
tree3e286942ea387d8b0b1c302f3d303ddc8bdaf706
parentcfd99e4be6da02d7a6397496e3b22856d34f8af5 (diff)
Update git submodules
* Update plugins/replication from branch 'stable-2.16' to 4a44e534128a0415ebca61ad7a6751905f0f4242 - Use volatile and AtomicIntegers to be thread safe Modify the fields in ReplicationState class to be volatile and AtomicIntegers so that changes to them are reflected to other threads. By not doing so, modifications made by one thread to these fields may not be reflected instantly depending on cpu caching thus resulting in incorrect state Change-Id: I76512b17c19cc68e4f1e6a5223899f9a184bb549
m---------plugins/replication0
1 files changed, 0 insertions, 0 deletions
diff --git a/plugins/replication b/plugins/replication
-Subproject ba2c8e16b798c2eaf4e56dd66d8c1cd00999e09
+Subproject 4a44e534128a0415ebca61ad7a6751905f0f424