Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
d4223855
Commit
d4223855
authored
Apr 29, 2014
by
Stavros Sachtouris
Browse files
Wait for last thread in append_object
Bug: pithos.PithosClient.append_object failed to find and join the last thread
parent
79bedf0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/clients/pithos/__init__.py
View file @
d4223855
...
...
@@ -1343,7 +1343,7 @@ class PithosClient(PithosRestClient):
for
key
,
thread
in
flying
.
items
():
if
thread
.
isAlive
():
if
i
<
nblocks
:
if
i
<
(
nblocks
-
1
)
:
unfinished
[
key
]
=
thread
continue
thread
.
join
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment