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
If an EtcdException occurs in lock.py:122, the while loop will fall into an infinite loop.
In my case, "The event in requested index is outdated and cleared" exception occurs in watch method which called at lock.py:122, that makes the lock._acquire method keep log the exception and try to watch the new event again and again.
Is that a bug or I use the acquire method in a wrong way?
The text was updated successfully, but these errors were encountered:
If an EtcdException occurs in lock.py:122, the while loop will fall into an infinite loop.
In my case, "The event in requested index is outdated and cleared" exception occurs in watch method which called at lock.py:122, that makes the lock._acquire method keep log the exception and try to watch the new event again and again.
Is that a bug or I use the acquire method in a wrong way?
The text was updated successfully, but these errors were encountered: