-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add Zipkin support of OpenSearch storage (add Docker images) #3766
Conversation
83972b4
to
f5d1ca3
Compare
the cve is eureka. I'll help raise a PR https://github.com/openzipkin/zipkin/actions/runs/8761712611?pr=3766 |
Signed-off-by: Andriy Redko <[email protected]>
export HEALTHCHECK_PATH=/_cluster/health | ||
|
||
# Set tmp folder | ||
OPENSEARCH_TMPDIR=`java -cp 'classes:lib/*' org.opensearch.tools.launchers.TempDirectory` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are setting this to /tmp as an env variable in dockerfile to /tmp. do you want to always overwrite it like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or does TempDirectory consider an existing OPENSEARCH_TMPDIR.. if so, maybe mention in the comment like below on OPENSEARCH_JAVA_OPTS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question, so TempDirectory
uses java.io.tmpdir
and pre-creates the opensearch
folder there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
export HEALTHCHECK_PATH=/_cluster/health | ||
|
||
# Set tmp folder | ||
OPENSEARCH_TMPDIR=`java -cp 'classes:lib/*' org.opensearch.tools.launchers.TempDirectory` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or does TempDirectory consider an existing OPENSEARCH_TMPDIR.. if so, maybe mention in the comment like below on OPENSEARCH_JAVA_OPTS
Signed-off-by: Andriy Redko <[email protected]>
thanks for taking this forward, @reta! |
Add Zipkin support of OpenSearch storage (add Docker images) as dicussed #3765 (comment)