You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/09/17 09:04:00 UTC

[GitHub] [trafficserver] yamatsum opened a new issue #7201: About upgrading from 7.x to 8.x

yamatsum opened a new issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201


   I'm trying to upgrade trafficserver from 7.x to 8.x.
   I build it on docker and start it with the "traffic_manager" command.
   I can check the logs of diags.log and manager.log as before, but only extended2.log is not output.
   Looking at manager.log, I could see the following output, so I think this area is suspicious.
   `[Sep 17 16: 33: 20.398] traffic_manager NOTE: [Rollback :: openFile] Open of logging.yaml failed: Permission denied`
   Do I need to make any changes around the log?
   
   By the way, I proceeded with reference to the following document, but since it did not work at first, I also introduced python3.
   https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v8.0


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] yamatsum commented on issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
yamatsum commented on issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201#issuecomment-697252713


   Is the difference of the default value such as record.config collected somewhere?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] yamatsum commented on issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
yamatsum commented on issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201#issuecomment-700454359


   @randall 
   
   After examining each one, I found that the initial values of the `proxy.config.http.number_of_redirections` and `proxy.config.http.redirection_enabled` settings are different between v7 and v8.
   
   > In previous versions proxy.config.http.redirection_enabled had to be set to 1 before this setting was evaluated. Now setting proxy.config.http.number_of_redirections to a value greater than zero is sufficient to cause Traffic Server to follow redirects.
   
   https://docs.trafficserver.apache.org/ja/8.1.x/admin-guide/files/records.config.en.html#proxy-config-http-number-of-redirections
   
   Thank you for your help


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] randall commented on issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
randall commented on issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201#issuecomment-698580717


   > Is the difference of the default value such as record.config collected somewhere?
   
   Maybe `traffic_ctl config diff` ?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] yamatsum commented on issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
yamatsum commented on issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201#issuecomment-694648356


   Specifically, the remapped PATCH method request has timed out.
   It works fine in 7.x, so it doesn't depend on the server you're requesting from


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] randall edited a comment on issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
randall edited a comment on issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201#issuecomment-694284941


   The config file changed between those versions. Unfortunately, it's not mentioned in the upgrade wiki you linked to.
   
   From https://docs.trafficserver.apache.org/en/8.0.x/admin-guide/files/logging.yaml.en.html :
   
   `
   This configuration file replaces the XML based logs_xml.config, as well as the Lua based logging.config from past Traffic Server releases. If you are upgrading from a Traffic Server release which used either the XML or the Lua configuration file format, and you have created custom log formats, filters, and destinations, you will need to update those settings to this format.
   `
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] randall commented on issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
randall commented on issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201#issuecomment-698580717


   > Is the difference of the default value such as record.config collected somewhere?
   
   Maybe `traffic_ctl config diff` ?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] yamatsum closed issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
yamatsum closed issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] yamatsum commented on issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
yamatsum commented on issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201#issuecomment-694647930


   @randall 
   Thanks for the reply.
   I placed the yaml format configuration file and confirmed that the log was output.
   
   By the way, is there anything else that has changed from 7.x to 8.x?
   The log is output, but it is not working the same as before


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] randall commented on issue #7201: About upgrading from 7.x to 8.x

Posted by GitBox <gi...@apache.org>.
randall commented on issue #7201:
URL: https://github.com/apache/trafficserver/issues/7201#issuecomment-694284941


   The config file changed between those versions. Unfortunately, it's not mentioned in the upgrade wiki you linked to.
   
   From https://docs.trafficserver.apache.org/en/8.0.x/admin-guide/files/logging.yaml.en.html :
   
   ```
   This configuration file replaces the XML based logs_xml.config, as well as the Lua based logging.config from past Traffic Server releases. If you are upgrading from a Traffic Server release which used either the XML or the Lua configuration file format, and you have created custom log formats, filters, and destinations, you will need to update those settings to this format.
   ```
   
   


----------------------------------------------------------------
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:
users@infra.apache.org