Hi, I am facing issue after enabling FQ pacing plugin in remap.config. I am seeing the following error log in diags.log. Can you please guide me on this?
[Jun 23 18:53:01.590] traffic_server STATUS: opened /usr/local/var/log/trafficserver/diags.log [Jun 23 18:53:04.175] traffic_server ERROR: [ReverseProxy] failed to add remap rule at /usr/local/etc/trafficserver/remap.config line 200: failed to remove runtime copy: Success [Jun 23 18:53:04.175] traffic_server WARNING: something failed during BuildTable() -- check your remap plugins! [Jun 23 18:53:04.175] traffic_server FATAL: remap.config failed to load Also, here is the configuration details. * CentOS version 7.9 * ATS version 9.1.2 * Enabled experimental plugins in ATS by ./configure --enable-experimental-plugins * Enabled the FQ qdisc by setting net.core.default_qdisc=fq in /etc/sysctl.conf * Enabled FQ pacing plugin by adding fq_pacing.so and rate=BytesPerSec in remap.config map http://reverse-fqdn.com http://origin.com @plugin=fq_pacing.so @pparam=--rate=100000 Thanks, Vasanth