guiyanakuang commented on PR #1580:
URL: https://github.com/apache/orc/pull/1580#issuecomment-1679901122

   After analysing the source code I think
   
   Set pluginArtifact: download protoc using maven api artifactResolver.resolve 
(reliable, polls multiple repositories sequentially, uses sha1 check)
   
   No pluginArtifact set: download protoc using 
https://github.com/os72/protoc-jar (unreliable, url single download, no file 
checking, saved in cache directory)
   
   So I guess this problem is easier to reproduce in a bad network environment. 
Not a few people have reported this 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to