imhappy

Results 14 comments of imhappy

@JesusPoderoso [Tested ](https://github.com/chunyisong/test-dds/tree/main)with [fastdds 2.14.1](https://github.com/eProsima/Fast-DDS/tree/v2.14.1) today, and deadlock easily appeared. I tested on localhost with discovery server follows: 1. Start discover server in a console : bin/fast-discovery-server -i 0 -t...

@JesusPoderoso According to document of [max_blocking_time](https://fast-dds.docs.eprosima.com/en/v2.14.1/fastdds/dds_layer/publisher/dataWriter/publishingData.html#blocking-of-the-write-operation),writer should return with timeout. But in fact,writers will always get stucked with the deadlock, and will never return.So, this situation is not in line...

> ![image](https://private-user-images.githubusercontent.com/64530666/335961386-ae2b8794-d6f2-47e7-b56e-45a00ece7290.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTczOTkyODYsIm5iZiI6MTcxNzM5ODk4NiwicGF0aCI6Ii82NDUzMDY2Ni8zMzU5NjEzODYtYWUyYjg3OTQtZDZmMi00N2U3LWI1NmUtNDVhMDBlY2U3MjkwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA2MDMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNjAzVDA3MTYyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBjMDYxZGY1YTAyNWU4ZjI0NDNiNzU3YjE2MTJmZGQ5MjhkNGJhOGYwMzFjODEyZDMxNzdjNTE2M2UwMjZhMmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.fe__vQzsAx4SlOXj2MWFekA4NCnZDgY9TiyoHimSGNk) > > the deadlock stack; > > use 2.11.2, if deadlock occurs, it cannot recover, but use 2.14.0, if a deadlock occurs, then recreate the subscriber, deadlock will...

Today I test fastdds v2.14.2 with one publisher connected to two subscribers,using 2000 topics, and the deadlock almost always appeared.Also test built-in LARGE-DATA mode and custom larg-data.All attempts have shown...