apache / apache/ignite

I set the `workdir`, but the launch directory still generated the `ignite` directory.

Open
#11,605 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
5.1k
Forks
1.9k
Avg merge
3d 2h
Merged PRs (30d)
46

Description

I set the `workdir`, but the launch directory still generated the `ignite` directory.
`
IgniteConfiguration igniteConfiguration = new IgniteConfiguration(); igniteConfiguration.setAsyncCallbackPoolSize(Runtime.getRuntime().availableProcessors() / 2); igniteConfiguration.setWorkDirectory(System.getProperty("user.home") + "/data");

`
![image](https://github.com/user-attachments/assets/ce95ffd0-1e86-4604-a14d-3ff6a741bac9)

Contributor guide

Open the contributing guide

Research direction

Start with the IgniteConfiguration.setWorkDirectory call shown in the report and reproduce the launch using the provided configuration. Trace how the configured work directory relates to the generated ignite directory; the issue is resolved when the directory behavior is explained and corrected or the expected behavior is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases, distributed-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.