increase the loglevel for the message we print when we automatically release all...
[sahlberg/ctdb.git] / server /
2009-04-24 Ronnie Sahlbergincrease the loglevel for the message we print when...
2009-04-24 Ronnie Sahlbergtweak some timeouts so that we do trigger a banning...
2009-04-24 Ronnie SahlbergIf we can not pull a database from a node during recove...
2009-04-22 Ronnie SahlbergWe dont need to verify the nodemap on remote nodes...
2009-04-22 Ronnie Sahlbergif we cant pull the remote nodemap off a node we should...
2008-12-17 Ronnie Sahlbergdont call ctdb_fatal() just because we are asked to...
2008-12-08 rootupdate to the flags handling
2008-12-05 rootredo and update how we synchronize flags across the...
2008-12-02 Ronnie Sahlbergredesign how reloadnodes is implemented.
2008-11-24 Ronnie Sahlberginew version 1.0.66
2008-11-21 Ronnie Sahlbergallow to change the recmaster even the database is...
2008-11-20 Andrew Tridgellfixed problem with looping ctdb recoveries obnox/origin origin/origin
2008-11-20 Andrew TridgellMerge commit 'ronnie/master'
2008-11-20 Ronnie Sahlbergdont override/change CTDB_BASE if it is already set...
2008-11-20 Ronnie SahlbergKeepalive packets were only sent every KeepaliveInterva...
2008-11-20 Ronnie Sahlbergreqrite the handling of flag updates across the cluster...
2008-11-03 Ronnie Sahlbergwe actually need a ctdb_db variable
2008-10-30 Ronnie Sahlberglatency is measured in us, not ms
2008-10-30 Ronnie Sahlbergadd control and logging of very high latencies.
2008-10-22 Ronnie Sahlbergadd a context and a timed event so that once we have...
2008-10-17 Ronnie Sahlbergnull out the pointer before we reload the nodes file
2008-10-17 Ronnie Sahlbergwhen we reload the nodes file, we may need to reload...
2008-10-16 Ronnie Sahlbergspecify a "script log level" on the commandline to...
2008-10-16 Ronnie Sahlbergallow multiple eventscripts using the same prefix.
2008-10-16 Andrew TridgellMerge commit 'ronnie/master'
2008-10-14 Ronnie Sahlberglower the loglevel for the informational message that...
2008-10-14 Ronnie SahlbergRevert "from Mathieu Parent <math.parent@gmail.com>"
2008-10-13 Ronnie Sahlbergupdate TAKEIP/RELEASEIP/GETPUBLICIP/GETNODEMAP controls...
2008-10-12 Ronnie Sahlbergfrom Mathieu Parent <math.parent@gmail.com>
2008-10-07 Ronnie Sahlbergskip empty lines in the public addresses file, not... ctdb-1.0.59
2008-10-07 Ronnie Sahlbergfrom Michael Adams : allow #-style comments in the...
2008-10-07 Ronnie Sahlbergremove an unused variable
2008-10-07 Ronnie SahlbergWhen we reload the nodes file
2008-09-17 Ronnie Sahlberguse the correct tunable failcount not timeout
2008-09-17 Ronnie SahlbergThe ctdb daemon keeps track of whether the recovery...
2008-09-15 Ronnie Sahlbergfix a slow memory leak in the recovery daemon in the...
2008-09-15 Ronnie Sahlbergfix some slow memory leaks in the vacuuming handler...
2008-09-15 Ronnie SahlbergFrom Volker L
2008-09-12 Martin SchwenkeMerge commit 'origin/master' into for-ronnie
2008-09-09 Ronnie Sahlberglower the debug level for when printing that the nodefl...
2008-09-09 Ronnie Sahlbergadditional monitoring between the two daemons.
2008-08-29 Ronnie Sahlbergzero out the address structure to keep valgrind happy
2008-08-27 Ronnie Sahlbergrename ctdb_tcp_client back to the original name ctdb_c...
2008-08-20 Ronnie Sahlbergwe must canonicalize the sockaddr structures in killtcp...
2008-08-19 Ronnie Sahlberginitial ipv6 patch
2008-08-11 Andrew TridgellMerge commit 'ronnie/master'
2008-08-11 Andrew Tridgellfixed a memory leak in the recovery daemon
2008-08-08 Andrew Tridgellfixed send of release IP message
2008-08-08 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb 1.0.54 obnox/1.0.54 origin/1.0.54 ctdb-1.0.54
2008-08-08 Andrew Tridgelladded a new control CTDB_CONTROL_TRANS2_COMMIT_RETRY...
2008-08-07 Andrew Tridgellreturn a more detailed error code from a trans2 commit...
2008-08-07 Andrew TridgellMerge commit 'ronnie/1.0.53'
2008-08-07 Andrew Tridgellfixed a looping error bug with the new transactions...
2008-08-07 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-07 Andrew Tridgellcover some corner cases where the persistent database...
2008-08-06 Ronnie Sahlbergremove the reclock file we store pnn counts in.
2008-08-05 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-04 Andrew Tridgellimplemented replayable transactions in ctdb to prevent... tridge obnox/tridge origin/tridge
2008-07-30 Andrew Tridgellrenamed the pulldb structure to a ctdb_marshall_buffer
2008-07-30 Andrew Tridgellmake sure we honor the TDB_NOSYNC flag from clients...
2008-07-30 Andrew Tridgelladded new multi-record transaction commit code
2008-07-30 Andrew Tridgellrename the structure we use for marshalling multiple...
2008-07-23 Andrew Tridgellfixed buffering in ctdb logging code to handle multiple...
2008-07-21 Ronnie SahlbergFrom Michael Adams,
2008-07-18 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-07-18 Ronnie Sahlbergif a new node enters the cluster, that node will alread...
2008-07-18 Ronnie Sahlberglower a debug statement
2008-07-18 Ronnie Sahlberglower a debug message
2008-07-17 Ronnie SahlbergOnly decrement the "number of persistent writes in...
2008-07-17 Andrew TridgellMerge commit 'ronnie/master'
2008-07-17 Ronnie SahlbergAdd two new controls to start and cancel a persistent...
2008-07-16 Ronnie SahlbergDo not allow "ctdb eventscript" to start new eventscrip...
2008-07-16 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-07-16 Andrew TridgellMerge commit 'ronnie/master'
2008-07-16 Ronnie Sahlbergchange how we filter out "empty" records in the travers...
2008-07-11 Andrew TridgellMerge commit 'ronnie/master'
2008-07-11 Ronnie SahlbergFix a very subtle race where we could get a double... 1.0.47 obnox/1.0.47 origin/1.0.47
2008-07-10 Ronnie Sahlbergmake LVS a capability so that we can see which nodes...
2008-07-09 Ronnie Sahlbergproper waitpid() fix.
2008-07-08 Ronnie SahlbergRevert "waitpid() can block if it takes a long time... 1.0.45 obnox/1.0.45 origin/1.0.45
2008-07-08 Ronnie SahlbergRevert "set sigchild to SIG_IGN instead of SIG_DFL"
2008-07-08 Ronnie Sahlbergset sigchild to SIG_IGN instead of SIG_DFL
2008-07-07 Ronnie Sahlbergwaitpid() can block if it takes a long time before...
2008-07-07 Ronnie Sahlberguse more libral handling of event scripts timing out.
2008-07-06 Ronnie Sahlbergwe need a 'case x:' in our ugly 'encode the control...
2008-07-06 Ronnie SahlbergIf a transaction commit fails. Log this error and cance...
2008-07-06 Ronnie Sahlberg in the destructor for the lock-wait child, make sure...
2008-07-04 Andrew Tridgellfixed a case statement
2008-07-04 Andrew Tridgellan extraordinarily ugly patch!
2008-07-04 Andrew Tridgelldon't use mmap in tdb if --nosetsched is set. That...
2008-07-04 Andrew Tridgellfixed a warning
2008-07-04 Andrew Tridgellfixed some incorrect CTDB_NO_MEMORY*() calls found...
2008-07-04 Andrew Tridgellzero out the ctdb->freeze_handle when we free it
2008-07-03 Ronnie Sahlbergwe dont need to explicitely thaw the databases from...
2008-07-02 Ronnie Sahlbergtrack both when we last started and ended a recovery.
2008-07-02 Ronnie Sahlbergupdate a comment to reflect that this is not always...
2008-06-26 Ronnie Sahlbergtest
2008-06-26 Ronnie SahlbergRevert "test"
2008-06-26 Ronnie Sahlbergtest
2008-06-26 Ronnie Sahlbergreduce loglevel of the info message we are updating...
next