Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix the YAML format error in latest image #452

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

BewareMyPower
Copy link
Contributor

With the latest image, the pulsar-init service will fail with command line parsing.

picocli.CommandLine$UnmatchedArgumentException: Unmatched arguments from index 0: '
', '
', '
', '
', '
'
Exception in thread "main" picocli.CommandLine$UnmatchedArgumentException: Unmatched arguments from index 0: '
', '
', '
', '
', '
'
	at picocli.CommandLine$Interpreter.validateConstraints(CommandLine.java:13662)
	at picocli.CommandLine$Interpreter.parse(CommandLine.java:13614)
	at picocli.CommandLine$Interpreter.parse(CommandLine.java:13559)
	at picocli.CommandLine$Interpreter.parse(CommandLine.java:13454)
	at picocli.CommandLine.parseArgs(CommandLine.java:1552)
	at org.apache.pulsar.PulsarClusterMetadataSetup.main(PulsarClusterMetadataSetup.java:227)

@BewareMyPower BewareMyPower added this to the 3.7.0 milestone Oct 29, 2024
@BewareMyPower BewareMyPower self-assigned this Oct 29, 2024
@BewareMyPower
Copy link
Contributor Author

Ignore the wirkshark build failure on macOS for now. It's an issue with homebrew and we didn't maintain wireshark plugin for a long time

@BewareMyPower BewareMyPower merged commit 2491a5a into apache:main Oct 30, 2024
14 checks passed
@BewareMyPower BewareMyPower deleted the bewaremypower/fix-ci branch October 30, 2024 13:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants