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

Remove double quotes from the environment variables #24

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

sijie
Copy link
Member

@sijie sijie commented Jun 23, 2020

Motivation

Some of the environment variables still use double quotes. They result in the following

Could not find or load main class "

*Motivation*

Some of the environment variables still use double quotes. They result in the following

```bash
Could not find or load main class "
```
@sijie sijie added this to the 2.6.0 milestone Jun 23, 2020
@sijie sijie self-assigned this Jun 23, 2020
@merlimat merlimat merged commit 9778ce2 into apache:master Jun 23, 2020
@sijie sijie deleted the fix_recovery_pod branch June 23, 2020 17:46
@jujugrrr
Copy link
Contributor

@sijie I've noticed /pulsar/conf/pulsar_env.sh is returning errors without the quote(broker logs):

broker xxx-pulsar-broker-0.tf-res-sandbox-pulsar-broker.xxx-pulsar.svc.cluster.local znode still exists ... check in 10 seconds ...
/pulsar/conf/pulsar_env.sh: line 45: -Xmx256m: command not found

I'm not sure if it's actually creating errors somewhere else, but is it expected?

@sijie
Copy link
Member Author

sijie commented Jun 24, 2020

@jujugrrr I think the helm chart still tries to substitute the environment variables for some init containers in the environment file. This results in the error messages but it doesn't impact the running containers. Let me submit a fix.

@jujugrrr
Copy link
Contributor

Thanks a lot!

pgier pushed a commit to pgier/pulsar-helm-chart that referenced this pull request Apr 22, 2022
rdhabalia pushed a commit to rdhabalia/pulsar-helm-chart that referenced this pull request Feb 2, 2023
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.

3 participants