-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Client
-
None
-
ALL
client/dbclient_rs.cpp
void DBClientReplicaSet::killCursor( long long cursorID )
if any cursored query has been send to a slave we should probably send the killCursor message to the slave as well.
One issue could be the possibility of master and slave using the same cursorID for different queries, but that would negatively effect the current implementation as well.