SolidWallOfCode commented on pull request #7918: URL: https://github.com/apache/trafficserver/pull/7918#issuecomment-856266808
I was thinking of the `UrlRewrite` object, which contains both the literal and regex remap rules, and is reference counted. I'm not sure what you mean by "duplicate the entire counts table during reload". If it's just an atomic counter per remap rule, there is no rebuilding for that. It's not clear to me keeping the data between reloads is a feature. That means history distorts current data and it would become very hard to test new remap rulesets. Beyond that, if preservation were absolutely required, one could dump the current table just before doing the reload. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
