Complete
Details
Details
Assignee
Andrew Walker
Andrew WalkerReporter
Bug Clerk
Bug ClerkComponents
Fix versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created June 18, 2020 at 2:08 PM
Updated July 1, 2022 at 4:52 PM
Resolved June 18, 2020 at 2:53 PM
PR: https://github.com/freenas/freenas/pull/4972
In some situations winbindd may write multiple status change messages
before the middleware thread has an opportunity to read them. Because
of this, the winbindd behavior has been modified in a separate PR to
append a terminating newline to status messages. Accordingly, we
need to splitlines() in middleware to separate out the messages and
then parse each one separately to avoid JSON exceptions.