Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
master, 8.10.4
-
None
-
None
-
OBT (CentOS 7) and GitHub Smoketest Action.
Description
Regression Suite executed in an OBT instance (VM) in AWS. (However there is same problem with GitHub Smoketest action).
The reported error is:
<Exception><Source>eclagent</Source><Message>System error: 0: [20070: 2022-09-06 15:58:31 GMT: No drop zone configured for '.' and '/var/lib/HPCCSystems/mydropzoneW20220906-155829-spray_input_CSV'. Check your system drop zone configuration.] </Message></Exception>
In Debug version of DFUServer there is a bit more information:
0000002E USR 2022-09-06 15:05:39.974 15612 15623 "DFU Server running job: D20220906-150539" 0000002F PRG 2022-09-06 15:05:39.990 15612 15623 "File path is '/var/lib/HPCCSystems/mydropzone/W20220906-150439-spray_input_CSV'" 00000030 PRG 2022-09-06 15:05:39.990 15612 15623 "Netaddress: '127.0.0.1', targetFilePath: '/var/lib/HPCCSystems/mydropzone/W20220906-150439-spray_input_CSV'" 00000031 PRG 2022-09-06 15:05:39.992 15612 15623 "Listed server: '.', IP: '10.20.0.182'" 00000032 USR 2022-09-06 15:05:39.994 15612 15623 "dfurun.cpp(1807) : DFURUN Exception: : No Drop Zone on '127.0.0.1' configured at '/var/lib/HPCCSystems/mydropzone/W20220906-150439-spray_input_CSV'." 00000033 USR 2022-09-06 15:05:39.998 15612 15623 "DFU Server finished job: D20220906-150539"
Where the Netaddress: '127.0.0.1' is the target server address and the (only one) Drop Zone IP address '10.20.0.182' (from the environment) is the instance private IP address.
The DropZone configuration in the environment.xml is this:
<DropZone build="_" buildSet="DropZone" description="DropZone process" directory="/var/lib/HPCCSystems/mydropzone" name="mydropzone" ECLWatchVisible="true" umask="022"> <ServerList name="ServerList" server="."/> </DropZone>
Same tests on the master based platform (built on bare metal/local VM with Ubuntu 18.04) pass and the related DFUServer log is:
0000017D USR 2022-09-06 17:08:27.806 30569 30576 "DFU Server running job: D20220906-170750" 0000017E PRG 2022-09-06 17:08:27.866 30569 30576 "File path is '/var/lib/HPCCSystems/mydropzone/W20220906-170742-spray_input_CSV'" 0000017F PRG 2022-09-06 17:08:27.866 30569 30576 "Netaddress: '192.168.1.56', targetFilePath: '/var/lib/HPCCSystems/mydropzone/W20220906-170742-spray_input_CSV'" 00000180 PRG 2022-09-06 17:08:27.877 30569 30576 "Listed server: '.', IP: '192.168.1.56'" 00000181 PRG 2022-09-06 17:08:27.877 30569 30576 "Drop zone path 'mydropzone' is visible in ECLWatch." 00000182 PRG 2022-09-06 17:08:27.877 30569 30576 "DFS: export(regress::single::hthor::w20220906-170742::spray_prep_csv,.::spray_prep_csv)"
Here both target 'Netaddress' and the only one Drop Zone address are match.
Attachments
Issue Links
- blocks
-
HPCC-28201 Enable spray class tests in GitHub Smoketest action.
-
- Resolved
-