summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_call.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove LACOUNT and LACCESSOR and migrate the records immediately.Ronnie Sahlberg2011-02-181-11/+8
* Revert "server: when we migrate off a record with data, set the MIGRATED_WITH...Ronnie Sahlberg2010-12-131-4/+0
* Revert "Add a new header flag for "migrated with data" and set this to 1"Ronnie Sahlberg2010-12-131-22/+4
* Add a new header flag for "migrated with data" and set this to 1Ronnie Sahlberg2010-12-071-4/+22
* server: when we migrate off a record with data, set the MIGRATED_WITH_DATA flagMichael Adam2010-12-071-0/+4
* during shutdown there is a window after we have stopped TCP and disconnected ...Ronnie Sahlberg2010-10-281-4/+4
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-4/+2
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* fix a debug messageRonnie Sahlberg2010-06-091-1/+1
* idr can timeout and wrap/be reused quite quickly.Ronnie Sahlberg2010-06-091-1/+11
* add extra logging for failed ctdb_ltdb_unlock() for a few more placesRonnie Sahlberg2010-06-091-4/+19
* add additional logging when tdb_chainunlock() failsRonnie Sahlberg2010-06-091-4/+20
* server:ctdb_send_dmaster_reply: fix a message typo.Michael Adam2010-02-231-1/+1
* Reducing the log level for a debug messageRonnie Sahlberg2010-02-161-1/+1
* Reduce the log level for two debug messagesRonnie Sahlberg2010-02-161-2/+2
* call: lower the debug message "refusing migration while transction" to lvl INFOMichael Adam2009-12-091-1/+1
* Revert "From Wolfgang M."Ronnie Sahlberg2009-10-291-7/+4
* From Wolfgang M.Ronnie Sahlberg2009-10-221-4/+7
* Fix persistent transaction commit race condition.Michael Adam2009-07-291-6/+12
* dont try sending a keepalive if the transport is downRonnie Sahlberg2009-06-301-0/+5
* Dont even try allocating and sending a CALL packet if the transport is downRonnie Sahlberg2009-06-301-0/+6
* failing a dmaster send due to the transport being down is fatalRonnie Sahlberg2009-06-301-0/+5
* if we fail a dmaster migration due to the transport being down, then that is ...Ronnie Sahlberg2009-06-301-2/+7
* dont try to send error packets if the transport is downRonnie Sahlberg2009-06-301-0/+5
* dont even try to allocate a packet if the transport is down since it will failRonnie Sahlberg2009-06-301-0/+5
* fix a memory leakRonnie Sahlberg2008-03-251-1/+1
* in ctdb_call_local() we can not talloc_steal() the returned data and hang it ...Ronnie Sahlberg2008-03-191-34/+42
* merge from ronnieAndrew Tridgell2008-02-041-13/+13
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-5/+5
* make some specific cases of the non-dmaster bug non-fatalAndrew Tridgell2008-01-051-5/+16
* change debug output from vnn to pnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-24/+24
* pass the header to ctdb_become_dmaster instead of just the reqidRonnie Sahlberg2007-07-111-8/+9
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* log the generation numbers to give a hint about this bugAndrew Tridgell2007-07-081-4/+5
* some #include cleanupsAndrew Tridgell2007-06-071-0/+1
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-071-0/+736