Jason918 commented on issue #19701: URL: https://github.com/apache/pulsar/issues/19701#issuecomment-1474764054
> This problem is actually caused by the local environment of the release manager. For example, > > 1. he run the process of [verifying release](https://pulsar.apache.org/contribute/validate-release-candidate/) first, and not cleaned up the connectors and offloaders in time. Then the `apache-pulsar-2. x.0-src. tar.gz`. generated by the `mvn clean install` will be too large, resulting in the failure of uploading all the time. > 2. The project looks clean, but there are some things hidden in unexpected places. Then the `apache-pulsar-2. x.0-src. tar.gz`. generated by the `mvn clean install` will be too large, > > Because this upload takes a long time, network problems may occur. This failure is easily identified as the result of network instability. So I think it is necessary to add a reminder. Yes, similar thing happens to me at the first release. If I remember correctly, my case is that I downloaded the svn directory into PULSAR_HOME, it makes the src file very large. I think maybe we can add a size check about how large the uploaded file should be. -- 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]
