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

Fix Pravega and BookKeeper Java options #145

Merged
merged 4 commits into from
Mar 28, 2019
Merged

Conversation

adrianmo
Copy link
Contributor

@adrianmo adrianmo commented Mar 25, 2019

Change log description

  • Set BookKeeper Java options using the BOOKIE_MEM_OPTS, BOOKIE_GC_OPTS, and BOOKIE_GC_LOGGING_OPTS environment variables instead of BK_BOOKIE_EXTRA_OPTS.
  • Fix out-of-memory errors
  • Make Segmentstore, Controller, and BookKeeper processes exit and crash on out of memory errors.
  • Fix CI triggers.

Purpose of the change

Fix #144
Related to #141

How to test the change

After deploying a Pravega cluster, kubectl exec into the containers, list the processes with ps aux, and check that Java options are properly passed to the Java process.


Signed-off-by: Adrián Moreno adrian@morenomartinez.com

Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
@adrianmo
Copy link
Contributor Author

Waiting on @vedanthh confirmation in #141.

@adrianmo
Copy link
Contributor Author

Got @vedanthh confirmation in #141 (comment)

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