koii-network/Arweave-Health-Check

Arweave verifier always ends up in error status after ~20 minutes, EPERM when renaming KOIIDB~

Closed this issue Β· 1 comments

πŸ› What issue do you have?

The Arweave verifier task runs correctly for a while, and then shows error status. I see this in the log:

[Error: EPERM: operation not permitted, rename '(...)\\KOII-Desktop-Node\\namespace\\BwwkRHB1GVWvVDbdXfUobRFLfz7wz6tz2u2W8mKCUjsj\KOIIDB~' -> '(...)\KOII-Desktop-Node\namespace\BwwkRHB1GVWvVDbdXfUobRFLfz7wz6tz2u2W8mKCUjsj\KOIIDB'] {
  errno: -4048,
  code: 'EPERM',
  syscall: 'rename',
  path: '(...)\\KOII-Desktop-Node\\namespace\\BwwkRHB1GVWvVDbdXfUobRFLfz7wz6tz2u2W8mKCUjsj\\KOIIDB~',
  dest: '(...)\\KOII-Desktop-Node\\namespace\\BwwkRHB1GVWvVDbdXfUobRFLfz7wz6tz2u2W8mKCUjsj\\KOIIDB'
}

When looking at the folder while the task runs, I see KOIIDB~ and KOIIDB appear often, the rename seems to works successfully many times. But seems that after a while it trips over itself and this happens.

🌐 Desktop Node Version

0.4.3

πŸ–₯️ Operating System

Windows 10

🚦Task Status

Error

πŸ”‘ System Key

2kvimh6wjzfeTMnDnG8mLmhUS6PebFo1rJudJ7dvk3vu

Task ID

BwwkRHB1GVWvVDbdXfUobRFLfz7wz6tz2u2W8mKCUjsj

Steps to reproduce

Start task. Wait for around 20 minutes.

2024-02-05 14_07_22-Koii Node

FYI still seeing this with v0.4.4 of the app and the most recently upgraded version of the Arweave Verifier task (not sure how to check the version number of the task itself).