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
…eName when deleting readings
When adding readings, a redis sorted set will be created as db index for
the relation of reading:deviceName:resourceName, and this index will be
used to query readings by deviceName and resourceName.
However, the current implementation doesn't remove such index when an
associated event is deleted, thus generating incorrect query result for
readings.
This commit fixes this bug by adding codes to remove db index of
reading:deviceName:resourceName while deleting readings.
closesedgexfoundry#3774
Signed-off-by: Jude Hung <[email protected]>
🐞 Bug Report
Affected Services
The issue is located in: DataIs this a regression?
No
Description and Minimal Reproduction
Actual result:
totalCount return 2
Expected:
totolCount return 1
🔥 Exception or Error
🌍 Your Environment
Deployment Environment:
EdgeX Version: Jakarta
Anything else relevant?
The text was updated successfully, but these errors were encountered: