opensearch-project / opensearch-project/performance-analyzer
Decouple creation of data folder in opensearch tarball
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 48
- Forks
- 78
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
Hi,
Currently the creation and handling of data folder required by the performance analyzer plugin is handled by tarball building script. However, we intend to decouple it and let the plugin handle want it needs.
Can the performance analyzer fix and handle the direct path they need? It is creating a special step added to decoupled code, a great way to add complexity that we will have trouble resolving in the future.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked opendistro-tar-build.sh lines 113-114, then trace how the performance analyzer plugin currently creates and handles its data folder. The work is done when the tarball-building script no longer owns that setup and the plugin handles the direct path it requires.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- observability
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100