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 2 years ago
Votes Newest

Answers 6


Version is 1.11.1

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

wait_on_upload=True seems to have fixed it...

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
1K Views
6 Answers
2 years ago
2 years ago
Tags