You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/06/30 22:34:46 UTC

[GitHub] [kafka] vvcephei commented on pull request #8961: MINOR: add a retry system test curl commands

vvcephei commented on pull request #8961:
URL: https://github.com/apache/kafka/pull/8961#issuecomment-652081453


   Recently, I have seen a few remote (aws-over-vagrant) system tests fail during setup due to this error:
   
   ```
       worker15: + curl -O https://s3-us-west-2.amazonaws.com/kafka-packages/kafka_2.11-1.1.1.tgz
       worker15:   % Total    % Received % Xferd  Average
       worker15:  Speed   Time    Time     Time  
       worker15: Current
       worker15:                                  Dload  Upload   Total   Spent    Left  
       worker15: Speed
     0     0    0     0    0     0      0      0 --:--:--
       worker15:  --:--:-- --:--:--     0
     0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
     0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--
       worker15: :--     0
     0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--   
       worker15:   0
     0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:-
       worker15: -     0
     0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--   
       worker15:   0
     0     0    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--
       worker15:      0
     0     0    0     0    0     0      0      0 --:--:--  0:00:07 --:--:--     0
     0     0    0     0    0     0      0      0 --:--:--  0:00:08 --:--:--    
       worker15:  0
     0     0    0     0    0     0      0      0 --:--:--  0:00:09 --:--:-- 
       worker15:     0
     0     0    0     0    0     0      0      0 --:--:--  0:00:10 --:--:--     0
     0     0    0     0    0     0      0      0 --:--:--  0:00:11 --:--:-- 
       worker15:     0
     0     0    0     0    0     0      0      0 --:--:--  0:00:12 --:--:--   
       worker15:   0
     0     0    0     0    0     0      0      0 --:--:--  0:00:13 --:--:--     0
       worker15: curl: (35) Unknown SSL protocol error 
       worker15: in connection to s3-us
       worker15: -west-2.amazonaws.com:443 
   ```
   
   The problem is transient, so it seems to be an issue with the SSL negotiation on the server side. Some reading has suggested it could also be due to networking issues when running inside of containers, or over VPNs, etc., etc.
   
   I didn't find anything obvious we could do about it, so it seems worthwhile to at least attempt to avoid failing the whole run over a transient non-problem.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org