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
When using Redis storage, the incorrect key was used to query the InstanceMeta, resulting in empty QueryResultEventInfoEntity and a null pointer during notification.
How can we reproduce it (as minimally and precisely as possible)?
start agent and send event
start backend use redis
config webhook on backend ui
Anything else we need to know?
No response
Sermant version
2.0.0
OS version
MacOS
The text was updated successfully, but these errors were encountered:
this issue may happens for addInstanceMeta method use set rather than hset. Since hset can not set expire time for filed, I think we should just use set and get with expire time
What happened?
When using Redis storage, the incorrect key was used to query the InstanceMeta, resulting in empty QueryResultEventInfoEntity and a null pointer during notification.
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
No response
Sermant version
OS version
MacOS
The text was updated successfully, but these errors were encountered: