-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Schema
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
Compass version 1.21.0
I have observed this to happen consistently, regardless of the collection being used.
Steps to reproduce:
1. Connect from Compass 1.21.0 to an Atlas cluster
2. Open a collection in Compass. You can use the sample_mflix.movies namespace available when downloading sample data set to atlas clusters (more info here).
3. Go to the schema tab, and click on analyse schema.
4. type in a query in the filter, making sure it includes a field that has int32 values, and uses the $in operator. In my test, I use the below:
{year:{$in:[1990,1992]}}
As soon as I type the last closing bracket (i.e. without even running the query), the schema reports disappear, and there is no way to reset or analyse the schema again.
I also repro'd this using the mongofans collection a collection generated by KEYHOLE in a local mongod. i.e. this is not associated to a particular collection (or Atlas).
- is related to
-
COMPASS-4913 Schema Analyzer tab crashes on a certain query
- Closed