Skip to content

Raise the default version of Mongo used with Embedded Mongo to 3.5.5 #14476

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

Closed
rajadilipkolli opened this issue Sep 14, 2018 · 6 comments
Closed
Assignees
Labels
type: dependency-upgrade A dependency upgrade
Milestone

Comments

@rajadilipkolli
Copy link
Contributor

rajadilipkolli commented Sep 14, 2018

The current version of embedded MongoDB is 3.2.2 as minimum version of MongoDB used is 3.8.x . can you please raise embedded MongoDB version as well.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 14, 2018
@wilkinsona
Copy link
Member

Sounds reasonable to me. We probably should have raised it in 2.0, but better late than never.

@wilkinsona wilkinsona changed the title Consider Raising Minimum supported version of EmbeddedMongoDB in SB 2.1.x Raise the default version of Mongo used with Embedded Mongo to 3.6.7 Sep 14, 2018
@wilkinsona wilkinsona added type: dependency-upgrade A dependency upgrade and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 14, 2018
@wilkinsona wilkinsona added this to the 2.1.x milestone Sep 14, 2018
@wilkinsona wilkinsona self-assigned this Sep 17, 2018
@wilkinsona wilkinsona changed the title Raise the default version of Mongo used with Embedded Mongo to 3.6.7 Raise the default version of Mongo used with Embedded Mongo to 3.6.5 Sep 17, 2018
@wilkinsona wilkinsona modified the milestones: 2.1.x, 2.1.0.M4 Sep 17, 2018
@mbhave
Copy link
Contributor

mbhave commented Sep 18, 2018

Reopening to investigate timeouts on CI.

@mbhave mbhave reopened this Sep 18, 2018
@wilkinsona wilkinsona modified the milestones: 2.1.0.M4, 2.1.x Sep 19, 2018
@wilkinsona
Copy link
Member

I've pushed the changes again to see if it was a one-off problem on Concourse, or something more repeatable. The changes build fine locally for both @mbhave and me.

@wilkinsona wilkinsona modified the milestones: 2.1.x, 2.1.0.RC1 Sep 25, 2018
@wilkinsona
Copy link
Member

It appears to have hung again across all 4 builds (Java 8, 9, 10, and 11). Running top having hijacked the container shows three extract-… processes consuming lots of CPU:

  20325 root      10 -10  921200  67388  29544 S 105.6  0.2  12:38.09 extract-c780078                                              
  20361 root      10 -10  919140  67756  29944 S 102.7  0.2  12:32.80 extract-0b35940                                              
  20396 root      10 -10  920168  67376  29728 S 100.3  0.2  12:33.71 extract-e160fac  

I believe the extract- processes are Mongo due to the filename used by Embedded Mongo when it installs it.

@wilkinsona
Copy link
Member

I've been unable to get a stack trace from the java process. kill -3 appears to have no effect and the container becomes unresponsive when I try to use jstack.

@wilkinsona wilkinsona changed the title Raise the default version of Mongo used with Embedded Mongo to 3.6.5 Raise the default version of Mongo used with Embedded Mongo to 3.5.5 Sep 25, 2018
@wilkinsona
Copy link
Member

Let's give 3.5.5 a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

4 participants