index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
distlock.cpp
Age
Commit message (
Expand
)
Author
2011-06-16
don't print out full lock when acquired - SERVER-3263
gregs
2011-06-03
be smarter about the pids we look for when cleaning old locks.
gregs
2011-06-01
don't force dist lock if ts changed but pings stopped - sync6
Greg Studer
2011-05-12
triple check that an update actually went through for a dist unlock - sort1.j...
gregs
2011-05-12
fix logging message
gregs
2011-05-12
fix failing test - need to make dist lock thread-safe SERVER-3058
gregs
2011-05-12
don't remember pings on errors or successful dist_locking SERVER-3039
gregs
2011-05-12
don't copy string
gregs
2011-05-10
remove legacy logic, refactor to consts SERVER-3047
gregs
2011-05-08
always require double-check before forcing locks - sync6 fix
gregs
2011-05-04
Re-entrant distributed locks with ping unlock retries -- SERVER-3024
gregs
2011-04-01
conversion of unneeded caused_by macros to methods
gregs
2011-03-28
vstudio
Dwight
2011-03-23
elim variable not used warning in visual c++
dwight
2011-03-23
moved comment to appropriate position
gregs
2011-03-22
fix for distlock (fixes sync5, sync6 failures)
gregs
2011-03-20
show lock error message
Greg Studer
2011-03-18
remove const for win compile
Eliot Horowitz
2011-03-17
elim compiler warning
Dwight
2011-03-17
more informative dist lock logging
gregs
2011-03-11
Can't use prettyHostName() in dist lock
gregs
2011-03-11
Fix for SERVER-2740 add port to dist lock id
gregs
2011-03-01
compile warning on windows eliminate
dwight
2011-03-01
Cannot use boost::thread::id for legacy
greg
2011-03-01
Fixes for distributed lock handling time skew.
greg
2011-02-17
detect clock skew in DistributedLock SERVER-2584
Eliot Horowitz
2011-02-16
warning if we hit a bizarre case
Eliot Horowitz
2011-02-14
more verbose lock pinging logic
r1.7.6
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-13
add lock holder in all lock taken paths
Alberto Lerner
2010-11-30
introduced a header by mistake
Alberto Lerner
2010-11-30
report if dist_lock take over failed
Alberto Lerner
2010-11-28
move boost headers to pch.h
Eliot Horowitz
2010-11-13
comments
dwight
2010-11-11
SERVER-1880 do not clean lockpings, even old ones, if the lock is still taken
Alberto Lerner
2010-10-26
fill lock owner in the other lock taken path
Alberto Lerner
2010-10-01
a bit more logging
Alberto Lerner
2010-10-01
log() if lockpings don't get through
Alberto Lerner
2010-10-01
better error message on distlock
Eliot Horowitz
2010-09-12
lower verbosity at -v
Eliot Horowitz
2010-08-20
call_once has a fast path already
Alberto Lerner
2010-08-19
Tighten process string caching
Alberto Lerner
2010-08-12
Log all error exit paths.
Alberto Lerner
2010-08-12
Give the pinger thread a name.
Alberto Lerner
2010-08-11
Log more dist lock details at high verbose level.
Alberto Lerner
2010-08-05
DistributedLock::unlock() handles partition from config DB
Alberto Lerner
2010-08-04
fix type SERVER-1563
Eliot Horowitz
2010-07-23
stop pinging at shutdown
Eliot Horowitz
2010-07-20
fix warning
Eliot Horowitz
2010-07-19
signed unsigned warning
Dwight
[next]