Re: Help regarding parent.config

2017-05-23 Thread gksalil
Hello Thanks for all the help. I think with round-robin=strict it worked. I guess I might not have restarted traffic server when I changed the cofig file. My apologies. Thanks ~S -- View this message in context:

Re: Help regarding parent.config

2017-05-22 Thread gksalil
Yes .. it is responding to the curl command locally for both the ports 4000 and 4001. -- View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3125.html Sent from the Apache Traffic Server mailing list archive at Nabble.com.

Re: Help regarding parent.config

2017-05-22 Thread John Rushford
I did see that you're running 6.0. Here is some of my debug logging, you can see that round_robin=strict is working for me: [May 22 16:24:24.599] Server {0x2b035992b700} DEBUG: (parent_select) Chosen parent = 127.0.0.1.4000 [May 22 16:24:29.546] Server {0x2b0359b2f700} DEBUG: (parent_select)

Re: Help regarding parent.config

2017-05-22 Thread John Rushford
~S, What version of trafficserver are you using? I ran some tests here on a machine running trafficserver 6.2.1 after setting up two local ssh forwarding tunnels listening on ports 4000 and 4001. With this parent.config, all is working as expected where transactions strictly round robin

Re: Help regarding parent.config

2017-05-22 Thread Jeremy Payne
On your local cache are your 'parent' servers responding to requests ? curl -I 127.0.0.1:4001 curl -I 127.0.0.1:4000 On Mon, May 22, 2017 at 11:10 AM, gksalil wrote: > My ATS version is 6.0 > > > > -- > View this message in context: http://apache-traffic-server. >

Re: Help regarding parent.config

2017-05-22 Thread gksalil
My ATS version is 6.0 -- View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3119.html Sent from the Apache Traffic Server mailing list archive at Nabble.com.

Re: Help regarding parent.config

2017-05-22 Thread gksalil
:-) I didn't want to send the configuration file in the public forum. But it came here Not an issue I have sanitised the file. Thanks ~S -- View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3118.html Sent from the Apache

Re: Help regarding parent.config

2017-05-21 Thread gksalil
gt;> John Rushford >>> [hidden email] <http:///user/SendEmail.jtp?type=node=3114=1> >>> >>> >>> -- >>> If you reply to this email, your message will be added to the discussion >>> below: >>>

Re: Help regarding parent.config

2017-05-21 Thread Jeremy Payne
dded to the discussion >> below: >> http://apache-traffic-server.24303.n7.nabble.com/Help-regard >> ing-parent-config-tp3074p3114.html >> To unsubscribe from Help regarding parent.config, click here. >> NAML >> <http://apache-traffic-server.24303.n7.nabble.com/te

Re: Help regarding parent.config

2017-05-20 Thread gksalil
I tried with round robin strict also without a success :-( On 20 May 2017 5:56 p.m., "John Rushford [via Apache Traffic Server]" < ml+s24303n3114...@n7.nabble.com> wrote: > Gk, > > use a semicolon separated list and use round_robin=strict. round_robin > == true selects the parent by client ip

Re: Help regarding parent.config

2017-05-20 Thread John Rushford
Gk, use a semicolon separated list and use round_robin=strict. round_robin == true selects the parent by client ip address, modulo. See this documentation link:

Re: Help regarding parent.config

2017-05-20 Thread salil GK
Today I don't have access to the machines. Will check it on Monday. But I am sure that parent.config is considered for routing. Hence that parameter should be set. On 20 May 2017 5:33 a.m., "Miles Libbey" wrote: > Perhaps a silly question, but do you have > CONFIG

Re: Help regarding parent.config

2017-05-19 Thread Miles Libbey
Perhaps a silly question, but do you have CONFIG proxy.config.http.parent_proxy_routing_enable INT 1set in records.config? miles On Friday, May 19, 2017 4:36 PM, gksalil wrote: I checked the logs - but no error messages found with respect to misconfigured

Re: Help regarding parent.config

2017-05-19 Thread gksalil
I checked the logs - but no error messages found with respect to misconfigured parent.config. I tried with both semi colon and comma. -- View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3111.html Sent from the Apache Traffic

Re: Help regarding parent.config

2017-05-19 Thread salil GK
I have been using traffic server as reverse proxy. There round robin in parent config works perfectly. In forward proxy setup only I observed this issue. Thanks and regards ~S On 19 May 2017 10:22 p.m., "Jeremy Payne" wrote: > maybe try setting debug and restarting ATS..

Re: Help regarding parent.config

2017-05-19 Thread Jeremy Payne
*misconfigured.. not reconfigured.. :-) On Fri, May 19, 2017 at 11:52 AM, Jeremy Payne wrote: > maybe try setting debug and restarting ATS.. see if ATS complains about a > reconfigured parent config, or related upon startup. > > traffic_ctl config set

Re: Help regarding parent.config

2017-05-19 Thread Jeremy Payne
maybe try setting debug and restarting ATS.. see if ATS complains about a reconfigured parent config, or related upon startup. traffic_ctl config set proxy.config.diags.debug.tags 'http.*|cache.*|' traffic_ctl config set proxy.config.diags.debug.enabled 1 On Fri, May 19, 2017 at 3:04 AM,

Re: Help regarding parent.config

2017-05-19 Thread gksalil
Hello I tried with comma also but it didn;t help. Thanks ~S -- View this message in context: http://apache-traffic-server.24303.n7.nabble.com/Help-regarding-parent-config-tp3074p3107.html Sent from the Apache Traffic Server mailing list archive at Nabble.com.

Re: Help regarding parent.config

2017-04-21 Thread Miles Libbey
Can you try comma separated values instead of semi-colons? dest_domain=. parent="127.0.0.1:4000, 127.0.0.1:4001" round_robin=true miles On Thu, Apr 20, 2017 at 10:02 PM, gksalil wrote: > Hello > >I have the following entry in parent.config. > > dest_domain=.