liveliness

5 posts / 0 new
Last post
Offline
Last seen: 2 days 14 hours ago
Joined: 08/25/2022
Posts: 3
Responding to liveliness changes when using Routing Service

Hi,

I am trying to understand how (and where?) to receive changes to the liveliness for our routes when using the Routing Service.

We can exchange data between our routes without any problems, however, if kill either side of the route (e.g. exit the application that is providing the input to a route) the plugin does not receive any notification that the publisher or subscriber has gone.

3 posts / 0 new
Last post
Offline
Last seen: 2 years 8 months ago
Joined: 08/17/2021
Posts: 1
Liveliness reproducibly drops after certain time

Hello guys,

I've been sitting on a problem for a while now and couldn't figure out what's going wrong, that's why I'm seeking for help here.
I have an application consisting of a master and multiple worker nodes, using the Connext Modern C++ API. Both types of nodes have to detect when the other one is not there any more, e.g. due to a network failure or crash.

Keywords:
3 posts / 0 new
Last post
Offline
Last seen: 3 months 18 hours ago
Joined: 02/07/2020
Posts: 21
Liveliness from sample update frequency?

We are planning on having a point-to-point transport between two Router services that will be over a low-bandwidth communication path.  Because of this, we want to disable all of the discovery traffic and as much of the "meta" traffic as possible.  Given this, is there a way to configure reader QoS such that it detects liveliness based solely receipt of instance samples?  Put another way, is there a way to eliminate liveliness assertions and still have liveliness?

8 posts / 0 new
Last post
Offline
Last seen: 2 years 1 month ago
Joined: 01/27/2014
Posts: 22
How can I get a reader event telling me that the writer unregisters an instance, after the writer has been temporarly not alive

Hello,

My scenario involve a datawriter and a datareader each one runs on its own host and exchanging topic instances through network.

I want the datareader side to be able to:
- Allocate resources (working processes for example) on creation of instances because the datawriter issues write keyed samples
- Free the resources on destruction of instances because the datawriter issues unregister or dispose (doesn't matter) of keyed samples, once they are created

Until now, no difficulty by reading status instances on the datareader side.

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 5 years 6 months ago
Joined: 10/29/2015
Posts: 12
Timeout for "Reliable reader activity changed -> inactive"

Hi,

I have a Reliable, TransientLocal keyed topic with one DataWriter and one DataReader. History is KeepAll on the DataWriter and KeepLast(2) on the DataReader. All other QOS are at their respective defaults. To test liveliness behavior, I ran the following protocol (using v5.2.0 on Linux):

2 posts / 0 new
Last post
Offline
Last seen: 7 years 5 months ago
Joined: 11/19/2016
Posts: 1
How to get all instance handles to the remote writer that changed liveliness?

Hi, 

I have a problem when using livelinessChangedStatus structure. In my project, I have one dataReader that listens to a topic which several dataWriters are publishing on. Every time when one or several dataWriters come offline/online due to network disconnect/reconnect, the function on_liveliness_changed(.....) is called, and I get a LivelinessChangedStatus struct. However, this struct only tells me the instance handle to the last remote writer that changed its liveliness, and this causes me a problem when several writers changed their liveliness at the same time.

3 posts / 0 new
Last post
Offline
Last seen: 9 years 12 months ago
Joined: 01/03/2014
Posts: 2
Routing Service Manual Liveliness

 

A simplified setup of our system is below:

Subsystem 1 (domain 0) --> Routing Service --> Rest of system (using Manual liveliness QoS settings, domain 1)

4 posts / 0 new
Last post
Offline
Last seen: 10 years 4 months ago
Joined: 03/22/2011
Posts: 11
Instances and liveliness

Hi, 
We are trying to solve a potential problem with the following scenario: 
1. A writer is set up and sends 1 sample of a single instance 
2. Persistence Service reads the sample and stores it. 
3. The writer is closed. 
4. Persistence Service crashes due to some problem (maybe the machine crashes for some reason). 
5. All readers are receiving the on_liveliness_change callback, with the instance-state being "NOT_ALIVE_NO_READERS" 

8 posts / 0 new
Last post
Offline
Last seen: 9 years 7 months ago
Joined: 12/08/2011
Posts: 10
How can I react to a participant going stale?

I am trying to find a way how my application can react to a participant going stale without using my own timers.
In the RTI Core Libraries and Utilities Manual, section 14.3.1, I found the following:

Subscribe to RSS - liveliness