[WARNING] cache problem : 20200105/WXO-DD/meteocode/atl
- Dominant language
- C
- Stars
- 4
- Forks
- 1
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 1
Description
likely spurious warning message... running a static flow test I see it popping up:
```
2024-10-02 12:11:16,681 [DEBUG] successfully parsed json body: { "pubTime" : "20241002T161116.02153107", "baseUrl" : "http://localhost:8090/", "relPath" : "20200105/WXO-DD/meteocode/atl", "source" : "tfeed", "mode" : "755", "fileOp": { "directory" : ""} }
2024-10-02 12:11:16,681 [INFO] received: { "pubTime":"20241002161116.02153107", "baseUrl":"http://localhost:8090/", "relPath":"20200105/WXO-DD/meteocode/atl", "topic":"v03.post.20200105.WXO-DD.meteocode", "mtime":"", "atime":"", "mode":"0755", "fileOp" : { "directory":""}}
2024-10-02 12:11:16,681 [WARNING] cache problem : 20200105/WXO-DD/meteocode/atl
2024-10-02 12:11:16,681 [DEBUG] v03 pubTime=20241002161116.02153107
2024-10-02 12:11:16,681 [DEBUG] v03 body={ "pubTime" : "20241002T161116.02153107", "baseUrl" : "http://localhost:8090/", "relPath" : "20200105/WXO-DD/meteocode/atl", "source" : "tfeed", "mode" : "755", "fileOp": { "directory" : ""} }
```
It looks like it is complaining about a directory path not being covered by any accept/reject patterns... defaults to accept, and gets published... so I think it is harmless... but the error message is ... distracting? investigation needed.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the static flow test described in the report and trace where the cache warning is emitted for the 20200105/WXO-DD/meteocode/atl path. Determine whether the path should trigger that warning despite default acceptance; done means the warning behavior is corrected or its harmless nature is made explicit, with a regression check if the project has one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100