summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-12 10:54:06 +0000
committerGerrit Code Review <review@openstack.org>2018-02-12 10:54:06 +0000
commit006e4da4d4c7cc0d4ffca8a277a437e75412699d (patch)
tree954453c0208b784d22839c8921e099ebc0da2d25 /releasenotes
parent150b885a10685485584f0f5cc3ec0f15b696dd70 (diff)
parent5ca329884d492d78e623e2313142238eb256f1a6 (diff)
downloadoslo-db-006e4da4d4c7cc0d4ffca8a277a437e75412699d.tar.gz
Merge "Reverse role of synchronous_reader"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml b/releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml
new file mode 100644
index 0000000..c842b7d
--- /dev/null
+++ b/releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Repaired the "synchronous_reader" modifier of enginefacade so that it
+ refers to the "writer" engine when set to True, thereby allowing
+ "synchronous" behavior with the writer. When set to False, this is
+ "asynchronous", so this should be associated with the async engines.
+ The flag had the reverse behavior previously.