From 01dead3f2c56292f08faf5461e60e79f5ac3ba3a Mon Sep 17 00:00:00 2001 From: Jason Rassi Date: Mon, 5 Oct 2015 13:32:09 -0400 Subject: SERVER-20194 SERVER-20758 Update ticket number in s/query/ comments --- src/mongo/s/query/SConscript | 2 +- src/mongo/s/query/cluster_cursor_cleanup_job.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mongo/s/query/SConscript b/src/mongo/s/query/SConscript index b767a24824a..f499423e99a 100644 --- a/src/mongo/s/query/SConscript +++ b/src/mongo/s/query/SConscript @@ -106,7 +106,7 @@ env.Library( ], LIBDEPS_TAGS=[ # Circular with libmongoscore. TODO: This tag should be removed as part of the work for - # SERVER-20194. + # SERVER-20758. 'incomplete', ], ) diff --git a/src/mongo/s/query/cluster_cursor_cleanup_job.h b/src/mongo/s/query/cluster_cursor_cleanup_job.h index d9530c8e60c..4e45d889d30 100644 --- a/src/mongo/s/query/cluster_cursor_cleanup_job.h +++ b/src/mongo/s/query/cluster_cursor_cleanup_job.h @@ -48,7 +48,7 @@ public: * Period of time after which mortal cursors are killed for inactivity. Configurable with * server parameter "cursorTimeoutMillis". * - * TODO: Move declaration to cpp file once CursorCache class is deleted. See SERVER-20194 for + * TODO: Move declaration to cpp file once CursorCache class is deleted. See SERVER-20758 for * more details. */ static std::atomic cursorTimeoutMillis; -- cgit v1.2.1