Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blacklist: Escalate a repeated 423 Locked to NormalError #5500 #5548

Closed
wants to merge 2 commits into from

Conversation

ckamm
Copy link
Contributor

@ckamm ckamm commented Feb 20, 2017

Since this targets 2.3.1 I pointed this PR at master.

We should discuss whether we also want this kind of escalation for other soft errors.

@ckamm ckamm added this to the 2.3.1 milestone Feb 20, 2017
@ckamm ckamm self-assigned this Feb 20, 2017
@ckamm ckamm requested a review from ogoffart February 20, 2017 14:10
@mention-bot
Copy link

@ckamm, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jturcotte, @ogoffart and @dragotin to be potential reviewers.

|| (item._httpErrorCode == 423) // "Locked", usually a SoftError
|| (status == SyncFileItem::NormalError
&& item._httpErrorCode != 0 // or non-local error
#ifdef OWNCLOUD_5XX_NO_BLACKLIST
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove this.

@ogoffart
Copy link
Contributor

👍

@ogoffart
Copy link
Contributor

Need to be merged in 2.3 then, right?

@ogoffart
Copy link
Contributor

ogoffart commented Mar 10, 2017

CONFLICT (content): Merge conflict in src/libsync/owncloudpropagator.cpp

(from jenkins)

@ckamm
Copy link
Contributor Author

ckamm commented Mar 10, 2017

Merged manually as 8ef11a3

@ckamm ckamm closed this Mar 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants