Skip to content

Instantly share code, notes, and snippets.

@smerritt
Created April 14, 2015 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smerritt/159c3b4c866a43597728 to your computer and use it in GitHub Desktop.
Save smerritt/159c3b4c866a43597728 to your computer and use it in GitHub Desktop.
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