syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

MS throws this error when AG connects. #37

Closed wathsalav closed 11 years ago

wathsalav commented 11 years ago

ERROR 2013-08-08 19:39:50,785 webapp2.py:1552] 'AcquisitionGateway' object has no attribute 'FlushCache' Traceback (most recent call last): File "/home/wathsala/Downloads/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1535, in call rv = self.handle_exception(request, response, e) File "/home/wathsala/Downloads/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1529, in call rv = self.router.dispatch(request, response) File "/home/wathsala/Downloads/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher return route.handler_adapter(request, response) File "/home/wathsala/Downloads/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1102, in call return handler.dispatch() File "/home/wathsala/Downloads/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 572, in dispatch return self.handle_exception(e, self.app.debug) File "/home/wathsala/Downloads/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 570, in dispatch return method(_args, *_kwargs) File "/home/wathsala/Downloads/google_appengine/ms/MS/handlers.py", line 502, in post gateway.FlushCache( gateway.g_id ) AttributeError: 'AcquisitionGateway' object has no attribute 'FlushCache' INFO 2013-08-08 19:39:50,814 recording.py:673] Saved; key: appstats:090500, part: 374 bytes, full: 103256 bytes, overhead: 0.005 + 0.028; link: http://localhost:8080/_ah/stats/details?time=1375990790592 INFO 2013-08-08 19:39:50,832 server.py:585] default: "POST /REGISTER/testvolume-wathsala-princeton.edu/AG/AG-localhost/wathsala%40princeton.edu/complete HTTP/1.1" 500 1657

wathsalav commented 11 years ago

Fixed