summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2015-10-05 13:32:09 -0400
committerJason Rassi <rassi@10gen.com>2015-10-12 17:25:02 -0400
commit01dead3f2c56292f08faf5461e60e79f5ac3ba3a (patch)
tree493a2c0fcf1bed4c7e3e89e7672031b7b745dd7f
parent2116eec9f6459751306dcb93740806fe82abf702 (diff)
downloadmongo-01dead3f2c56292f08faf5461e60e79f5ac3ba3a.tar.gz
SERVER-20194 SERVER-20758 Update ticket number in s/query/ comments
-rw-r--r--src/mongo/s/query/SConscript2
-rw-r--r--src/mongo/s/query/cluster_cursor_cleanup_job.h2
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<long long> cursorTimeoutMillis;