zhtaoxiang commented on code in PR #10034: URL: https://github.com/apache/pinot/pull/10034#discussion_r1057840220
########## pinot-spi/src/main/java/org/apache/pinot/spi/ingestion/batch/spec/SegmentGenerationJobSpec.java: ########## @@ -139,6 +139,11 @@ public class SegmentGenerationJobSpec implements Serializable { */ private String _authToken; + /** + * Create a separated metadata only tar gz file to reduce the data transfer of segment metadata push job. + */ + private boolean _createMetadataTarGz = true; Review Comment: I feel that we should disable it by default as for now to avoid potential problems. We can enable it by default after we have fully tested it in some envs. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org