Unable to refresh nodes rtt

Lately sometimes I’m not able to refresh nodes rtt, to force refresh I have to restart mudfish launcher or disconnect service. Downgrading app version doesn’t help.

Is it still same? When I checked your configuration, it seems it’s already solved. Please let me know if it’s still same.

yes it is, still the same

Okay… I think “sometimes” word is important in this problem. Recently I’d modified the code to update RTT information on the mudfish backend side because too many users are sending RTT information and the size of DB binlog is getting bigger. :frowning: As a result, the master DB is unstable from time to time.

To solve this issue, I’d slightly modified the RTT information as follows:

  • If no. of RTT calculation is less than 5 (cycles), the information will be immediately updated.
  • However if it’s more than 5, it can be updated once per 10 minutes.

So I think your issue is related to the second policy I made…

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.