-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATS crashes when Metalink Enabled in plugins.config #1
Comments
from @jablko I pushed the updated plugin to GitHub (hopefully it will also be distributed with the next Traffic Server release).
|
excuse me but when did you update it ??? much regards
Meteorological Services On 02/07/2014 10:50 PM, antbryan wrote:
|
if you look at the commit log, you can see that @jablko updated it a few days ago on 4 & 5 Feb. have you tried the new code since then? it's also been included upstream, so hopefully should be available w/ the next ATS release: https://git-wip-us.apache.org/repos/asf?p=trafficserver.git |
I already used this metalink.cc with ATS 5.0.x and 4.1.2 and both give this error below when i activate the metalink plugin... did you compile it and test it yourself ? anyhow the error is as shows
|
try to compile it yourself and when you get it running and tested please post your procedure here so we may get it running .... tested with ATS 4.1.2 and 5.0.x and still same error what debug procedure you wish me to do so we can ease up the issue of fixing it up ? |
Hi, I get these errors when the plugin is enabled on ATS 4.2.1: FATAL: InkAPI.cc:6261: failed assert Please let me know if you need any additional info. |
Hi, are you able to recompile Traffic Server?
[1] https://raw.github.com/jablko/dedup/master/metalink.cc After recompiling and restarting Traffic Server, do you still get these errors? |
Hi Jack, Recompiled ATS with the updated metalink.cc and the erors are no longer coming up. Thank you for the swift reply and resolution as this is a feature I really think is valuable. Regards, Kieron |
Great! |
Hi Jack, I have setup a new box with ATS and included the new metalink.cc in the I am still getting the same error: FATAL: InkAPI.cc:4534: failed assert Are there any other things I can try as I would like to make use of the I am also using the cacheurl plugin and can send you a copy of my Kind regards, Kieron On Sun, May 11, 2014 at 11:12 PM, Jack Bates [email protected]:
Kieron Robertson Man and Machine Mail: [email protected] |
Hmm, first I'm curious if this crash is specific to the version of Traffic Server or not. The following commands will check out and build the latest code from the repository:
You don't need to replace the metalink.cc file in this case because the repository already contains the latest metalink.cc code. Next, can you please run Traffic Server with the "http" debug tag and send me the output when it crashes? Thanks for reporting this crash. With the extra details above, I will work on fixing it. |
Hi Jack, Sorry for the long delay, but been a bit hectic. I have recompiled and I will come back to you if it crashes and give you the logs. Regards, Kieron On Fri, May 23, 2014 at 6:52 PM, Jack Bates [email protected]
Kieron Robertson Man and Machine Mail: [email protected] |
Hi, OK - got a crash. Here is the output on the CLI: [root@ats ~]# traffic_manager -debug http And the second SSH session I had open: [connect] ERROR (main_socket_fd 3): Connection refused Manager Log: [Jun 3 11:02:16.279] Manager {0x7f4b7a9cb7e0} FATAL: Please let me know if you need anything else. Regards, Kieron On Tue, Jun 3, 2014 at 10:12 AM, Kieron Robertson [email protected]
Kieron Robertson Man and Machine Mail: [email protected] |
No sweat, thanks for reproducing the crash with the latest Traffic Server code.
Thanks for your help tracking down this crash. If you have any questions or problems, please let me know. |
Hi Jack, Just an update - I haven't had another crash since the last one, so looking I will use this method on another test appliance and give you feedback if I Kind regards, Kieron On Tue, Jun 3, 2014 at 10:21 PM, Jack Bates [email protected]
Kieron Robertson Man and Machine Mail: [email protected] |
Thanks for keeping me updated, |
I got same crash report. -Ethan |
Hi
I downloaded several versions of ATS that are available (4.1.x ~ 4.2.x ) and all compiled with --enable-experimental-plugins as described in the manual ./configure --help shows
nevertheless whenever i enable the plugin metalink traffic_server crashes and the manager keeps restarting it
tried it with different versions of linux. (ubuntu 13.10 - fedora 18,19,20) same issue
Much Regards
[Jan 27 18:47:51.693] Manager {0xb7609780} NOTE: [ClusterCom::ClusterCom] Node running on OS: 'Linux' Release: '3.12.8-300.fc20.i686+PAE'
[Jan 27 18:47:51.693] Manager {0xb7609780} NOTE: [LocalManager::listenForProxy] Listening on port: 8080
[Jan 27 18:47:51.693] Manager {0xb7609780} NOTE: [TrafficManager] Setup complete
[Jan 27 18:47:52.712] Manager {0xb7609780} NOTE: [LocalManager::startProxy] Launching ts process
[Jan 27 18:47:52.717] Manager {0xb7609780} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '13'
[Jan 27 18:47:52.717] Manager {0xb7609780} NOTE: [Alarms::signalAlarm] Server Process born
[Jan 27 18:48:35.991] Manager {0xb7609780} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
[Jan 27 18:48:35.991] Manager {0xb7609780} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
[Jan 27 18:48:35.991] Manager {0xb7609780} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
[Jan 27 18:48:35.991] Manager {0xb7609780} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
[Jan 27 18:48:35.991] Manager {0xb7609780} ERROR: (last system error 32: Broken pipe)
hopefully you may check it out and get it fixed ..
The text was updated successfully, but these errors were encountered: