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

Fintrospect: Upgrade to lib version, and tweak JVM parameters #2264

Merged
merged 10 commits into from
Sep 9, 2016
Merged

Fintrospect: Upgrade to lib version, and tweak JVM parameters #2264

merged 10 commits into from
Sep 9, 2016

Conversation

daviddenton
Copy link
Contributor

@daviddenton daviddenton commented Sep 9, 2016

No description provided.

@daviddenton
Copy link
Contributor Author

This is to be added to Round 13 preview please

.withMonitor(NullMonitor)
.withTracer(NullTracer)
.withMaxConcurrentPrepareStatements(256)
.newRichClient("localhost:3306")
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a line to your setup.sh file that replaces localhost here with the system variable $DBHOST? Here's an example of another framework doing something similar. We ask that you do this because localhost will work for Travis and for local testing, but on our production runs, we have different IP addresses for the App, Database, and Client servers.

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, your /fortunes test appears to be failing even on Travis and on a single local machine, so perhaps there's something that is misconfigured here?

@daviddenton
Copy link
Contributor Author

@knewmanTE Sorry - my bad. The DB tests aren't ready to be plugged in yet (meant for R14), so I've removed them from the config. If you could merge the rest then that'd be awesome.

:)

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