summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_traverse.c
Commit message (Expand)AuthorAgeFilesLines
* traverse: Send traverse end record from traverse child processAmitay Isaacs2013-09-251-25/+26
* traverse: Wait till all data has been flushed from output queueAmitay Isaacs2013-09-251-0/+6
* traverse: Use ctdb local variable for convenienceAmitay Isaacs2013-09-251-3/+3
* traverse: Check if local traverse failed or succeededAmitay Isaacs2013-09-251-10/+32
* traverse: Log information when traverse starts and endsAmitay Isaacs2013-09-251-2/+11
* traverse: Log when database traverse is startedAmitay Isaacs2013-08-221-0/+2
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-101-0/+1
* traverse: Remove unused start_time fieldAmitay Isaacs2013-07-101-3/+0
* traverse: Send records directly from traverse child to srcnodeAmitay Isaacs2013-07-101-35/+47
* traverse: Pass reqid and srcnode information to local database traverseAmitay Isaacs2013-07-101-0/+4
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* traverse: Ensure backward compatibility for CTDB_CONTROL_TRAVERSE_ALLAmitay Isaacs2013-04-171-12/+31
* traverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support withemptyrecordsAmitay Isaacs2013-04-171-0/+58
* Fix a comment typoVolker Lendecke2013-02-061-1/+1
* daemon: Make sure all the traverse children are terminated if traverse times outAmitay Isaacs2013-02-051-3/+11
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-1/+1
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* traverse: fix traversing with empty records by adding a new (internal) contro...Michael Adam2011-12-031-5/+34
* traverse: add a flag to enable transferring empty records in cluster wide tra...Michael Adam2011-11-291-1/+11
* Fix some typosVolker Lendecke2011-11-021-1/+1
* Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg2011-01-111-1/+1
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-1/+1
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-0/+2
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-0/+2
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
|/
* Report client for queue errors.Rusty Russell2010-07-011-1/+2
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-041-1/+1
* server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-161-0/+20
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+4
* change the talloc hierarchy for the main transaction_start context and the in...root2009-05-061-8/+3
* fixed a problem with clients disconnecting during a traverseroot2009-05-061-22/+102
* change how we filter out "empty" records in the traversecodeRonnie Sahlberg2008-07-161-14/+57
* proper waitpid() fix.Ronnie Sahlberg2008-07-091-1/+0
* Revert "waitpid() can block if it takes a long time before the child terminates"Ronnie Sahlberg2008-07-081-0/+1
* waitpid() can block if it takes a long time before the child terminatesRonnie Sahlberg2008-07-081-1/+0
* merge from ronnieAndrew Tridgell2008-02-041-5/+5
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-3/+3
* change vnn to pnn in the traverse structureRonnie Sahlberg2007-09-041-3/+3
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-2/+2
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* added code to kill registered clients on a IP releaseAndrew Tridgell2007-06-191-1/+1
* propogate flag changes to all connected nodesAndrew Tridgell2007-06-091-1/+2
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-071-0/+463