]>
git.apps.os.sepia.ceph.com Git - ceph.git/log 
Samuel Just  [Fri, 1 Mar 2013 01:16:19 +0000  (17:16 -0800)] 
osd_internals/snaps.rst: add a description of snaps and trimmingSigned-off-by: Samuel Just <sam.just@inktank.com> 
Samuel Just  [Wed, 6 Mar 2013 01:43:39 +0000  (17:43 -0800)] 
PG::read_log: fix assert, split may introduce holes in the logSigned-off-by: Samuel Just <sam.just@inktank.com> 
Samuel Just  [Sat, 9 Mar 2013 01:15:14 +0000  (17:15 -0800)] 
OSD: add debugging to start_split and complete_splitSigned-off-by: Samuel Just <sam.just@inktank.com> 
Samuel Just  [Thu, 7 Mar 2013 20:53:51 +0000  (12:53 -0800)] 
PG: check_recovery_sources must happen even if not activeFixes: #4371 Signed-off-by: Samuel Just <sam.just@inktank.com> Reviewed-by: Greg Farnum <greg@inktank.com> 
Samuel Just  [Wed, 6 Mar 2013 00:06:20 +0000  (16:06 -0800)] 
FileStore: fix reversed collection_empty return valueFixes: #4380 Signed-off-by: Samuel Just <sam.just@inktank.com> Reviewed-by: Greg Farnum <greg@inktank.com> 
Samuel Just  [Tue, 5 Mar 2013 23:49:26 +0000  (15:49 -0800)] 
HashIndex: _collection_list_partial must tolerate NULL nextFixes: #4379 Signed-off-by: Samuel Just <sam.just@inktank.com> Reviewed-by: Greg Farnum <greg@inktank.com> 
Samuel Just  [Tue, 5 Mar 2013 22:35:39 +0000  (14:35 -0800)] 
OSD: lock not needed in ~DeletingState()Fixes: #4378 Signed-off-by: Samuel Just <sam.just@inktank.com> Reviewed-by: Greg Farnum <greg@inktank.com> 
Samuel Just  [Sun, 10 Mar 2013 19:50:01 +0000  (12:50 -0700)] 
ReplicatedPG: don't leak reservation on removalFixes: 4431 Signed-off-by: Samuel Just <sam.just@inktank.com> Reviewed-by: Greg Farnum <greg@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 23:46:47 +0000  (16:46 -0700)] 
Merge remote-tracking branch 'dalgaaf/wip-da-performance'Reviewed-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 23:38:38 +0000  (16:38 -0700)] 
Merge branch 'wip-mds-con'Reviewed-by: Greg Farnum <greg@inktank.com> Tested-by: Noah Watkins <jayhawk@cs.ucsc.edu> 
Sage Weil  [Wed, 13 Mar 2013 02:53:46 +0000  (19:53 -0700)] 
mds: log session resets more cleanlySigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 02:44:42 +0000  (19:44 -0700)] 
mds: use session con ref to mark down killing sessionSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 02:44:20 +0000  (19:44 -0700)] 
mds: mark con for closed session disposable
If there is a fault while delivering the message, close the con.  This will
clean up the Session state from memory.  If the client doesn't get the
CLOSED message, they will reconnect (from their perspective, it is still
a lossless connection) and get a remote_reset event telling them that the
session is gone.  The client code already handles this case properly.
Note that way back in 
4ac45200f10e0409121948cea5226ca9e23bb5fb  we removed
this because the client would reuse the same connection when it reopened
the session.  Now the client never does that; it will mark_down the con
as soon as it is closed and open a new one for a new session... which means
the MDS will get a remote_reset and close out the old session.
Signed-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 01:37:44 +0000  (18:37 -0700)] 
mds: useless cleanupSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 01:31:23 +0000  (18:31 -0700)] 
mds: mark_down old sessions using conSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 23:37:29 +0000  (16:37 -0700)] 
Merge branch 'wip-4390-b'Reviewed-by: Greg Farnum <greg@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 23:09:45 +0000  (16:09 -0700)] 
client: fix kick_flushing_caps() argsSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 23:08:50 +0000  (16:08 -0700)] 
client: clean up useless MetaSession lookupsSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 23:08:42 +0000  (16:08 -0700)] 
client: fix trim_caps() argsSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 23:07:47 +0000  (16:07 -0700)] 
client: fix wake_inode_waiters() argSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 23:06:02 +0000  (16:06 -0700)] 
client: validate/lookup mds session in each message handlerSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 22:55:15 +0000  (15:55 -0700)] 
client: fix remaining s->inst users to use s->conSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 20:24:37 +0000  (13:24 -0700)] 
client: remove unused MetaSession::was_staleSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 20:21:34 +0000  (13:21 -0700)] 
client: only signal session waiters on open and closeSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 21:47:03 +0000  (13:47 -0800)] 
client: use Connection* in MetaSession instead of the inst/addrSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 21:42:58 +0000  (13:42 -0800)] 
client: use session->inst where possibleSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 21:41:15 +0000  (13:41 -0800)] 
client: drop unused release_lease()Signed-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 21:32:51 +0000  (13:32 -0800)] 
client: pass session to send_reconnect and resend_unsafe_requestsSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 21:17:52 +0000  (13:17 -0800)] 
client: switch kick_requests and send_request to take a session *Signed-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 21:17:23 +0000  (13:17 -0800)] 
client: handle ESTALE redirection in make_request(), not reply handlerSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 21:05:22 +0000  (13:05 -0800)] 
client: fix up _closed_mds_sessionSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 21:01:56 +0000  (13:01 -0800)] 
client: use helper for _close_mds_session()Signed-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 20:57:58 +0000  (12:57 -0800)] 
mds: flush log when we hit xlock during path traversalSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 20:56:54 +0000  (12:56 -0800)] 
client: instantiate MetaSession for opening connectionsSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 20:09:03 +0000  (12:09 -0800)] 
client: pass around MetaSession* instead of int mdsSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Fri, 8 Mar 2013 18:54:14 +0000  (10:54 -0800)] 
client: check for mds state before sending messagesSigned-off-by: Sage Weil <sage@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 20:13:12 +0000  (13:13 -0700)] 
mon: increase max_global_id before we hit the wallSigned-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Joao Luis <joao.luis@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 22:39:01 +0000  (15:39 -0700)] 
Merge branch 'next'
Sage Weil  [Wed, 13 Mar 2013 20:11:42 +0000  (13:11 -0700)] 
mon: simplify assign_global_id()Signed-off-by: Sage Weil <sage@inktank.com> 
Joao Eduardo Luis  [Mon, 11 Mar 2013 23:06:19 +0000  (23:06 +0000)] 
mon: AuthMonitor: don't return global_id right away if we're increasing itFixes: #4285 Signed-off-by: Joao Luis <joao.luis@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com> 
Joao Eduardo Luis  [Tue, 12 Mar 2013 12:37:01 +0000  (12:37 +0000)] 
mon: Paxos: only finish a queued proposal if there's actually *any*Fixes: #4250 Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com> 
Sage Weil  [Wed, 13 Mar 2013 20:40:47 +0000  (13:40 -0700)] 
auth: assert if auth_debug = true and secret_id == 0Signed-off-by: Sage Weil <sage@inktank.com> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 18:09:39 +0000  (19:09 +0100)] 
libcephfs_jni.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 18:08:19 +0000  (19:08 +0100)] 
dupstore.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 18:07:45 +0000  (19:07 +0100)] 
crushtool.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 18:06:56 +0000  (19:06 +0100)] 
libcephfs_jni.cc: fix indentionSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
John Wilkins  [Wed, 13 Mar 2013 17:57:23 +0000  (10:57 -0700)] 
doc: Added libvirt config comments for discard granularity.Signed-off-by: John Wilkins <john.wilkins@inktank.com> 
Yehuda Sadeh  [Tue, 12 Mar 2013 19:56:01 +0000  (12:56 -0700)] 
rgw: set up curl with CURL_NOSIGNALFixes: #4425 Signed-off-by: Yehuda Sadeh <yehuda@inktank.com> Reviewed-by: Greg Farnum <greg@inktank.com> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 17:40:44 +0000  (18:40 +0100)] 
src/crush/CrushTester.{cc,h}: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 17:40:06 +0000  (18:40 +0100)] 
common/pick_address.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 17:39:26 +0000  (18:39 +0100)] 
common/buffer.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 17:09:30 +0000  (18:09 +0100)] 
common/WorkQueue.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 17:09:00 +0000  (18:09 +0100)] 
LogEntry.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 17:08:31 +0000  (18:08 +0100)] 
common/LogClient.cc: : prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 17:07:51 +0000  (18:07 +0100)] 
client/SyntheticClient.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:56:30 +0000  (17:56 +0100)] 
osd/osd_types.h: prefer prefix --/++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:56:06 +0000  (17:56 +0100)] 
osd/PG.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:55:42 +0000  (17:55 +0100)] 
osd/OSD.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:55:04 +0000  (17:55 +0100)] 
client/Client.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:54:39 +0000  (17:54 +0100)] 
ceph_syn.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:20:17 +0000  (17:20 +0100)] 
mon/Session.h: prefer prefix --operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:19:23 +0000  (17:19 +0100)] 
mon/Session.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:18:56 +0000  (17:18 +0100)] 
mds/SnapRealm.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:18:31 +0000  (17:18 +0100)] 
mds/SessionMap.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:18:05 +0000  (17:18 +0100)] 
mds/MDSMap.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 16:17:28 +0000  (17:17 +0100)] 
mds/CInode.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 15:59:40 +0000  (16:59 +0100)] 
msg/Messenger.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 15:58:40 +0000  (16:58 +0100)] 
MonMap.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 15:58:05 +0000  (16:58 +0100)] 
buffer.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 15:47:32 +0000  (16:47 +0100)] 
types.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Wed, 13 Mar 2013 15:40:44 +0000  (16:40 +0100)] 
auth/Crypto.cc prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
John Wilkins  [Wed, 13 Mar 2013 00:50:26 +0000  (17:50 -0700)] 
doc: Fixed syntax error.Signed-off-by: John Wilkins <john.wilkins@inktank.com> 
John Wilkins  [Wed, 13 Mar 2013 00:44:10 +0000  (17:44 -0700)] 
doc: Added tcp and bind settings and cleaned up syntax a bit.Signed-off-by: John Wilkins <john.wilkins@inktank.com> 
John Wilkins  [Tue, 12 Mar 2013 22:43:33 +0000  (15:43 -0700)] 
doc: Setting should use network not single IP.Signed-off-by: John Wilkins <john.wilkins@inktank.com> 
John Wilkins  [Tue, 12 Mar 2013 21:39:46 +0000  (14:39 -0700)] 
doc: Fixed usage and added note for copying keyring to client. Added hyperlinks.Signed-off-by: John Wilkins <john.wilkins@inktank.com> 
John Wilkins  [Tue, 12 Mar 2013 21:25:44 +0000  (14:25 -0700)] 
doc: Addressed confusion with version numbering.Signed-off-by: John Wilkins <john.wilkins@inktank.com> 
John Wilkins  [Tue, 12 Mar 2013 21:15:51 +0000  (14:15 -0700)] 
doc: Added troubleshooting entry for single OSD and single replica.Signed-off-by: John Wilkins <john.wilkins@inktank.com> 
David Zafman  [Tue, 12 Mar 2013 19:03:43 +0000  (12:03 -0700)] 
Merge remote-tracking branch 'origin/wip-fix-librados-headers'
Gary Lowell  [Tue, 12 Mar 2013 18:15:00 +0000  (11:15 -0700)] 
Merge pull request #97 from Elbandi/masterReviewed-by: Gary Lowell <gary.lowell@inktank.com> 
David Zafman  [Tue, 12 Mar 2013 18:07:54 +0000  (11:07 -0700)] 
Fix typo in ceph usage outputSigned-off-by: David Zafman <david.zafman@inktank.com> 
Sage Weil  [Tue, 12 Mar 2013 18:00:08 +0000  (11:00 -0700)] 
Merge pull request #103 from dalgaaf/wip-da-fix-c_strReviewed-by: Sage Weil <sage@inktank.com> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 17:21:40 +0000  (18:21 +0100)] 
mon/Monitor.h: return string instead of 'char *' from get_state_name()Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Sage Weil  [Tue, 12 Mar 2013 16:57:44 +0000  (09:57 -0700)] 
Merge pull request #102 from dalgaaf/wip-da-sca-style-4-v2Reviewed-by: Sage Weil <sage@inktank.com> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 15:01:13 +0000  (16:01 +0100)] 
client/hadoop/CephFSInterface.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 14:59:29 +0000  (15:59 +0100)] 
cls/rgw/cls_rgw.cc: prefer prefix --operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 14:43:30 +0000  (15:43 +0100)] 
client/Inode.cc: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 14:36:14 +0000  (15:36 +0100)] 
SyntheticClient.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 14:25:52 +0000  (15:25 +0100)] 
CephxKeyServer.h: prefer prefix ++operator for iteratorsSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 14:18:01 +0000  (15:18 +0100)] 
auth/Auth.h: prefer prefix ++operator for non-primitive typesSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 11:47:22 +0000  (12:47 +0100)] 
tools/rest_bench.cc: remove unused variableSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 11:28:53 +0000  (12:28 +0100)] 
test/test_filejournal.cc: use %u to format unsigned in sprintf()Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 11:25:28 +0000  (12:25 +0100)] 
test/system/st_rados_list_objects.cc: remove not needed statementSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 11:17:30 +0000  (12:17 +0100)] 
test/osd/RadosModel.h: remove unused variablesSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 11:15:44 +0000  (12:15 +0100)] 
test/osd/Object.cc: catch exception by referenceSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 11:12:03 +0000  (12:12 +0100)] 
test/omap_bench.cc: remove unused variablesSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 10:53:59 +0000  (11:53 +0100)] 
test_mon_workloadgen.cc: remove unused variablesSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 10:40:41 +0000  (11:40 +0100)] 
test/librados/aio.cc: use static_cast instead of C-Style castSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 10:04:24 +0000  (11:04 +0100)] 
test/encoding/ceph_dencoder.cc: use static_cast instead of C-Style castSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 10:00:32 +0000  (11:00 +0100)] 
bench/dumb_backend.h: remove never executed delete statementSigned-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> 
Danny Al-Gaaf  [Tue, 12 Mar 2013 09:51:46 +0000  (10:51 +0100)] 
test_object_map.cc: use %u to format unsigned in snprintf()Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>