This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from e5238ed90a Merge pull request #4498 from dave-csc/main
add 1d3374ef56 added avoiding deadlocks with the stream lookup transform.
#3740
new a4a489c901 Merge pull request #4513 from Adalennis/3740
The 1 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:
.../deadlock-sample-stream-lookup-pipeline.png | Bin 0 -> 286046 bytes
.../deadlock-sample-stream-lookup-rowset-size.png | Bin 0 -> 278978 bytes
.../deadlock-stream-lookup-adjust-rowset-size.png | Bin 0 -> 136701 bytes
.../deadlock-stream-lookup-divide-in-pipelines.png | Bin 0 -> 159291 bytes
...adlock-stream-lookup-separate-input-streams.png | Bin 0 -> 158794 bytes
...adlock-stream-lookup-use-blocking-transform.png | Bin 0 -> 146967 bytes
docs/hop-user-manual/modules/ROOT/nav.adoc | 1 +
...voiding-deadlocks-when-using-stream-lookup.adoc | 102 +++++++++++++++++++++
.../pages/pipeline/transforms/streamlookup.adoc | 4 +
9 files changed, 107 insertions(+)
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/deadlocks-stream-lookup/deadlock-sample-stream-lookup-pipeline.png
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/deadlocks-stream-lookup/deadlock-sample-stream-lookup-rowset-size.png
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/deadlocks-stream-lookup/deadlock-stream-lookup-adjust-rowset-size.png
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/deadlocks-stream-lookup/deadlock-stream-lookup-divide-in-pipelines.png
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/deadlocks-stream-lookup/deadlock-stream-lookup-separate-input-streams.png
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/deadlocks-stream-lookup/deadlock-stream-lookup-use-blocking-transform.png
create mode 100644
docs/hop-user-manual/modules/ROOT/pages/how-to-guides/avoiding-deadlocks-when-using-stream-lookup.adoc