-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-45978: [C++] Bump bundled mimalloc version #45979
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
Conversation
|
|
|
@github-actions crossbow submit -g cpp -g python |
This comment was marked as outdated.
This comment was marked as outdated.
c9a3cbe to
161d91b
Compare
|
@github-actions crossbow submit -g cpp -g python |
This comment was marked as outdated.
This comment was marked as outdated.
|
I've opened microsoft/mimalloc#1056 for the Alpine Linux failure but I don't think it should be holding this. |
2185744 to
222ec0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.github/workflows/cpp.yml
Outdated
| ARROW_SUBSTRAIT: ON | ||
| ARROW_USE_GLOG: OFF | ||
| ARROW_VERBOSE_THIRDPARTY_BUILD: OFF | ||
| ARROW_VERBOSE_THIRDPARTY_BUILD: ON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you'll revert these before merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this was to debug the build/link errors on Windows which are now fixed.
8241964 to
97490ec
Compare
|
@github-actions crossbow submit -g cpp -g python |
|
Revision: 97490ec58b0ed1c9993b607aa0046bc7fbfde66a Submitted crossbow builds: ursacomputing/crossbow @ actions-21dfeaf22e |
|
@github-actions crossbow submit wheelcp313* |
Update bundled mimalloc version from 2.0.6 to 2.2.4. This will also help fix the CMake 4.0 compatibility issues.
97490ec to
1fe3480
Compare
|
Revision: 1fe3480 Submitted crossbow builds: ursacomputing/crossbow @ actions-dc8e7b294f |
|
This is ready for review @kou . CI looks good except for a probably unrelated failure in the Python emscripten build. |
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
5af7504 to
cc5d86e
Compare
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 0826be5. There were 76 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 32 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### What changes are included in this PR? Update bundled mimalloc version from 2.0.6 to 2.2.4. This will also help fix the CMake 4.0 compatibility issues. ### Are these changes tested? Yes, by CI builds. ### Are there any user-facing changes? No. * GitHub Issue: apache#45978 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
|
@github-actions crossbow submit test-r-linux-sanitizers |
|
Revision: cc5d86e Submitted crossbow builds: ursacomputing/crossbow @ actions-d6f9a3a132
|
|
I think this change has caused a memory leak when reading parquet #47266 |
What changes are included in this PR?
Update bundled mimalloc version from 2.0.6 to 2.2.4. This will also help fix the CMake 4.0 compatibility issues.
Are these changes tested?
Yes, by CI builds.
Are there any user-facing changes?
No.