---

** [tickets:#3000] rde: rdegetrole timeout in rda**

**Status:** unassigned
**Milestone:** 5.19.03
**Created:** Wed Jan 16, 2019 07:58 AM UTC by Canh Truong
**Last Updated:** Wed Jan 16, 2019 07:58 AM UTC
**Owner:** nobody


In the "rdegetrole" command or set role ..., rda send the geting role request 
and poll for the response with timeout 30s. But in there are some place that 
loop over 30s in rde when etcd plugin is used. That causes  the poll event is 
timeout. The command "rdegetrole" or set role will get error.


    while (rc == SA_AIS_ERR_FAILED_OPERATION && retries < kMaxRetry) {
      ++retries;
      std::this_thread::sleep_for(kSleepInterval);
      ...
      }


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to