-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: 1.25.0
-
Component/s: Performance
-
None
-
3
Problem Description
Steps to Reproduce
- Create new DB with 2 collections
--> Collections appeared in the Performance ->Hottest Collections table - Add some documents to one collection
- Drop collection without data
--> This collection is still displayed in the Hottest Collections table - Drop Db
Expected Results
Deleted collections are not displayed in theĀ Hottest Collections table after deletion.
Actual Results
Collections are still displayed in the Hottest Collections table even after refresh or reconnect to cluster
Additional Notes
If collection didn't contain data it disappears from the table after deletion:
- Create new DB with collection
--> Collection appeared in the Performance -> Hottest Collections table - Drop DB
--> Collection disappears from Hottest Collections table after some time or after reconnect to cluster