Bug #105521 | Crash in touch_mem on ARM running MTR tests on MySQL Cluster 8.0.27 | ||
---|---|---|---|
Submitted: | 10 Nov 2021 18:55 | Modified: | 24 Jan 2022 22:14 |
Reporter: | Mikael Ronström | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0.27 | OS: | Oracle Linux (Cloud Developer version) |
Assigned to: | CPU Architecture: | ARM |
[10 Nov 2021 18:55]
Mikael Ronström
[11 Nov 2021 7:04]
MySQL Verification Team
Hello Mikael, Thank you for the report and feedback. Verified described. Sincerely, Umesh
[11 Nov 2021 7:16]
MySQL Verification Team
MySQL Cluste 8.0.27 test results
Attachment: 105521.results (application/octet-stream, text), 1.28 MiB.
[15 Dec 2021 13:44]
Mauritz Sundell
Posted by developer: sysconf(_SC_PAGESIZE) reports 64KB page size on linux/arm machines in lab. That is at least one part of the problem, logic in touch mem was written to handle 4K or 8K pages and could probably handle page sizes up to 32KB.
[15 Dec 2021 13:50]
Mauritz Sundell
Posted by developer: From logs one see that one almost succeeded to reserve 128TB of address space ranging from 0x7fffa4000000 to 0xfffda3ffffff. do_virtual_alloc: Reserved address space for 16383 8GiB regions at 0x7fffa4000000.
[24 Jan 2022 22:14]
Jon Stephens
Fixed in NDB 8.0.29. Debug/ARM only (unsupported). Closed.