GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse
Updating Dataflow pipeline options UI takes too long, freezing UI for a brief moment
Open
enhancement
p4
priority: p4
- Dominant language
- Java
- Stars
- 90
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
It is `pipelineOptionsForm.updateForm()` in `PipelineArgumentsTab.updatePipelineOptionsForm()` that takes a lot of time. The root cause is probably adding too many UI controls (labels, text fields, etc) dynamically. It's not clear if this can really be optimized though.
Contributor guide
Assessment
This issue has not been assessed yet.