You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/05 04:04:33 UTC

[GitHub] [incubator-seatunnel] TyrantLucifer commented on pull request #2644: [Bug] [Connector-v2-redis] Fix redis e2e-testcase connection reset

TyrantLucifer commented on PR #2644:
URL: https://github.com/apache/incubator-seatunnel/pull/2644#issuecomment-1236520295

   > please help to review @TyrantLucifer
   
   After reading the jedis-related source codes, the call stack of the connection method is as follows:
   
   jedis#set -> connection#executeCommand -> connection#sendCommand -> connection#connect
   
   So I think add these codes is useless.
   
   Redis e2e test cases has no problem in my local environment and github action environment, it's may be a problem with your local environment configuration.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

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