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
deactivate and activate back stats topology. There are 2 ways to do it: Local Env
Download sources of zookeper client
go to bin dir
run ./zkCli.sh -server <server_address>
check state and signal of stats topology
[zk: localhost:2181(CONNECTED) 1] get /kilda/stats/blue/signal
START
[zk: localhost:2181(CONNECTED) 5] get /kilda/stats/blue/state
7
deactivate the topology and check the status
[zk: localhost:2181(CONNECTED) 2] set /kilda/stats/blue/signal SHUTDOWN
[zk: localhost:2181(CONNECTED) 3] get /kilda/stats/blue/state
0
activate it back
[zk: localhost:2181(CONNECTED) 4] set /kilda/stats/blue/signal START
[zk: localhost:2181(CONNECTED) 5] get /kilda/stats/blue/state
7
hardware env
go to emerald
click on stats topology
deactivate it
wait until it will be red
activate it back
Wait 2 mins and check logs
Expected result:
No logs Missed cache for switch **** meterId ****
Actual result:
logs Missed cache for switch **** meterId ****
Ex.: Missed cache for switch '00:00:00:22:3d:6c:00:40' meterId '2006' ()
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Create Y-flow with protected path:
deactivate and activate back stats topology. There are 2 ways to do it:
Local Env
Download sources of zookeper client
go to bin dir
run ./zkCli.sh -server <server_address>
check state and signal of stats topology
[zk: localhost:2181(CONNECTED) 1] get /kilda/stats/blue/signal
START
[zk: localhost:2181(CONNECTED) 5] get /kilda/stats/blue/state
7
deactivate the topology and check the status
[zk: localhost:2181(CONNECTED) 2] set /kilda/stats/blue/signal SHUTDOWN
[zk: localhost:2181(CONNECTED) 3] get /kilda/stats/blue/state
0
activate it back
[zk: localhost:2181(CONNECTED) 4] set /kilda/stats/blue/signal START
[zk: localhost:2181(CONNECTED) 5] get /kilda/stats/blue/state
7
hardware env
go to emerald
click on stats topology
deactivate it
wait until it will be red
activate it back
Wait 2 mins and check logs
Expected result:
No logs Missed cache for switch **** meterId ****
Actual result:
logs Missed cache for switch **** meterId ****
Ex.: Missed cache for switch '00:00:00:22:3d:6c:00:40' meterId '2006' ()
The text was updated successfully, but these errors were encountered: