JatinVenkatesh opened a new issue, #5353: URL: https://github.com/apache/hop/issues/5353
### Apache Hop version? 2.14.0 ### Java version? 17 ### Operating system Windows ### What happened? ### Description During pipeline execution, the **Logging** and **Metrics** tabs in the Hop GUI are not updating in real-time. Instead of showing logs and metrics progressively as each transformation runs, they only display the information **after the entire pipeline completes**. This breaks the expectation of real-time monitoring and makes debugging long-running pipelines difficult. ### Expected Behavior - Logging and metrics information should update live while the pipeline is running. - Logs related to each transformation step should appear as the step runs. - Metrics like the number of records processed should be visible in real time. ### Actual Behavior - The Logging and Metrics tabs remain static during execution. - Logs and metrics only appear after the pipeline finishes. ### Steps to Reproduce 1. Create a pipeline with multiple transformations (e.g., Dummy, Generate Rows, Filter Rows). 2. Run the pipeline using the Hop GUI. 3. Observe the Logging and Metrics tabs during execution. ### Environment - OS: 17763.7314 - Java Version: jdk-17 - Apache Hop Version: 2.14.0 ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
