Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Andrew Walker
Andrew WalkerReporter
Andrew Walker
Andrew WalkerLabels
Components
Fix versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created December 29, 2020 at 4:09 PM
Updated July 1, 2022 at 4:59 PM
Resolved January 4, 2021 at 3:47 PM
Add ability to filter efficiently based on session-id (PID). This is a two-part optimization. First is to add new switch to smbstatus to filter by user-provided session-id. Basically we bail out on locking tdb entries if they don't match the id so that output returned to middleware is minimized. Second, we add special handling for filter where `session_id = <pid>` to call this optimized version.