Now, I am running FC_Quiver. It takes time to run and I found many error message like below,
2017-08-14 02:13:27,148 - pwatcher.fs_based - DEBUG - Status RUNNING for heartbeat:heartbeat-P00cfdbdb5f5f71
2017-08-14 02:13:27,148 - pwatcher.fs_based - DEBUG - Unable to remove heartbeat '/shared/sample/syy5/mypwatcher/heartbeats/heartbeat-P25d35f98548f8a' when sentinal was found in exit-sentinels listdir.
Traceback (most recent call last):
File "/shared2/falcon/fc_env_170722/local/lib/python2.7/site-packages/pwatcher/fs_based.py", line 565, in get_status
os.remove(heartbeat_path)
OSError: [Errno 2] No such file or directory: '/shared/sample/syy5/mypwatcher/heartbeats/heartbeat-P25d35f98548f8a'
but If I go to that location, there is no error message in stderr file.
Can I just ignore this? Could you tell me what it is?
Dear Developer,
Now, I am running FC_Quiver. It takes time to run and I found many error message like below,
2017-08-14 02:13:27,148 - pwatcher.fs_based - DEBUG - Status RUNNING for heartbeat:heartbeat-P00cfdbdb5f5f71 2017-08-14 02:13:27,148 - pwatcher.fs_based - DEBUG - Unable to remove heartbeat '/shared/sample/syy5/mypwatcher/heartbeats/heartbeat-P25d35f98548f8a' when sentinal was found in exit-sentinels listdir. Traceback (most recent call last): File "/shared2/falcon/fc_env_170722/local/lib/python2.7/site-packages/pwatcher/fs_based.py", line 565, in get_status os.remove(heartbeat_path) OSError: [Errno 2] No such file or directory: '/shared/sample/syy5/mypwatcher/heartbeats/heartbeat-P25d35f98548f8a'
but If I go to that location, there is no error message in stderr file.
Can I just ignore this? Could you tell me what it is?