Skip to content

Instantly share code, notes, and snippets.

@smerritt
Created April 14, 2015 00:38
diff --git a/swift/proxy/controllers/obj.py b/swift/proxy/controllers/obj.py
index 1eca761..0639f52 100644
--- a/swift/proxy/controllers/obj.py
+++ b/swift/proxy/controllers/obj.py
@@ -2148,6 +2148,7 @@ class ECObjectController(BaseObjectController):
if response:
_handle_response(putter, response)
if need_quorum and final_phase:
+ raise Exception("LOL")
# check quorum only when this is the final phase of a
# multiphase PUT. In case of intermediate phase of a
# multiphase PUT, we should wait until we have collected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment