-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
5
-
BermudaTriangle- 2023-09-05
The Chunkcache failure is on Linux noftruncate issue. The issue arises from utilizing the ftruncate function during the creation of the chunkcache file. However, within the "noftruncate" build variant, this function appears to be nullified. This leads to complications in the proper creation of the chunkcache file.
[2023/08/23 01:51:08.160] ====================================================================== [2023/08/23 01:51:08.160] [pid:7331]: ERROR: test_chunkcache01.test_chunkcache01.test_chunkcache(column.on-disk) [2023/08/23 01:51:08.160] ---------------------------------------------------------------------- [2023/08/23 01:51:08.160] [pid:7331]: testtools.testresult.real._StringException: lost connection during test 'test_chunkcache01.test_chunkcache01.test_chunkcache(column.on-disk)' [2023/08/23 01:51:08.160] ====================================================================== [2023/08/23 01:51:08.160] [pid:7331]: ERROR: test_chunkcache01.test_chunkcache01.test_chunkcache(column-fix.on-disk) [2023/08/23 01:51:08.160] ---------------------------------------------------------------------- [2023/08/23 01:51:08.160] [pid:7331]: testtools.testresult.real._StringException: lost connection during test 'test_chunkcache01.test_chunkcache01.test_chunkcache(column-fix.on-disk)'
- is related to
-
WT-11542 Apply capacity throttling to the chunk cache
- Closed