-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup fails for Cohesity S3 compatible storage #477
Comments
Hi! We managed to drop libcloud usage meanwhile, so this probably became a non-issue. |
We can't easily get access to Cohesity. @smatvienko-tb , any chance you could give it a try with a recent medusa? |
OK. Here is some feedback. We have used 0.16.3 for a couple of months. "Invalid part number 8193 specified. Part number must be a number from 1 to 8192 inclusive"The Cohesity S3 storage has a limited chunk count (others as well). So we were not able to send files of more than 64 GiB (8192*8MiB) For a SizeTieredCompactionStrategy or after major compaction without splitting, that might be a problem. FYI: AWS S3 limits to 10k chunks as well The current workaroundWe replaced the hardcoded value It would be nice to have a parameter to set the BTW, 8M transfer time in 2024 is a fraction of a second, even at home. 😄 Unfortunately, we are still running with a patched library. Here a @volodymyr-babak's comments on this
Libraries and files patched :
Hopefully, it will help somehow to improve the Medusa ! |
Project board link
Hey!
I had an issue backing up the ThingsBoard's Cassandra data to the Cohesity S3 compatible storage.
After investigating the issue, I found that Cohesity S3 does not return the
content-type
header, confirmed by their specs later.I made a patch to work without a
content-type
header, and Medusa for Apache Cassandra worked fine on production for about one week.My PR on libcloud that fix the issue is here apache/libcloud#1695
Hopefully, this will help someone to deploy easier!
┆Issue is synchronized with this Jira Story by Unito
┆Reviewer: Radovan Zvoncek
┆Issue Number: MED-45
The text was updated successfully, but these errors were encountered: