The externalplane.ecl fails on Roxie

Environment

Any

Description

The failed test:

Exception code: 4294967295 ( 1 item(s) )

Test case

Error message

WUID (link to ZAP file)

289. externalplane

Unknown storage plane 'mydropzone'

W20211028-080320-2

 

Conclusion

None

Attachments

2

Activity

Show:

Jacob Cobbett-Smith October 28, 2021 at 3:17 PM

This is being cause by this change: https://hpccsystems.atlassian.net/browse/HPCC-26740

CRoxieDaliHelper ::connectToDali enters a [slee] loop, waiting for dali to connect.
It holds the 'daliHelperCrit' whilst it is in that loop.

Meanwhile the CRoxieDaliConnectWatcher thread tried to establish the dali connection,
but will get deadlocked in it's call to checkDaliConnectionValid which also needs to enter the daliHelperCrit critical section.
 

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

Details

Components

Assignee

Reporter

Priority

Fix versions

Affects versions

Created October 28, 2021 at 9:00 AM
Updated November 3, 2021 at 10:54 AM
Resolved October 28, 2021 at 5:16 PM