lhfei / hibernate-memcached

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

NullPointerException (maybe) due to a problem with spy-memcached? #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Network timeout issues during 'get' calls

See the discussion at
http://groups.google.com/group/hibernate-memcached/browse_thread/thread/62a4939a
46ed4bc1

Essentially 1.2 introduced getMulti into the Dogpile prevention feature.
The calls to getMulti were returning a null Map that was not being checked.
The null map generally only comes back when there is an error being
swallowed by one of the client impls (spymemcached in this case).

Original issue reported on code.google.com by raykrue...@gmail.com on 10 Aug 2009 at 3:01

GoogleCodeExporter commented 8 years ago
I will be releasing 1.2.1 with the fix for this
See
http://github.com/raykrueger/hibernate-memcached/commit/3220fd5186f474e2f0ba0714
4d083f76cf9dec72

Original comment by raykrue...@gmail.com on 10 Aug 2009 at 3:02

GoogleCodeExporter commented 8 years ago

Original comment by raykrue...@gmail.com on 10 Aug 2009 at 4:30