When the mongos process gracefully terminates, the running CatalogCache's threads are not joined causing some memory leaks.
As memory leaks at the process termination, the impact on the customers' business is definitely negligible, however a clean shutdown procedure should interrupt and join these running thread before closing the process.