lp:~rogpeppe/+junk/mgo-tagged-log-messages

Created by Roger Peppe and last modified
Get this branch:
bzr branch lp:~rogpeppe/+junk/mgo-tagged-log-messages
Only Roger Peppe can upload to this branch. If you are Roger Peppe please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Roger Peppe
Status:
Development

Recent revisions

265. By Roger Peppe

merge trunk

264. By Roger Peppe

add session prefix to all log messages

263. By Gustavo Niemeyer

Assign socket.dead to local variable so the race detector doesn't see
a potential race. Note that there's no *actual* race, since socket.dead
is always tested while locked, and once it's set once, it never changes.

Reported by Evan Shaw.

262. By Gustavo Niemeyer

Unlock iter.m on a missing exit path of Iter.Next.

Problem reported by Evan Shaw.

261. By Gustavo Niemeyer

Lock iter when changing iter.err due to potential races with replyFunc.

Problem reported by Evan Shaw.

260. By Gustavo Niemeyer

Removed "experimental" note from DialServer, and obsoleted Dial.

259. By Gustavo Niemeyer

Fixed value of the RoleUserAdminAny string constant. Problem
reported by Serhat Sevki Dincer.

258. By Gustavo Niemeyer

Improve IsDup so it handles duplication errors with code 16460,
which happen on sharded environments. This is also being fixed
upstream in MongoDB, as reported in bug SERVER-11493.

Problem reported by Feng Liyuan.

257. By Gustavo Niemeyer

Introduced FailFast option in DialInfo.

FailFast will cause connection and query attempts to fail faster when
the server is unavailable, instead of retrying until the configured
timeout period. Note that an unavailable server may silently drop
packets instead of rejecting them, in which case it's impossible to
distinguish it from a slow server, so the timeout stays relevant.

Feature requested by Louisa Berger and Cailin Nelson.

256. By Gustavo Niemeyer

Increase number of elements in MapReduceVerbose test to stabilize it.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers