Open DonOtuseGH opened 2 months ago
What we would expect
It would be great to have an error message in the log, that there's something wrong, while processing the slurm file. Of course it could be helpful to show the wrong/invalid entries in the log as well. This would simplify troubleshooting considerably, especially if the slurm file contains several hundred locallyAddedAssertions
;-)
Hello,
we are running some RTRTR instances on Kubernetes clusters using a custom image:
RTRTR usually runs against our own Routinator instance, but to demonstrate the issue, the following config can be used as well:
rtrtr.conf:
We realized that RTRTR does not start correctly, does not process the slurm file at all and does not give an error message if the slurm file contains an invalid network address in the prefix value of prefixAssertions.
slurm.json with wrong entry (
10.10.10.164/27
is invalid/wrong, should be10.10.10.160/27
)rtrtr log doesn't show anything about the issue, no slurm file processing, no target information...
local target isn't working (expected result according to the missing log entries from above):
Of course everything is working fine, if we correct the network address of the prefix to a valid one:
slurm.json with valid entries:
rtrtr log looks as expected:
local target gives the correct count of VRPs: