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

Downgrade mongo driver to fix strange error when calling session service #8900

Merged
merged 2 commits into from
Sep 16, 2021

Conversation

alisman
Copy link
Contributor

@alisman alisman commented Sep 15, 2021

After upgrade, at least 2 users experienced an error when calling session service

@alisman alisman requested a review from inodb September 15, 2021 19:08
@@ -413,7 +413,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.12.10</version>
<version>3.12.9</version>
Copy link
Member

@inodb inodb Sep 16, 2021

Choose a reason for hiding this comment

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

it seems like this driver version should indeed be compatible with mongodb version 3.7 (https://github.com/cBioPortal/cbioportal-docker-compose/blob/a8759d8751ecc6ba172a67b06e1b40cd4ac5b8bf/docker-compose.yml#L49): https://docs.mongodb.com/drivers/java/sync/current/compatibility/. For some reason mongodb version 3.7 is not explicitly listed (maybe it's not LTS or something)

Copy link
Member

Choose a reason for hiding this comment

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

anyway it's just a patch version change so i guess it should be fine

@alisman alisman force-pushed the mongo-down branch 2 times, most recently from bfca28b to 35ab598 Compare September 16, 2021 18:48
@sonarcloud
Copy link

sonarcloud bot commented Sep 16, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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

Successfully merging this pull request may close these issues.

None yet

2 participants