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 10 months ago
Votes Newest

Answers 6


wait_on_upload=True seems to have fixed it...

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

Version is 1.11.1

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago
515 Views
6 Answers
10 months ago
10 months ago
Tags