I set the `workdir`, but the launch directory still generated the `ignite` directory.
- 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");
`

Contributor 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