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 have a problem where from time to time the spinlock seems to be endless.
i managed to reproduce it when resetting the connection around the time where login happens using
2020/04/16 19:11:00 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:01 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:02 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:03 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:04 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:05 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:06 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:07 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:08 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:09 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
2020/04/16 19:11:10 [MM 1023332122] spinlocked. Session(4373503034935838490) is waiting for a response from either invokeWithLayer or updatesGetState.
i already increased any timeouts to 30s for testing, but that did not help.
any ideas?
thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
i have a problem where from time to time the spinlock seems to be endless.
i managed to reproduce it when resetting the connection around the time where login happens using
iptables -A OUTPUT -o eth0 -d 149.154.167.50/32 -p tcp -j REJECT --reject-with tcp-reset
the log looks like this:
then the following never ends:
i already increased any timeouts to 30s for testing, but that did not help.
any ideas?
thanks in advance.
The text was updated successfully, but these errors were encountered: