<div dir="ltr"><div><div>Root cause is when the state change from NULL to PAUSE happens<br>typefind will be searching for element. Before this state change<br>is completes/successful, application does another state change<br>
to NULL. This leads to a deadlock because state change to NULL<br>reaches upstream element before the typefind can create and add<br>the new found element in pipeline.<br>    <br>Upstream element has stopped the streaming because of state change<br>
while the newly created element is waiting data from upstream.<br><br></div>Thanks,<br></div>Vishal Agrawal<br></div>