Open fujitatomoya opened 9 months ago
I tried initiating communication with 40 secure publishers and 40 secure subscribers but observed that the sync could not converge. I also encountered the same error as you reported.
@EduPonz @MiguelCompany do you guys have similar problem like this?
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.
Steps to reproduce
cmake -DSECURITY=ON
.SecureHelloWorldExample
publishers and a subscriber. e.gtest.sh 150
below.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 withStateless Writer
wuih QoS Best Effort. that said, this should be tagged withwarning
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