AttributeError: ClientCache instance has no attribute '_get'

Bug #143592 reported by ChrisW
2
Affects Status Importance Assigned to Milestone
ZODB
Won't Fix
Medium
Unassigned

Bug Description

I seem to see these every year or two. Looks like I'm the only one, woe is me ;-)

ERROR(200) zrpc-conn(C):x.x.x.x:yyyy Asynchronous call raised
exception: <ManagedClientConnection ('x.x.x.x', yyyy)>
Traceback (most recent call last):
   File "lib/python/ZEO/zrpc/connection.py",
line 373, in handle_request
     ret = meth(*args)
   File "/lib/python/ZEO/ClientStorage.py",
line 1111, in invalidateTransaction
     self._process_invalidations(args)
   File "lib/python/ZEO/ClientStorage.py",
line 1074, in _process_invalidations
     self._cache.invalidate(oid, version=version)
   File "lib/python/ZEO/ClientCache.py",
line 297, in invalidate
     p = self._get(oid, None)
AttributeError: ClientCache instance has no attribute '_get'

Tags: bug database
affects: zope2 → zodb
Revision history for this message
Jim Fulton (jim-zope) wrote :

If you're still seeing these, please open a new issue.

Changed in zodb:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.