Skip to content

Commit

Permalink
[Issue 6355][HELM] autorecovery - could not find or load main class (a…
Browse files Browse the repository at this point in the history
…pache#6373)

This applies the recommended fix from
apache#6355 (comment)

Fixes apache#6355

### Motivation

This PR corrects the configmap data which was causing the autorecovery pod to crashloop
with `could not find or load main class`

### Modifications

Updated the configmap var data per [this comment](apache#6355 (comment)) from @sijie
(cherry picked from commit af4773b)
  • Loading branch information
jharris- authored and jiazhai committed May 17, 2020
1 parent eed0410 commit 3b30516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/kubernetes/helm/pulsar/values-mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ autoRecovery:
## templates/autorecovery-configmap.yaml
##
configData:
PULSAR_MEM: "\" -Xms64m -Xmx128m \""
BOOKIE_MEM: "\" -Xms64m -Xmx128m \""

## Pulsar Extra: Dashboard
## templates/dashboard-deployment.yaml
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/helm/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ autoRecovery:
## templates/autorecovery-configmap.yaml
##
configData:
PULSAR_MEM: "\" -Xms1g -Xmx1g \""
BOOKIE_MEM: "\" -Xms1g -Xmx1g \""

## Pulsar Extra: Dashboard
## templates/dashboard-deployment.yaml
Expand Down

0 comments on commit 3b30516

Please sign in to comment.