/gist:159c3b4c866a43597728 Secret
Created
April 14, 2015 00:38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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