If a ClientCursor::Pin is released and then destroyed, a "cursor not found in map" warning can occasionally be printed incorrectly. This happens when a client cursor is exhausted in process get more.
if ( warn ) OCCASIONALLY out() << "ClientCursor::find(): cursor not found in map " << id << " (ok after a drop)\n";