2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00
confluent/confluent_server
Jarrod Johnon 89ca5b412b Fix race condition on configuration writeback
If the sync thread had moved beyond the point of checking _writepending, but had not quite managed to trigger
isAlive() to be false, the sync cfg to file would transition to never work.  Address this by adding one lock and one boolean.
Inside the lock, the two booleans are manipulated to atomically mark the end of thread sync activity linked with
check for pending data to write.
2014-09-19 08:57:17 -04:00
..
bin Add support for RPM builds 2014-07-14 14:54:12 -04:00
confluent Fix race condition on configuration writeback 2014-09-19 08:57:17 -04:00
sysvinit Add support for RPM builds 2014-07-14 14:54:12 -04:00
buildrpm Add support for RPM builds 2014-07-14 14:54:12 -04:00
confluent_server.spec.tmpl Add support for RPM builds 2014-07-14 14:54:12 -04:00
makesetup Add support for RPM builds 2014-07-14 14:54:12 -04:00
MANIFEST.in Add support for RPM builds 2014-07-14 14:54:12 -04:00
requirements.txt Add bits and pieces to facilitate pypi packaging 2014-05-06 15:01:35 -04:00
setup.cfg Add bits and pieces to facilitate pypi packaging 2014-05-06 15:01:35 -04:00
setup.py.tmpl Add support for RPM builds 2014-07-14 14:54:12 -04:00
VERSION Implement dump of cfg to JSON 2014-08-19 15:06:28 -04:00