diff options
author | Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> | 2021-10-15 06:55:11 +0000 |
---|---|---|
committer | Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> | 2021-10-21 11:47:22 +0000 |
commit | a8d624c0502c241feadcfba71ba1442b22d9908b (patch) | |
tree | 41bb96a9be8f054c81605eed6bc8bb85d82975b4 /Changelog.md | |
parent | 4c058689904178714211f38bc5e5e083eaffadbf (diff) |
Fix microsec timestamp not properly handled
Current heartbeat service assumes lastEpochMicrosec timestamp
in VES notification is represented as milli-seconds,
but some devices sends micro-sec timestamp in the field.
In that case, the heartbeat notification was not working
due to timestamp comparison was not done properly.
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Issue-ID: DCAEGEN2-2940
Change-Id: Id7c9241de70cb3ff7ee59cf1e2c60089ff96a42b
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index a737ec8..faa6057 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2939] Removed unused code (config\_notif.py) ### Fixed - [DCAEGEN2-2832] Pod become unready state +- [DCAEGEN2-2940] Microsec timestamp not properly handled - [DCAEGEN2-2944] cbs polling process startup failure |