[RTPS_WRITER_HISTORY Error] Sequence number provided doesn't match any change in history #4338
Open
1 task done
Labels
triage
Issue pending classification
Is there an already existing issue for this?
Expected behavior
If the many participants with security enabled, this is expected to print? with transient situation to security handshake with many participants at the same time, this error message can be seen easily. (as experimental, we have 150 participants with publishers, and single subscription can lead to print this error messages.)
this message should be tagged with
Warning
instead ofError
if that is expected to happen?Current behavior
it does print as error level message as below.
[RTPS_WRITER_HISTORY Error] Sequence number provided doesn't match any change in history
Steps to reproduce
cmake -DSECURITY=ON
.SecureHelloWorldExample
publishers and a subscriber. e.gtest.sh 150
below.[RTPS_WRITER_HISTORY Error] Sequence number provided doesn't match any change in history
Fast DDS version/commit
So far we confirmed, this can be observed with
master
,V2.10.1
, andV2.11.2
Platform/Architecture
Ubuntu Focal 20.04 amd64, Ubuntu Focal 20.04 arm64
Transport layer
UDPv4
Additional context
DDS Security Specification
according to the above description, this should not be categorized into
error
?because it can be expected to happen with
Stateless Writer
wuih QoS Best Effort.that said, this should be tagged with
warning
level message, cz security handshake eventually ends within certain amount of time with retries.XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: