Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Has Anyone Found A Workaround For The Bug?

has anyone found a workaround for the bug?
clearml.storage - ERROR - Exception encountered while uploading string longer than 2147483647 bytes

  
  
Posted 2 years ago
Votes Newest

Answers 17


ReassuredTiger98 , BitterLeopard33 , I think I've encountered this 4GB http limit before. I think this should be fixed in next SDK release 🙂

  
  
Posted 2 years ago

CostlyOstrich36 Thanks for the comment. Is there an Issue already opened and is tracking the status?

  
  
Posted 2 years ago

BitterLeopard33 , ReassuredTiger98 , my bad. I just dug a bit in slack history, I think I got the issue mixed up with long file names 😞

Regarding http/chunking issue/solution - I can't find anything either. Maybe open a github issue / github feature request (for chunking files)

  
  
Posted 2 years ago

BitterLeopard33 , I don't see anything in GitHub. Maybe open an issue for better visibility ? 🙂

  
  
Posted 2 years ago

CostlyOstrich36 could you explain the workflow with MinIO server setup which you just described? Should the data stored in MinIO be treated as a local folder setup and then maybe use this method! https://clear.ml/docs/latest/docs/clearml_data/clearml_data_sdk#syncing-local-storage

  
  
Posted 2 years ago

No problem. Sounds like a good solution, no need to implement something that has already been implemented somewhere else 🙂

  
  
Posted 2 years ago

A workaround can be to set up a local Minio server or upload to s3 directly, this way there shouldn't be a limit

  
  
Posted 2 years ago

Data in minio should be treat as an S3 bucket

  
  
Posted 2 years ago

oh okay in that case i can use the output_ur params in uploading files methodl!!

  
  
Posted 2 years ago

Yep 🙂

  
  
Posted 2 years ago

I have a related question: I read here that 4GB is a http limitation and ClearML will not chunk single files. I take from that, that ClearML did not want/there was no need to implement an own solution so far. But what about models that are larger than 4GB?

  
  
Posted 2 years ago

WebApp: 1.2.0-153 • Server: 1.2.0-153 • API: 2.16

  
  
Posted 2 years ago

What version of ClearML?

  
  
Posted 2 years ago

BitterLeopard33 , Hi 🙂
What are you trying to upload? Is it a single file? What is the destination?

  
  
Posted 2 years ago

yes its a single file from local machine to a remote one.

  
  
Posted 2 years ago

and its more than 4gb!

  
  
Posted 2 years ago