Page MenuHomePhabricator
Paste P11020

mcrouter gutter proper config
ActivePublic

Authored by Joe on Apr 20 2020, 11:05 AM.
Tags
None
Referenced Files
F31768087: raw.txt
Apr 20 2020, 11:05 AM
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"
]
},
"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": {
"failover": "PoolRoute|gutter",
"failover_errors": [
"tko"
],
"failover_exptime": 60,
"normal": "PoolRoute|eqiad",
"type": "FailoverWithExptimeRoute"
}
},
{
"aliases": [
"/codfw/mw/"
],
"route": "PoolRoute|codfw"
},
{
"aliases": [
"/eqiad/mw-wan/"
],
"route": {
"default_policy": {
"failover": "PoolRoute|gutter",
"failover_errors": [
"tko"
],
"failover_exptime": 60,
"normal": "PoolRoute|eqiad",
"type": "FailoverWithExptimeRoute"
},
"operation_policies": {
"delete": {
"children": [
{
"failover": "PoolRoute|gutter",
"failover_errors": [
"tko"
],
"failover_exptime": 60,
"normal": "PoolRoute|eqiad",
"type": "FailoverWithExptimeRoute"
}
],
"type": "AllSyncRoute"
},
"set": {
"children": [
{
"failover": "PoolRoute|gutter",
"failover_errors": [
"tko"
],
"failover_exptime": 60,
"normal": "PoolRoute|eqiad",
"type": "FailoverWithExptimeRoute"
}
],
"type": "AllSyncRoute"
}
},
"type": "OperationSelectorRoute"
}
},
{
"aliases": [
"/codfw/mw-wan/"
],
"route": {
"default_policy": {
"failover": "PoolRoute|gutter",
"failover_errors": [
"tko"
],
"failover_exptime": 60,
"normal": "PoolRoute|eqiad",
"type": "FailoverWithExptimeRoute"
},
"operation_policies": {
"delete": {
"children": [
"PoolRoute|codfw"
],
"type": "AllAsyncRoute"
},
"set": {
"children": [
"PoolRoute|codfw"
],
"type": "AllAsyncRoute"
}
},
"type": "OperationSelectorRoute"
}
}
]
}

Event Timeline