Skip to content

stream: update doc for new default high water mark - #53494

Merged
nodejs-github-bot merged 3 commits into
nodejs:mainfrom
jsk95:patch-1
Jun 20, 2024
Merged

stream: update doc for new default high water mark#53494
nodejs-github-bot merged 3 commits into
nodejs:mainfrom
jsk95:patch-1

Conversation

@jsk95

@jsk95 jsk95 commented Jun 17, 2024

Copy link
Copy Markdown
Contributor

New value for stream.getDefaultHighWaterMark(objectMode) update was missed in the previous PR.
#52037

Updating the value.

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to Node.js documentation. stream Issues and PRs related to Node.js streams. labels Jun 17, 2024
@avivkeller

Copy link
Copy Markdown
Member

Thanks for submitting this change. Before this can be merged, the first commit message must be all lowercase to abide by the guidelines

@jsk95 jsk95 changed the title stream: Update doc for new default high water mark stream: update doc for new default high water mark Jun 18, 2024
MoLow
MoLow previously approved these changes Jun 18, 2024
Comment thread doc/api/stream.md
Co-authored-by: jakecastelli <38635403+jakecastelli@users.noreply.github.com>
Comment thread doc/api/stream.md Outdated
@MoLow
MoLow requested a review from ronag June 18, 2024 06:15
@MoLow
MoLow dismissed their stale review June 18, 2024 06:16

some wrong change

@jakecastelli

jakecastelli commented Jun 18, 2024

Copy link
Copy Markdown
Member

I think I made a wrong suggestion. It is not 16 KiB, 16 was actually correct. Sorry! see detail for getDefaultHighWaterMark function here (on current main branch)

@jsk95

jsk95 commented Jun 20, 2024

Copy link
Copy Markdown
Contributor Author

Thanks! Please merge whenever suits 👍

