Roxie Error reading query from socket Maximum block size (0 bytes) exceeded

Description

Hundreds of Roxie log lines of:
"Error reading query from socket: Maximum block size (0 bytes) exceeded (missing length prefix?)"
Tracked down to a mem issue in ccdmain.cpp

Conclusion

None

Activity

Show:

Mark Kelly February 1, 2022 at 2:16 AM

Owned<IHpccProtocolPlugin> protocolPlugin = ensureProtocolPlugin(*protocolCtx, soname);
should live beyond its current scope.
We could revert this to IHpccProtocolPlugin *protocolPlugin and let it leak.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Point

Fix versions

Affects versions

Created February 1, 2022 at 2:09 AM
Updated July 14, 2022 at 2:18 AM
Resolved February 2, 2022 at 4:07 PM

Flag notifications