You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/13 19:26:22 UTC

[hop] branch master updated (8085b00 -> 3466eb2)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git.


    from 8085b00  Merge pull request #1356 from nadment/HOP-3752
     new 588d79b  Add cpu load test code BlockingQueueCpuLoadTest.java
     new 3b50d20  Fixed BlockingRowSet high cpu, support dynamic timeout when get row from all InputRowSet
     new a14d119  Fix currentInputRowSetNr when a input stream was done
     new a881724  Add missing license
     new dad91bb  Reactive a undone input steam when removed done input stream
     new 677eb27  Clean const Const.TIMEOUT_GET_MAX_MILLIS and println
     new 3466eb2  Merge pull request #1343 from shlxue/master

The 3534 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/hop/core/BlockingQueueCpuLoadTest.java  |  87 ++++++++++++
 .../hop/pipeline/transform/BaseTransform.java      |  17 ++-
 .../hop/pipeline/transform/DynamicWaitTimes.java   | 153 +++++++++++++++++++++
 .../pipeline/transform/DynamicWaitTimesTest.java   |  95 +++++++++++++
 4 files changed, 351 insertions(+), 1 deletion(-)
 create mode 100644 core/src/test/java/org/apache/hop/core/BlockingQueueCpuLoadTest.java
 create mode 100644 engine/src/main/java/org/apache/hop/pipeline/transform/DynamicWaitTimes.java
 create mode 100644 engine/src/test/java/org/apache/hop/pipeline/transform/DynamicWaitTimesTest.java