You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this in testing sometimes, but it looks like hbmqtt broker isn't timing out clients correctly. Since the Feeder always connects with the same client ID, it will assume the state machine state that the hbmqtt broker has. Sometimes the hbmqtt state machine doesn't transition it to the "Disconnected" state in time. So it will try to transition from the "Connected" to "Connected" state, resulting in messages like this:
2020-10-15 09:55:40,505 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,505 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,509 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,509 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,509 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,518 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,518 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,518 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,518 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,525 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,525 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,525 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,525 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,526 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,526 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,526 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,528 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
2020-10-15 09:55:40,528 WARNING hbmqtt.broker: Client 40285608b03f085d1b4e31ec5f60b3b912f64f2d is reconnecting too quickly, make it wait
The text was updated successfully, but these errors were encountered:
I saw this in testing sometimes, but it looks like hbmqtt broker isn't timing out clients correctly. Since the Feeder always connects with the same client ID, it will assume the state machine state that the hbmqtt broker has. Sometimes the hbmqtt state machine doesn't transition it to the "Disconnected" state in time. So it will try to transition from the "Connected" to "Connected" state, resulting in messages like this:
The text was updated successfully, but these errors were encountered: