Skip to content

7.6.fb#10611

Closed
gitbw95 wants to merge 9 commits into
mainfrom
7.6.fb
Closed

7.6.fb#10611
gitbw95 wants to merge 9 commits into
mainfrom
7.6.fb

Conversation

@gitbw95

@gitbw95 gitbw95 commented Aug 30, 2022

Copy link
Copy Markdown
Contributor

No description provided.

gitbw95 and others added 9 commits August 21, 2022 20:51
…lush() is involved (#10555)

Summary:
#10489 adds an assertion in most functions in WritableFileWriter to check no previous error. However, it only works without calling SyncWithoutFlush(). The nature of SyncWithoutFlush() makes two concurrent call fails to check status code of each other and causing assertion failure. Fix the problem by skipping the check after SyncWithoutFlush() is called and not check status code in SyncWithoutFlush().

Since the original change was not officially released yet, the fix isn't added to HISTORY.md.

Pull Request resolved: #10555

Test Plan: Make sure existing tests still pass

Reviewed By: anand1976

Differential Revision: D38946208

fbshipit-source-id: 63566732d3f25c8a8342840499cf7b7d745f27c2
Summary:
see diff

Pull Request resolved: #10557

Test Plan: no functional change

Reviewed By: gitbw95

Differential Revision: D38950531

Pulled By: pdillinger

fbshipit-source-id: af72e80a31d7df38f6e633fa7115984c2274ed60
Summary:
This should fix an import issue detected in meta internal tests.

Pull Request resolved: #10604

Test Plan: Unit Tests.

Reviewed By: hx235

Differential Revision: D39120414

Pulled By: gitbw95

fbshipit-source-id: dbd016d7f47b9f54aab5ea61e8d3cd79734f46af
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants