You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by deepak srinivasan <sd...@gmail.com> on 2012/12/21 08:59:29 UTC

Problem with Cache sharing in Full Clustered Mode

Hi

We have two nodes in full clustering mode. Though the sharing of
configuration files seems to work fine, the cache between the
nodes doesn't seem to be shared among one another. A request in first
machine gets forwarded to Origin server though the cache exists in the
second machine. Can anyone please give any pointer as to where the problem
may exist
We are using ATS v 3.2.0.

We need to map the requests coming in to these two nodes to an origin
server.
We have configured our remap.config as

regex_map  http://xxx.yyy.zzz.[0-9]:8080/cns/RecordingInfo
http://xxx.yyy.zzz.aaa:8082/rest/rm/RecordingInfo @plugin=pluginsample.so
@pparam=locator @action=allow

reverse_map http://xxx.yyy.zzz.aaa:8082/rest/rm/RecordingInfo
http://xxx.yyy.zzz.*:8080/cns/RecordingInfo

Is this configuration correct

-- 
regards
deepak