Skip to content

Commit

Permalink
Update classpath to make it compatible with old runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Nov 6, 2024
1 parent 97dd12b commit f795f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/spec/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ func getProcessJavaRuntimeArgs(name, packageName, clusterName, logLevel, details
state *v1alpha1.Stateful,
tlsConfig TLSConfig, authConfig *v1alpha1.AuthConfig,
maxPendingAsyncRequests *int32, logConfigFileName string) []string {
classPath := "/pulsar/instances/java-instance.jar:/pulsar/instances/deps/*"
classPath := "/pulsar/instances/java-instance.jar:$(echo /pulsar/lib/com.fasterxml.jackson.dataformat-jackson-dataformat-yaml-*.jar):$(echo /pulsar/lib/org.yaml-snakeyaml-*.jar)"
javaLogConfigPath := logConfigFileName
if javaLogConfigPath == "" {
javaLogConfigPath = DefaultJavaLogConfigPath
Expand Down

0 comments on commit f795f4b

Please sign in to comment.