index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdb_persistent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
persistent: add ctdb_persistent_finish_trans3_commits().
Michael Adam
2011-02-24
1
-0
/
+34
*
persistent: add a client context to the persistent_stat and track the db_id
Michael Adam
2011-02-24
1
-7
/
+24
*
persistent: reject trans3_control when a commit is already active.
Michael Adam
2011-02-24
1
-0
/
+8
*
persistent: allocate the persistent state in the ctdb_db struct in trans3_commit
Michael Adam
2011-02-24
1
-2
/
+14
*
persistent: add a ctdb_db context to the ctdb_persistent_state struct.
Michael Adam
2011-02-24
1
-0
/
+1
*
persistent_callback: print "no error message given" instead of "(null)"
Michael Adam
2011-02-24
1
-1
/
+1
*
persistent: reduce indentation for the finishing moves in ctdb_persistent_cal...
Michael Adam
2011-02-24
1
-11
/
+15
*
persistent: if a node failed to update_record, trigger a recovery
Michael Adam
2011-02-24
1
-0
/
+11
*
persistent_store_timout: do not really time out the trans3_commit control in ...
Michael Adam
2011-02-24
1
-1
/
+7
*
persistent_callback: ignore the update-recordreturn code of remote node in re...
Michael Adam
2011-02-24
1
-0
/
+6
*
Add ctdb_fork(0 which will fork a child process and drop the real-time
Ronnie Sahlberg
2011-01-11
1
-1
/
+1
*
Update latency countes to show min/max and average
Ronnie Sahlberg
2010-10-11
1
-1
/
+1
*
Create macros to update the statistics counters and use these macros
Ronnie Sahlberg
2010-09-29
1
-9
/
+9
*
Merge commit 'rusty/ports-from-1.0.112' into foo
Ronnie Sahlberg
2010-08-19
1
-0
/
+1
|
\
|
*
logging: give a unique logging name to each forked child.
Rusty Russell
2010-08-18
1
-0
/
+1
*
|
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-2
/
+3
|
/
*
Drop the debug level for logging fd creation to DEBUG_DEBUG
Ronnie Sahlberg
2010-02-04
1
-1
/
+1
*
server: Use tdb_check to verify persistent tdbs on startup
Stefan Metzmacher
2009-12-16
1
-0
/
+12
*
Add a new control CTDB_GET_DB_SEQNUM - fetch a persistent db's sequence number.
Michael Adam
2009-12-12
1
-0
/
+66
*
server: add a new control CTDB_CONTROL_TRANS3_COMMIT
Michael Adam
2009-12-12
1
-0
/
+85
*
server:trans2_commit: move the check for active recovery down.
Michael Adam
2009-12-04
1
-5
/
+5
*
server: fix debug message in trans2_commit (refusing persistent store during ...
Michael Adam
2009-10-30
1
-4
/
+5
*
server: uniformly log db and client ids as 8-digit hex numbers in trans2_commit
Michael Adam
2009-10-30
1
-8
/
+9
*
server: line-wrap a debug statement in trans2_commit
Michael Adam
2009-10-30
1
-2
/
+4
*
server: output client_id in some debug messages in trans2_commit
Michael Adam
2009-10-30
1
-5
/
+8
*
server: fix a debug message in trans2_commit - log the correct db_id
Michael Adam
2009-10-30
1
-3
/
+3
*
server: extend a debug message in ctdb_control_trans2_error()
Michael Adam
2009-10-30
1
-1
/
+3
*
server: add positive debug statements to trans2_commit and trans2_finished
Michael Adam
2009-10-30
1
-0
/
+11
*
server: trans2_active: don't report a transaction active on the node that per...
Michael Adam
2009-10-30
1
-0
/
+6
*
Revert "update the "uptime" command to indicate the "time since last" is the ...
Ronnie Sahlberg
2009-10-29
1
-0
/
+20
*
update the "uptime" command to indicate the "time since last" is the time sin...
Ronnie Sahlberg
2009-10-29
1
-20
/
+0
*
server: add a new ctdb control CTDB_TRANS2_ACTIVE
Michael Adam
2009-10-29
1
-0
/
+20
*
In ctdb_ltdb_store(), add a missing transaction_cancel when local store failed.
Michael Adam
2009-10-21
1
-1
/
+1
*
add logging everytime we create a filedescriptor in the main ctdb daemon
Ronnie Sahlberg
2009-10-15
1
-0
/
+4
*
ctdbd: refuse PERSISTENT_STORE if transaction is running.
Michael Adam
2009-07-29
1
-0
/
+5
*
Fix persistent transaction commit race condition.
Michael Adam
2009-07-29
1
-1
/
+70
*
add control and logging of very high latencies.
Ronnie Sahlberg
2008-10-30
1
-1
/
+1
*
added a new control CTDB_CONTROL_TRANS2_COMMIT_RETRY so we can tell
Andrew Tridgell
2008-08-08
1
-3
/
+9
*
return a more detailed error code from a trans2 commit error
Andrew Tridgell
2008-08-08
1
-2
/
+21
*
fixed a looping error bug with the new transactions code
Andrew Tridgell
2008-08-08
1
-3
/
+11
*
cover some corner cases where the persistent database could become
Andrew Tridgell
2008-08-07
1
-2
/
+4
*
implemented replayable transactions in ctdb to prevent deadlock
Andrew Tridgell
2008-08-04
1
-5
/
+1
*
added new multi-record transaction commit code
Andrew Tridgell
2008-07-30
1
-51
/
+165
*
Only decrement the "number of persistent writes in flight" If/when
Ronnie Sahlberg
2008-07-17
1
-2
/
+6
*
Add two new controls to start and cancel a persistent update.
Ronnie Sahlberg
2008-07-17
1
-0
/
+48
*
proper waitpid() fix.
Ronnie Sahlberg
2008-07-09
1
-2
/
+0
*
Revert "waitpid() can block if it takes a long time before the child terminates"
Ronnie Sahlberg
2008-07-08
1
-0
/
+2
*
waitpid() can block if it takes a long time before the child terminates
Ronnie Sahlberg
2008-07-08
1
-2
/
+0
*
dont bother casting to a void* private_data pointer,
Ronnie Sahlberg
2008-05-28
1
-7
/
+4
*
remove another field we dont need in the childwrite_handle structure
Ronnie Sahlberg
2008-05-28
1
-2
/
+0
[next]