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

[BUG] Ensure Files.createTempDirectory honors java.io.tmpdir System Property #16833

Open
arun0009 opened this issue Dec 11, 2024 · 0 comments
Open
Labels
bug Something isn't working Other untriaged

Comments

@arun0009
Copy link

Describe the bug

Currently Launchers.createTempDirectory doesn't honor java.io.tmpdir. The logic seems to be used for "Windows" but isn't for other OS in TempDirectory.java

Related component

Other

To Reproduce

Set java.io.tmpdir in docker and run OpenSearch docker container, it creates tmp files in some other tmp folder.

Expected behavior

Should honor java.io.tmpdir

Additional Details

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Other untriaged
Projects
None yet
Development

No branches or pull requests

1 participant