2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00
xCAT confluent - replacement of conserver and eventually xcatd
Go to file
Jarrod Johnson 9617d1f4a4 Implement dbm style backing for the configuration persistence
The pickling would get horrendously slow as total node count increased.  This meant very long time to sync
to disk for just one change out of 65,000.  This strategy changes things to more selective and only
do things for the dirty keys rather than everything.  Large changes to small amounts of nodes will take
more time (because more calls to dump pickle), but small changes to a small subset of nodes will take much
less time.
2014-03-03 20:01:13 -05:00
bin Fix confetty client behavior when trying to show something that is 404 2014-03-03 15:48:33 -05:00
confluent Implement dbm style backing for the configuration persistence 2014-03-03 20:01:13 -05:00
doc Remove single byte TLV concept from socket protocol. 2013-10-12 21:15:52 -04:00
plugins Fix problem where broken expressions were not gracefully handled 2014-03-03 14:48:46 -05:00
API.txt Remove kwargs to provide forward compatibility, it doesn't seem to be workable in python 2013-09-09 15:42:00 -04:00
TODO Implement dbm style backing for the configuration persistence 2014-03-03 20:01:13 -05:00