brbzull0 opened a new pull request, #12799:
URL: https://github.com/apache/trafficserver/pull/12799

   Sometimes, when you use autest, you could end up with a large socket 
pathname.
   You only discover this once you try to access the jsonrpc node, but even when
   you get an error, it's hard to identify the root cause.
   
   With this change, you'll now find a clearer error in the logs that points you
   in the right direction.
   
   Replace generic `ENAMETOOLONG` errno with an error that indicates the RPC
   socket issue. Also improve startup error message clarity.
   
   
   Note: _Using `fprintf` as it seems the log machinery may not be fully 
initialized at this point._


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to