mchades opened a new issue, #11468: URL: https://github.com/apache/gravitino/issues/11468
### What would you like to be improved? The `gravitino-lance-rest-server-*-bin.tar.gz` release package has grown significantly between 1.2.x and 1.3.0, which also caused the main `gravitino-*-bin.tar.gz` to exceed 1GB for the first time, blocking the standard SVN HTTP upload to dist.apache.org (server LimitRequestBody ~1GB). | Version | lance-rest-server | main bin | |---------|-------------------|----------| | 1.2.0 | ~34 MB | ~953 MB | | 1.2.1 | ~34 MB | ~820 MB | | 1.3.0 | ~261 MB (+670%) | ~1.1 GB | ### How should we improve? Investigate what was added to the lance-rest-server bundle in 1.3.0 that caused the 7.6x size increase. Likely candidates include newly bundled dependencies, native libraries, or model artifacts that should be excluded from the distribution package. Steps to reproduce: ```bash ./gradlew assembleDistribution -x test ls -lh distribution/package/gravitino-lance-rest-server-*-bin.tar.gz ``` Compare the contents with the 1.2.x build to identify newly added artifacts. -- 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]
