Skip to content

Not pulling sample document from system.profile #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Not pulling sample document from system.profile #60

wants to merge 1 commit into from

Conversation

ciudilo
Copy link
Contributor

@ciudilo ciudilo commented May 22, 2017

Previously we would pull a sample document from system.profile collection which could contain regexes.
Regexes sometimes are not processed correctly and cause promblems for proactiveDB analysis.

Previously we would pull a sample document from system.profile collection which could contain regexes.
Regexes sometimes are not processed correctly and cause promblems for proactiveDB analysis.
@devkev
Copy link
Contributor

devkev commented Aug 22, 2017

Any document in any collection can contain regexes, it's just that system.profile is generally more likely to contain them. Is the issue here SERVER-11771 (or similar), or something else? Would it be better to see if we can more generically remove from the output any regexes that the shell can't handle? eg. convert them to a { $regex: "...", $options: "..." } subdocument?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants