Skip to content

[DOCFIX] Improve desc on write type THROUGH#17536

Merged
alluxio-bot merged 1 commit intoAlluxio:master-2.xfrom
lzy-a:master-2.x
Jun 14, 2023
Merged

[DOCFIX] Improve desc on write type THROUGH#17536
alluxio-bot merged 1 commit intoAlluxio:master-2.xfrom
lzy-a:master-2.x

Conversation

@lzy-a
Copy link
Copy Markdown
Contributor

@lzy-a lzy-a commented Jun 1, 2023

Summary

In Section 6.4 Write to UFS Only (THROUGH), write completion and persistence are described in the wrong order. In the case of using UFS only, write should be completed after persistence to ensure that the written data will not be lost.

Suggest to update the sentence
”This write type ensures that data will be persisted after the write completes“

to

”This write type ensures that data will be persisted before the write completes“

@alluxio-bot
Copy link
Copy Markdown
Contributor

Thank you for your pull request.
In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement (CLA).
It's all electronic and will take just a few minutes. Please download CLA form here, sign, and e-mail back to cla@alluxio.org

Copy link
Copy Markdown
Contributor

@jiacheliu3 jiacheliu3 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@jiacheliu3 jiacheliu3 changed the title fix sequence description error [DOCFIX] Improve desc on write type THROUGH Jun 13, 2023
@jiacheliu3 jiacheliu3 added the type-docs Documentation Defects label Jun 14, 2023
@jiacheliu3
Copy link
Copy Markdown
Contributor

alluxio-bot, merge this please

@alluxio-bot alluxio-bot merged commit 73e20ca into Alluxio:master-2.x Jun 14, 2023
jiacheliu3 pushed a commit to jiacheliu3/alluxio that referenced this pull request Jun 30, 2023
In Section 6.4 Write to UFS Only (THROUGH), write completion and persistence are described in the wrong order. In the case of using UFS only, write should be completed after persistence to ensure that the written data will not be lost. Suggest to update the sentence ”This write type ensures that data will be persisted after the write completes“ to ”This write type ensures that data will be persisted before the write completes“	pr-link: Alluxio#17536	change-id: cid-76189e192afafd96afe410aeedec73eb65e3e161
jiacheliu3 pushed a commit to jiacheliu3/alluxio that referenced this pull request Jul 11, 2023
In Section 6.4 Write to UFS Only (THROUGH), write completion and persistence are described in the wrong order. In the case of using UFS only, write should be completed after persistence to ensure that the written data will not be lost. Suggest to update the sentence ”This write type ensures that data will be persisted after the write completes“ to ”This write type ensures that data will be persisted before the write completes“	pr-link: Alluxio#17536	change-id: cid-76189e192afafd96afe410aeedec73eb65e3e161
dbw9580 pushed a commit to jiacheliu3/alluxio that referenced this pull request Jul 12, 2023
In Section 6.4 Write to UFS Only (THROUGH), write completion and persistence are described in the wrong order. In the case of using UFS only, write should be completed after persistence to ensure that the written data will not be lost. Suggest to update the sentence ”This write type ensures that data will be persisted after the write completes“ to ”This write type ensures that data will be persisted before the write completes“	pr-link: Alluxio#17536	change-id: cid-76189e192afafd96afe410aeedec73eb65e3e161
jiacheliu3 pushed a commit to jiacheliu3/alluxio that referenced this pull request Jul 13, 2023
In Section 6.4 Write to UFS Only (THROUGH), write completion and persistence are described in the wrong order. In the case of using UFS only, write should be completed after persistence to ensure that the written data will not be lost. Suggest to update the sentence ”This write type ensures that data will be persisted after the write completes“ to ”This write type ensures that data will be persisted before the write completes“	pr-link: Alluxio#17536	change-id: cid-76189e192afafd96afe410aeedec73eb65e3e161
maobaolong pushed a commit to maobaolong/alluxio that referenced this pull request Jan 3, 2024
### Summary In Section 6.4 Write to UFS Only (THROUGH), write completion and persistence are described in the wrong order. In the case of using UFS only, write should be completed after persistence to ensure that the written data will not be lost. Suggest to update the sentence ”This write type ensures that data will be persisted after the write completes“ to ”This write type ensures that data will be persisted before the write completes“	pr-link: Alluxio#17536	change-id: cid-76189e192afafd96afe410aeedec73eb65e3e161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-docs Documentation Defects

4 participants