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

GH-39604: [JS] Do not use resizable buffers yet #39607

Merged
merged 1 commit into from Jan 16, 2024

Conversation

domoritz
Copy link
Member

@domoritz domoritz commented Jan 15, 2024

Removing support for reusable buffers for now since Safari seems to allocate the full memory. We could lower the max buffer size but I am worried that we wouldn't get the size parameter right without enough time.

Reverts #39252

@domoritz domoritz added this to the 15.0.0 milestone Jan 15, 2024
@raulcd
Copy link
Member

raulcd commented Jan 16, 2024

@domoritz @trxcllnt is this ready to be merged so I can create RC 1 for 15.0.0?
Thanks!

@raulcd
Copy link
Member

raulcd commented Jan 16, 2024

@github-actions crossbow submit js

Copy link

Revision: 9c1cb93

Submitted crossbow builds: ursacomputing/crossbow @ actions-8a8bb1938f

Task Status
verify-rc-source-js-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-js-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-js-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-js-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-js-macos-amd64 GitHub Actions
verify-rc-source-js-macos-arm64 GitHub Actions

@domoritz domoritz merged commit eec4942 into apache:main Jan 16, 2024
10 of 11 checks passed
@domoritz
Copy link
Member Author

Yes, it's ready.

Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit eec4942.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

@domoritz domoritz deleted the dom/resizable branch January 16, 2024 18:30
idailylife pushed a commit to idailylife/arrow that referenced this pull request Jan 18, 2024
clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JS] Resizable buffers reserve too much memory
2 participants