summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-01-29 18:25:19 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-01-29 18:25:19 -0500
commit5ca329884d492d78e623e2313142238eb256f1a6 (patch)
tree5e2fff0ff5d98ebce0c662bd7f0424238369e481 /releasenotes/notes
parent650779240e69d36b0f95969fd689bfa52dd80c73 (diff)
downloadoslo-db-5ca329884d492d78e623e2313142238eb256f1a6.tar.gz
Reverse role of synchronous_reader
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. Change-Id: Id7fea7562ba90eb710176d497af103303f230531 Closes-bug: #1746116
Diffstat (limited to 'releasenotes/notes')
-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.