lotus-worker version 1.13.0 - kernel panic panic while deleting cache files #7989
-
Checklist
Lotus component
Lotus Version
Describe the BugJan 22 02:02:10 p54-1 lotus-worker[37433]: 2022-01-22T02:02:10.879+0800 INFO main lotus-seal-worker/main.go:187 Starting lotus worker Logging Information
Repo StepsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @bruce20319 Thanks for the report. The issue you are experiencing lies elsewhere. Moving this issue to Lotus Discussions for help and troubleshooting. Closing Lotus issue ticket. |
Beta Was this translation helpful? Give feedback.
-
@bruce20319 Hey, this is not a lotus bug. It seems like a simple kernel panic on truncate option. So, while lotus was deleting the cache file, it requested the OS to do so. The part of this delete operation is to remove the inode corresponding to that file. The inode truncate API for the kernel is where the panic occurred. If this is a one time thing, then I would suggest to ignore it. But if it is reproducible then you should file a bug with Linux kernel. |
Beta Was this translation helpful? Give feedback.
@bruce20319 Hey, this is not a lotus bug. It seems like a simple kernel panic on truncate option. So, while lotus was deleting the cache file, it requested the OS to do so. The part of this delete operation is to remove the inode corresponding to that file. The inode truncate API for the kernel is where the panic occurred. If this is a one time thing, then I would suggest to ignore it. But if it is reproducible then you should file a bug with Linux kernel.