baiheqiang / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Non-sticky sessions: locking fails if operation timeout is high and long locks #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
LockingStrategy.checkTimeoutAndWait fails with "IllegalArgumentException: 
timeout value is negative" if a lock cannot be obtained for a long time and if 
operation timeout is high.

This was reported on the mailing list: 
http://groups.google.com/group/memcached-session-manager/browse_thread/thread/d2
1e1041a3126675

Original issue reported on code.google.com by mgrot...@googlemail.com on 5 Apr 2012 at 7:48

GoogleCodeExporter commented 8 years ago
Fixed in master.

Original comment by martin.grotzke on 5 Apr 2012 at 7:57