dataloop-ai / dtlpy

Python SDK and CLI for Dataloop Platform
Apache License 2.0
16 stars 15 forks source link

DLCache folders #28

Closed Anish-HA closed 2 years ago

Anish-HA commented 2 years ago

Hey, I have noticed a bug in a previous version of dtlpy where there would be multiple cache directories created on ubuntu due to the "\" symbol in the cache directory name. This was most likely caused by disk_cache ([(https://github.com/dataloop-ai/dtlpy/blame/509fa5f7975b3b7ce6db5d4cdfe06c3af3add758/dtlpy/services/disk_cache.py]) on line 14. I believe this has been fixed in later versions of dtlpy, but I wanted to know if it is safe to delete all previously created directories, i.e. will this affect my upload and download data in the future on dataloop.

dataloop-support commented 2 years ago

Hello, Thank you for reaching out. After reviewing your request, I’ve determined that this type of issue is best handled by our Tier 2 Support team. We already have escalated your case to the team so they can action once they are available,  Please note that their business hours are 9AM - 6PM ( Israeli time zone) from Sunday to Thursday.   Support ticket link https://support.dataloop.ai/helpdesk/tickets/3820 Kind regards, Dataloop Support Team  Please visit our documentation for additional information Here Our status page Link

                        On
                        Tue, 12 Apr at  7:12 PM
                        ,  dataloop-ai/dtlpy ***@***.***>  wrote:

Hey, I have noticed a bug in a previous version of dtlpy where there would be multiple cache directories created on ubuntu due to the "" symbol in the cache directory name. This was most likely caused by disk_cache ([(https://github.com/dataloop-ai/dtlpy/blame/509fa5f7975b3b7ce6db5d4cdfe06c3af3add758/dtlpy/services/disk_cache.py]) on line 14. I believe this has been fixed in later versions of dtlpy, but I wanted to know if it is safe to delete all previously created directories, i.e. will this affect my upload and download data in the future on dataloop.

OS: Ubuntu 20.04

Example image:

Can I delete these folders without affecting data already on dataloop and locally?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

orshabtay commented 2 years ago

Hi, thanks for reaching out. You're right, we had this bug and we fixed it in the next version. You can safely delete those folders and it won't affect any of your data on the platform. Let us know if you have any other issues.