|
4/10/2018 1:56:53 PM
dirty DB flag
Fix NPE in bus and notifications threads
Signed-off-by: Kill Bill core team <contact@killbill.io>
|
4/10/2018 1:52:03 PM
introduce thread-local dirty DB flag
|
4/10/2018 9:21:01 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/10/2018 9:10:32 AM
into dirty-db-flag
|
4/10/2018 8:27:35 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/10/2018 8:19:27 AM
a getUnits method to Catalog interface.
|
|
4/10/2018 6:33:48 AM
uses the RW instance and then fetches data from the RO instance,
state might be inconsistent due to replication delays between master and slave(s).
To work-around this, add a thread local dirty flag: if data is changed, any further
call will use the RW instance.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|