MongoDB-Cowboys / Monalize

Monaliza is a tool for scanning and analyzing MongoDB database for any performance issues, which lead to high CPU consumption.
GNU General Public License v3.0
28 stars 6 forks source link

CommandNotSupportedOnView #3

Closed intonet closed 3 years ago

intonet commented 3 years ago

Hi ./monalize exit during counting docs with error: Something went wrong listing (CommandNotSupportedOnView) Namespace ... is a view, not a collection Is there any solution for skip views ?

MongoDB server version: 4.2.2

ku9nov commented 3 years ago

Hi @intonet It is interesting. Thanks for the report) I will deal with this in the near future.

ku9nov commented 3 years ago

hey @intonet I added support for skipping views. You can check?

intonet commented 3 years ago

Hi. @ku9nov, works well. Thx!

ku9nov commented 3 years ago

@intonet great, thx for your response

dmgeurts commented 1 year ago

Please could this be included in a new release?

ku9nov commented 1 year ago

@dmgeurts Hey, it is done. https://github.com/MongoDB-Cowboys/Monalize/releases/tag/1.1.2

dmgeurts commented 1 year ago

Hey, it is done. https://github.com/MongoDB-Cowboys/Monalize/releases/tag/1.1.2

Thank you! Just found that Ubuntu 20.04 is still on glibc 2.31...

./monalize: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./monalize)
./monalize: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./monalize)