Skip to content
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

Task/remove mongo create collection non capped case #2164

Merged
merged 4 commits into from
May 9, 2022

Conversation

AlvaroVega
Copy link
Member

@AlvaroVega AlvaroVega requested a review from fgalan May 6, 2022 07:36
@AlvaroVega AlvaroVega changed the title Task/remove mongo create collection non capped Task/remove mongo create collection non capped case May 6, 2022
throw e;
} // if else
} // try catch

// check STH indexes documentation at https://github.com/telefonicaid/fiware-sth-comet/blob/master/doc/manuals/db_indexes.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could add this to the JavaDoc of this method:

Note that different from the homonym createCollection method in this class, this one doesn't do an explicit collection creation operation in the DB, given that the creation of the indexes will automatically create the collection

as reminder for the future

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 09057b1

CHANGES_NEXT_RELEASE Outdated Show resolved Hide resolved
Copy link
Member

@fgalan fgalan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fgalan fgalan merged commit 00e911b into master May 9, 2022
@fgalan fgalan deleted the task/remove_mongo_create_collection_non_capped branch May 9, 2022 10:02
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