Complete
Details
Details
Assignee
Caleb
CalebReporter
Bill O'Hanlon
Bill O'Hanlon(Deactivated)Labels
Support Ticket
DJU-253-11261
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created December 15, 2020 at 6:49 PM
Updated August 19, 2022 at 12:33 PM
Resolved January 7, 2021 at 1:44 PM
Using netcli to add VLANs to a lagg resulted in a hang.
control-T showed "uniq" to tbe the process waiting.
SSH to same controller hung on DNS lookup. (Evidence: controller was pingable, and DNS lookup eventually timed out and password prompt appeared.)
Suspect this line in netcli is the cause:
p1 = subprocess.Popen("sockstat -46P tcp |awk '{ if ($2 == \"nginx\" && $7 == \":\") print $5\",\"$6 }'|sort|uniq", shell=True, stdout=subprocess.PIPE, encoding='utf8')