xiangfu0 opened a new issue, #9334: URL: https://github.com/apache/pinot/issues/9334
Due to the plugin structure we introduced and all the new plugins we are adding, the pinot tarball size is increasing and the size is beyond 500MB. This has exceeded the Apache limit on the tarball size. So we should think of how to reduce it. Just throw some random thoughts: 1. Don't pack existing pinot-core contained libs into the plugin shaded jars, as they are all provided. 2. Make plugin jars downloadable/loadable from other locations, e.g. from a URI, so we can publish both nightly snapshots and release shaded jars there. But this introduces a problem for local plugin developers, so there should be some flag to turn off the downloading, but directly packaging plugins. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
