Page MenuHomePhabricator
Paste P10425

mcrouter
ActivePublic

Authored by jijiki on Feb 17 2020, 3:56 PM.
Tags
None
Referenced Files
F31619623: raw.txt
Feb 17 2020, 3:56 PM
Subscribers
None
{
"pools": {
"codfw": {
"servers": [
"10.192.0.61:11214:ascii:ssl",
"10.192.16.55:11214:ascii:ssl",
"10.192.32.51:11214:ascii:ssl",
"10.192.48.94:11214:ascii:ssl"
]
},
"codfw-gutter": {
"servers": [
"10.192.0.98:11214:ascii:ssl"
]
},
"eqiad": {
"servers": [
"10.64.0.80:11211:ascii:plain",
"10.64.0.81:11211:ascii:plain",
"10.64.0.82:11211:ascii:plain",
"10.64.0.83:11211:ascii:plain",
"10.64.0.84:11211:ascii:plain",
"10.64.16.107:11211:ascii:plain",
"10.64.16.108:11211:ascii:plain",
"10.64.16.109:11211:ascii:plain",
"10.64.16.110:11211:ascii:plain",
"10.64.32.208:11211:ascii:plain",
"10.64.32.209:11211:ascii:plain",
"10.64.32.210:11211:ascii:plain",
"10.64.32.211:11211:ascii:plain",
"10.64.32.212:11211:ascii:plain",
"10.64.48.155:11211:ascii:plain",
"10.64.48.156:11211:ascii:plain",
"10.64.48.157:11211:ascii:plain",
"10.64.48.158:11211:ascii:plain"
]
},
"eqiad-gutter": {
"servers": [
"10.64.0.53:11211:ascii:plain",
"10.64.32.101:11211:ascii:plain",
"10.64.48.32:11211:ascii:plain"
]
}
},
"routes": [
{
"aliases": [ "/eqiad/mw/" ],
"route":{
"type": "FailoverWithExptimeRoute",
"normal": "PoolRoute|eqiad",
"failover": "PoolRoute|eqiad-gutter",
"failover_exptime": 10,
"failover_errors": [ "tko" ]
}
},
{
"aliases": [ "/codfw/mw/" ],
"route": "PoolRoute|codfw"
},
{
"aliases": [ "/eqiad/mw-wan/" ],
"route": {
"type": "OperationSelectorRoute",
"default_policy": {
"type": "FailoverWithExptimeRoute",
"normal": "PoolRoute|eqiad",
"failover": "PoolRoute|eqiad-gutter",
"failover_exptime": 10,
"failover_errors": [ "tko" ]
},
"operation_policies": {
"delete": {
"type": "AllSyncRoute",
"children": [ "AllSyncRoute|Pool|eqiad", "AllSyncRoute|Pool|eqiad-gutter" ]
}
}
}
},
{
"aliases": [ "/codfw/mw-wan/"],
"route": {
"type": "OperationSelectorRoute",
"default_policy": {
"type": "FailoverWithExptimeRoute",
"normal": "PoolRoute|eqiad",
"failover": "PoolRoute|eqiad-gutter",
"failover_exptime": 10,
"failover_errors": [ "tko" ]
},
"operation_policies": {
"delete": {
"type": "AllSyncRoute",
"children": [ "AllSyncRoute|Pool|codfw", "AllSyncRoute|Pool|codfw-gutter" ]
},
"set": {
"type": "FailoverWithExptimeRoute",
"normal": "PoolRoute|codfw",
"failover": "PoolRoute|codfw-gutter",
"failover_exptime": 10,
"failover_errors": [ "tko" ]
}
}
}
}
]
}

Event Timeline

jijiki updated the paste's language from autodetect to json.