@marco-ippolito marco-ippolito added author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue PRs queued for automated landing through the Commit Queue. labels Jun 20, 2024
@nodejs-github-bot nodejs-github-bot added commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. and removed commit-queue PRs queued for automated landing through the Commit Queue. labels Jun 20, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator
Commit Queue failed
- Loading data for nodejs/node/pull/53494
✔  Done loading data for nodejs/node/pull/53494
----------------------------------- PR info ------------------------------------
Title      stream: update doc for new default high water mark (#53494)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     jsk95:patch-1 -> nodejs:main
Labels     doc, stream, author ready
Commits    3
 - stream: update outdated highwatermark doc
 - stream: update doc for new default high water mark
 - stream: update outdated highwatermark doc
Committers 2
 - Jay Kim 
 - GitHub 
PR-URL: https://github.com/nodejs/node/pull/53494
Reviewed-By: Moshe Atlow 
Reviewed-By: Marco Ippolito 
Reviewed-By: Luigi Pinca 
Reviewed-By: Trivikram Kamat 
Reviewed-By: Robert Nagy 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/53494
Reviewed-By: Moshe Atlow 
Reviewed-By: Marco Ippolito 
Reviewed-By: Luigi Pinca 
Reviewed-By: Trivikram Kamat 
Reviewed-By: Robert Nagy 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Mon, 17 Jun 2024 22:30:04 GMT
   ✔  Approvals: 5
   ✔  - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/53494#pullrequestreview-2124683767
   ✔  - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/53494#pullrequestreview-2124771913
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/53494#pullrequestreview-2126027541
   ✔  - Trivikram Kamat (@trivikr): https://github.com/nodejs/node/pull/53494#pullrequestreview-2129323141
   ✔  - Robert Nagy (@ronag) (TSC): https://github.com/nodejs/node/pull/53494#pullrequestreview-2129414408
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
✔  origin/main is now up-to-date
- Downloading patch for 53494
From https://github.com/nodejs/node
 * branch                  refs/pull/53494/merge -> FETCH_HEAD
✔  Fetched commits as 399eb338f18a..222ea9835c4d
--------------------------------------------------------------------------------
[main 670aaccf69] stream: update outdated highwatermark doc
 Author: Jay Kim 
 Date: Tue Jun 18 15:04:52 2024 +1200
 1 file changed, 1 insertion(+), 1 deletion(-)
[main 15c4458804] stream: update doc for new default high water mark
 Author: Jay Kim <48934750+jsk95@users.noreply.github.com>
 Date: Tue Jun 18 18:09:46 2024 +1200
 1 file changed, 1 insertion(+), 1 deletion(-)
[main 6b2c590782] stream: update outdated highwatermark doc
 Author: Jay Kim 
 Date: Tue Jun 18 18:39:43 2024 +1200
 1 file changed, 1 insertion(+), 1 deletion(-)
   ✔  Patches applied
There are 3 commits in the PR. Attempting autorebase.
Rebasing (2/6)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: update outdated highwatermark doc

PR-URL: #53494
Reviewed-By: Moshe Atlow moshe@atlow.co.il
Reviewed-By: Marco Ippolito marcoippolito54@gmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Trivikram Kamat trivikr.dev@gmail.com
Reviewed-By: Robert Nagy ronagy@icloud.com

[detached HEAD 0ee3061e39] stream: update outdated highwatermark doc
Author: Jay Kim jkim10@atlassian.com
Date: Tue Jun 18 15:04:52 2024 +1200
1 file changed, 1 insertion(+), 1 deletion(-)
Rebasing (3/6)
Rebasing (4/6)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: update doc for new default high water mark

Co-authored-by: jakecastelli 38635403+jakecastelli@users.noreply.github.com
PR-URL: #53494
Reviewed-By: Moshe Atlow moshe@atlow.co.il
Reviewed-By: Marco Ippolito marcoippolito54@gmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Trivikram Kamat trivikr.dev@gmail.com
Reviewed-By: Robert Nagy ronagy@icloud.com

[detached HEAD a406f6f8bf] stream: update doc for new default high water mark
Author: Jay Kim 48934750+jsk95@users.noreply.github.com
Date: Tue Jun 18 18:09:46 2024 +1200
1 file changed, 1 insertion(+), 1 deletion(-)
Rebasing (5/6)
Rebasing (6/6)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: update outdated highwatermark doc

PR-URL: #53494
Reviewed-By: Moshe Atlow moshe@atlow.co.il
Reviewed-By: Marco Ippolito marcoippolito54@gmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Trivikram Kamat trivikr.dev@gmail.com
Reviewed-By: Robert Nagy ronagy@icloud.com

[detached HEAD 6559432783] stream: update outdated highwatermark doc
Author: Jay Kim jkim10@atlassian.com
Date: Tue Jun 18 18:39:43 2024 +1200
1 file changed, 1 insertion(+), 1 deletion(-)

Successfully rebased and updated refs/heads/main.

ℹ Add commit-queue-squash label to land the PR as one commit, or commit-queue-rebase to land as separate commits.

https://github.com/nodejs/node/actions/runs/9593864985

@marco-ippolito marco-ippolito added commit-queue-rebase PRs the Commit Queue should land as multiple self-contained commits. commit-queue PRs queued for automated landing through the Commit Queue. and removed commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. labels Jun 20, 2024
@nodejs-github-bot nodejs-github-bot added commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. and removed commit-queue PRs queued for automated landing through the Commit Queue. labels Jun 20, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator
Commit Queue failed
- Loading data for nodejs/node/pull/53494
✔  Done loading data for nodejs/node/pull/53494
----------------------------------- PR info ------------------------------------
Title      stream: update doc for new default high water mark (#53494)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     jsk95:patch-1 -> nodejs:main
Labels     doc, stream, author ready, commit-queue-rebase
Commits    3
 - stream: update outdated highwatermark doc
 - stream: update doc for new default high water mark
 - stream: update outdated highwatermark doc
Committers 2
 - Jay Kim 
 - GitHub 
PR-URL: https://github.com/nodejs/node/pull/53494
Reviewed-By: Moshe Atlow 
Reviewed-By: Marco Ippolito 
Reviewed-By: Luigi Pinca 
Reviewed-By: Trivikram Kamat 
Reviewed-By: Robert Nagy 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/53494
Reviewed-By: Moshe Atlow 
Reviewed-By: Marco Ippolito 
Reviewed-By: Luigi Pinca 
Reviewed-By: Trivikram Kamat 
Reviewed-By: Robert Nagy 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Mon, 17 Jun 2024 22:30:04 GMT
   ✔  Approvals: 5
   ✔  - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/53494#pullrequestreview-2124683767
   ✔  - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/53494#pullrequestreview-2124771913
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/53494#pullrequestreview-2126027541
   ✔  - Trivikram Kamat (@trivikr): https://github.com/nodejs/node/pull/53494#pullrequestreview-2129323141
   ✔  - Robert Nagy (@ronag) (TSC): https://github.com/nodejs/node/pull/53494#pullrequestreview-2129414408
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
✔  origin/main is now up-to-date
- Downloading patch for 53494
From https://github.com/nodejs/node
 * branch                  refs/pull/53494/merge -> FETCH_HEAD
✔  Fetched commits as 399eb338f18a..222ea9835c4d
--------------------------------------------------------------------------------
[main 193d49f831] stream: update outdated highwatermark doc
 Author: Jay Kim 
 Date: Tue Jun 18 15:04:52 2024 +1200
 1 file changed, 1 insertion(+), 1 deletion(-)
[main c5477b4ef0] stream: update doc for new default high water mark
 Author: Jay Kim <48934750+jsk95@users.noreply.github.com>
 Date: Tue Jun 18 18:09:46 2024 +1200
 1 file changed, 1 insertion(+), 1 deletion(-)
[main eff494e913] stream: update outdated highwatermark doc
 Author: Jay Kim 
 Date: Tue Jun 18 18:39:43 2024 +1200
 1 file changed, 1 insertion(+), 1 deletion(-)
   ✔  Patches applied
There are 3 commits in the PR. Attempting autorebase.
Rebasing (2/6)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: update outdated highwatermark doc

PR-URL: #53494
Reviewed-By: Moshe Atlow moshe@atlow.co.il
Reviewed-By: Marco Ippolito marcoippolito54@gmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Trivikram Kamat trivikr.dev@gmail.com
Reviewed-By: Robert Nagy ronagy@icloud.com

[detached HEAD 8d93652dc8] stream: update outdated highwatermark doc
Author: Jay Kim jkim10@atlassian.com
Date: Tue Jun 18 15:04:52 2024 +1200
1 file changed, 1 insertion(+), 1 deletion(-)
Rebasing (3/6)
Rebasing (4/6)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: update doc for new default high water mark

Co-authored-by: jakecastelli 38635403+jakecastelli@users.noreply.github.com
PR-URL: #53494
Reviewed-By: Moshe Atlow moshe@atlow.co.il
Reviewed-By: Marco Ippolito marcoippolito54@gmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Trivikram Kamat trivikr.dev@gmail.com
Reviewed-By: Robert Nagy ronagy@icloud.com

[detached HEAD f8e0673b56] stream: update doc for new default high water mark
Author: Jay Kim 48934750+jsk95@users.noreply.github.com
Date: Tue Jun 18 18:09:46 2024 +1200
1 file changed, 1 insertion(+), 1 deletion(-)
Rebasing (5/6)
Rebasing (6/6)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: update outdated highwatermark doc

PR-URL: #53494
Reviewed-By: Moshe Atlow moshe@atlow.co.il
Reviewed-By: Marco Ippolito marcoippolito54@gmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Trivikram Kamat trivikr.dev@gmail.com
Reviewed-By: Robert Nagy ronagy@icloud.com

[detached HEAD 207f3c703a] stream: update outdated highwatermark doc
Author: Jay Kim jkim10@atlassian.com
Date: Tue Jun 18 18:39:43 2024 +1200
1 file changed, 1 insertion(+), 1 deletion(-)

Successfully rebased and updated refs/heads/main.

✔ 8d93652dc8dbd630f6bff5fc4ebc8384a6ce7b88
✔ 0:0 no Co-authored-by metadata co-authored-by-is-trailer
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✔ 0:0 line-lengths are valid line-length
✔ 0:0 metadata is at end of message metadata-end
✔ 1:8 PR-URL is valid. pr-url
✔ 0:0 reviewers are valid reviewers
✔ 0:0 valid subsystems subsystem
✔ 0:0 Title is formatted correctly. title-format
✔ 0:0 Title is <= 50 columns. title-length
✖ f8e0673b56807cfe7acba65df540651073ba99fb
✔ 0:0 Co-authored-by is a trailer co-authored-by-is-trailer
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✖ 1:72 Line should be <= 72 columns. line-length
✔ 0:0 metadata is at end of message metadata-end
✔ 2:8 PR-URL is valid. pr-url
✔ 0:0 reviewers are valid reviewers
✔ 0:0 valid subsystems subsystem
✔ 0:0 Title is formatted correctly. title-format
✔ 0:0 Title is <= 50 columns. title-length
✔ 207f3c703aa8d478fd34c311c1b00ad09ba398ed
✔ 0:0 no Co-authored-by metadata co-authored-by-is-trailer
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✔ 0:0 line-lengths are valid line-length
✔ 0:0 metadata is at end of message metadata-end
✔ 1:8 PR-URL is valid. pr-url
✔ 0:0 reviewers are valid reviewers
✔ 0:0 valid subsystems subsystem
✔ 0:0 Title is formatted correctly. title-format
✔ 0:0 Title is <= 50 columns. title-length

ℹ Please fix the commit message and try again.
Please manually ammend the commit message, by running
git commit --amend
Once commit message is fixed, finish the landing command running
git node land --continue

https://github.com/nodejs/node/actions/runs/9594048048

@MoLow MoLow added commit-queue PRs queued for automated landing through the Commit Queue. commit-queue-squash PRs the Commit Queue should land as one squashed commit. and removed commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. commit-queue-rebase PRs the Commit Queue should land as multiple self-contained commits. labels Jun 20, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue PRs queued for automated landing through the Commit Queue. label Jun 20, 2024
@nodejs-github-bot
nodejs-github-bot merged commit b952ee1 into nodejs:main Jun 20, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in b952ee1

targos pushed a commit that referenced this pull request Jun 20, 2024
PR-URL: #53494
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
PR-URL: nodejs#53494
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
PR-URL: #53494
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue-squash PRs the Commit Queue should land as one squashed commit. doc Issues and PRs related to Node.js documentation. stream Issues and PRs related to Node.js streams.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants