Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
CriticalCompatibility
PointFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Compatibility
Point
Fix versions
Pull Request URL
Created January 18, 2018 at 5:28 PM
Updated February 8, 2018 at 10:24 AM
Resolved January 24, 2018 at 3:26 PM
If a CSV read has a HEADER and has very few records (< header lines) on each slaves, then if only some slaves start, it might cause a deadlock.
This is really a CSV bug, it's currently trying to handshake between slaves in start() and should delay the header processing until needed.
The bug was exposed by this change: https://hpccsystems.atlassian.net/browse/HPCC-17991