Skip to content

PHOENIX-7145 Use embedded client in PQS startup script#158

Merged
stoty merged 1 commit intoapache:masterfrom
stoty:PHOENIX-7145
Aug 15, 2024
Merged

PHOENIX-7145 Use embedded client in PQS startup script#158
stoty merged 1 commit intoapache:masterfrom
stoty:PHOENIX-7145

Conversation

@stoty
Copy link
Copy Markdown
Contributor

@stoty stoty commented Jul 26, 2024

No description provided.

@stoty stoty requested a review from richardantal July 26, 2024 12:58
phoenix_client_jar = find(PHOENIX_CLIENT_EMBEDDED_JAR_PATTERN, phoenix_class_path)
if phoenix_client_jar == "":
phoenix_client_jar = find(OLD_PHOENIX_CLIENT_JAR_PATTERN, phoenix_class_path)
phoenix_client_jar = findFileInPathWithoutRecursion(PHOENIX_CLIENT_EMBEDDED_JAR_PATTERN, os.path.join(current_dir, ".."))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I switched the ordering around so that we search for the each pattern in both locations, instead of searching one location for each pattern, then searching the other one for each pattern.

Copy link
Copy Markdown
Contributor

@richardantal richardantal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stoty stoty merged commit b204272 into apache:master Aug 15, 2024
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