You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes are included in this PR?
The key hasher invalidation and memo-store time updating are moved to the processing thread.
### Are these changes tested?
Yes, by existing tests.
### Are there any user-facing changes?
No.
* Closes: #36092
Authored-by: Yaron Gvili <[email protected]>
Signed-off-by: Li Jin <[email protected]>
Describe the enhancement requested
Currently, as-of-join node has internal invocations that require thread-safe synchronization but can be simplified to not require this:
Both of these can be moved to the processing thread, instead of invoked from the input-receiving thread.
Component(s)
C++
The text was updated successfully, but these errors were encountered: