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
I'M Getting Upload Errors When Uploading Artifacts (Using Gcs) But It Uploads For Datasets Works Just Fine.

I'm getting upload errors when uploading artifacts (using GCS) but it uploads for datasets works just fine.

clearml.storage - ERROR - Failed uploading: HTTPSConnectionPool(host=' storage.googleapis.com ', port=443): Max retries exceeded with url: /upload/storage/v1/b/files-xyz/o?uploadType=multipart (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2423)')))

  
  
Posted one year ago
Votes Newest

Answers 6


Hi @<1575656665519230976:profile|SkinnyBat30> , what version of ClearML are you using? Are you uploading datasets from the same machine also to GCS?

  
  
Posted one year ago

I can reproduce the problem in a notebook and post it on Github if that helps.

  
  
Posted one year ago

wait_on_upload=True seems to have fixed it...

  
  
Posted one year ago

Version is 1.11.1

  
  
Posted one year ago

Both uploads were from the same machine and same Task()

  
  
Posted one year ago

Also have clearml-agent 1.5.2, clearml-serving 1.3.0 and clearml-session 0.4.0

  
  
Posted one year ago
618 Views
6 Answers
one year ago
one year ago
Tags