-
Notifications
You must be signed in to change notification settings - Fork 284
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
[Bug]: CI issues #2388
Comments
Fixed in #2416 https://github.com/infiniflow/infinity/actions/runs/12503536686/job/34884005644 Runner name: 'inf118-94a10a20f1ab'
|
Both are fixed by #2431 Error when running [16:38:04.289] [279304] [critical] Error: DumpByline: Cannot find segment index entry with id: 0@src/storage/compaction_process.cpp:221
SUMMARY: AddressSanitizer: heap-use-after-free /home/yzq/GitHub/infinity_update_py/src/storage/meta/entry/segment_index_entry.cppm:106:57 in infinity::SegmentIndexEntry@segment_index_entry::table_index_entry() const
|
Fixed by @small-turtle-1 in #2419 https://github.com/infiniflow/infinity/actions/runs/12543993246/job/34975912122 [17:09:03.376] [219594] [critical] Error: TerminateHandler: Unhandled Exception: Data read error: Read magic number which length isn't 0.@src/storage/buffer/file_worker/data_file_worker.cpp:157
|
### What problem does this PR solve? Fix `bool TxnTableStore::CheckConflict(const TxnTableStore *other_table_store) const` Issue link:#2388 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] Refactoring
Fixed by #2431
|
pr #2431 fix: |
In unittest, https://github.com/infiniflow/infinity/actions/runs/12645309717/job/35234245125
|
### What problem does this PR solve? Fix checkpoint ts bug. Issue link:#2388 Issue 5. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? Issue link:#2388 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
pr #2438 fix issue 3 |
### What problem does this PR solve? Fix checkpoint ts bug. Issue link:#2388 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
issue 4 has been fixed by #2389 |
Is there an existing issue for the same bug?
Actual behavior and How to reproduce it
Issue 1:
https://github.com/infiniflow/infinity/actions/runs/12369825011/job/34522532395
libc++abi: terminating due to uncaught exception of type infinity::UnrecoverableException@infinity_exception: Unable to download object: infinity/DELTA.24852, reason: NoSuchKey: Object does not exist@src/storage/io/s3_client_minio.cpp:39
Issue 2:
https://github.com/infiniflow/infinity/actions/runs/12369825011/job/34522532051
test_insert_checkpoint
Issue 3: Fixed by #2438
https://github.com/infiniflow/infinity/actions/runs/12373037137/job/34532562827
test_compact_restart_repeatedly
Issue 4: #2389
https://github.com/infiniflow/infinity/actions/runs/12372434436/job/34530626398?pr=2386
E infinity.common.InfinityException: (3037, 'Import file format error: No value in column num index 3 in CSV of row number: 2932, current row has column count: 3@src/executor/operator/physical_import.cpp:830@src/scheduler/fragment_context.cpp:1434')
Issue 5: fixed by #2428
https://github.com/infiniflow/infinity/actions/runs/12477264989/job/34823214511
[13:35:45.899] [142855] [critical] Error: last_full_ckp_ts 51472 >= max_commit_ts 57366 or last_ckp_ts 57368 > max_commit_ts 57366@src/storage/wal/wal_manager.cpp:512
Issue 6:
https://github.com/infiniflow/infinity/actions/runs/12512575496/job/34906086369
The text was updated successfully, but these errors were encountered: