You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.
Traffic monitor doesn’t show the correct state of a cache server in the following scenario:
First a cache server is deleted, then the same cache server is added.
cache "edge-se-1" is added from traffic ops. [root@client ~]# curl http://monitor.cdn.com/publish/CrStates
{
"caches": {
"mid-se-1": {"isAvailable": true},
"edge-se-1": {"isAvailable": "unknown"},
"edge-se-2": {"isAvailable": true}
},
"deliveryServices": {"ds": {
"disabledLocations": [null],
"isAvailable": true
}}
}
The state of "edge-se-1" is "unknown" instead of true.
This is found in the commit "cec280b7887d0e0f8c843a004d5ed98d9b93b8c0". The current commit "5fe80041da59390fd402f9ca6ec6da1e4eabd8af" also has this issue.
The text was updated successfully, but these errors were encountered:
Traffic monitor doesn’t show the correct state of a cache server in the following scenario:
First a cache server is deleted, then the same cache server is added.
The following is the detail:
[root@client ~]# curl http://monitor.cdn.com/publish/CrStates
{
"caches": {
"mid-se-1": {"isAvailable": true},
"edge-se-1": {"isAvailable": true},
"edge-se-2": {"isAvailable": true}
},
"deliveryServices": {"ds": {
"disabledLocations": [null],
"isAvailable": true
}}
}
[root@client ~]# curl http://monitor.cdn.com/publish/CrStates
{
"caches": {
"mid-se-1": {"isAvailable": true},
"edge-se-2": {"isAvailable": true}
},
"deliveryServices": {"ds": {
"disabledLocations": [null],
"isAvailable": true
}}
}
[root@client ~]# curl http://monitor.cdn.com/publish/CrStates
{
"caches": {
"mid-se-1": {"isAvailable": true},
"edge-se-1": {"isAvailable": "unknown"},
"edge-se-2": {"isAvailable": true}
},
"deliveryServices": {"ds": {
"disabledLocations": [null],
"isAvailable": true
}}
}
The state of "edge-se-1" is "unknown" instead of true.
This is found in the commit "cec280b7887d0e0f8c843a004d5ed98d9b93b8c0". The current commit "5fe80041da59390fd402f9ca6ec6da1e4eabd8af" also has this issue.
The text was updated successfully, but these errors were encountered: