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

Logstash - Support parallelism in Plugin Reference Docs generation logic. #82

Open
mashhurs opened this issue Sep 21, 2022 · 0 comments

Comments

@mashhurs
Copy link
Contributor

Issue description

We had a bug in Plugin Reference Docs generation logic. The race condition in integration embedded plugins and plain plugins brought an issue where docs will not be generated or strangely generated.
During my spacetime, I quickly tested single thread and applied cash (in case), raised a PR to get to know how team wants. The conversation ended with separating short & long term solution. The PR covers the short term (uses single thread) and for the long term we have to separate the logic to first generate the docs for integration plugins, then by excluding them we should proceed the plain plugins (of plugin_versions.json).

Consider the importance

Do we really need this? - so far we are not in really need of this feature but have a nice feature since VPR is already using parallel processing.

Acceptance Criteria

Doc generation logic should support number of threads to speed up the doc generation process.

@roaksoax roaksoax changed the title Support parallelism in Plugin Reference Docs generation logic. Logstash - Support parallelism in Plugin Reference Docs generation logic. Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants