Page MenuHomePhabricator
Paste P10383

mcrouter gutter test
ActivePublic

Authored by jijiki on Feb 11 2020, 1:10 PM.
Referenced Files
F31608257: raw.txt
Feb 11 2020, 1:10 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"
]
},
"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":"FailoverRoute",
"children":[
"PoolRoute|eqiad",
"PoolRoute|eqiad-gutter"
],
"failover_errors":[
"tko"
]
}
},
{
"aliases": [
"/codfw/mw/"
],
"route": "PoolRoute|codfw"
},
{
"aliases": [
"/eqiad/mw-wan/"
],
"route": {
"default_policy": "PoolRoute|eqiad",
"operation_policies": {
"delete": {
"children": [
"PoolRoute|eqiad"
],
"type": "AllSyncRoute"
},
"set": {
"children": [
"PoolRoute|eqiad"
],
"type": "AllSyncRoute"
}
},
"type": "OperationSelectorRoute"
}
},
{
"aliases": [
"/codfw/mw-wan/"
],
"route": {
"default_policy": "PoolRoute|eqiad",
"operation_policies": {
"delete": {
"children": [
"PoolRoute|codfw"
],
"type": "AllAsyncRoute"
},
"set": {
"children": [
"PoolRoute|codfw"
],
"type": "AllAsyncRoute"
}
},
"type": "OperationSelectorRoute"
}
}
]
}