Bug #25351
Possible bug if dash is a valid character in HTCondor sock names
Start date:
12/24/2020
Due date:
% Done:
0%
Estimated time:
First Occurred:
Occurs In:
Stakeholders:
Description
When using shared ports HTCondor refers to its daemons using sinful strings.
These include a "sock" parameter that identifies the daemon.
For some daemons, like collectors, this can be specified as command line argument (-sock NAME).
If dash is a valid character there is an expression in collector_setup.sh replace_range that will fail and needs to be changed.
I found no examples using dash and but also no source code preventing it.
I sent an email to the HTCondor mailing list, waiting for an answer,
Related issues
History
#1 Updated by Marco Mambelli 2 months ago
- Related to Bug #25350: fix collector_setup.sh to allow hyphens in the hostname and add unit tests added
#2 Updated by Marco Mambelli 16 days ago
- Target version changed from v3_6_7 to v3_7_4