saileshnankani opened a new pull request #5911: URL: https://github.com/apache/incubator-pinot/pull/5911
## Description Adds 3 scripts to take 2 commit hashes and does rolling upgrade on the components to verify compatibility between commits. - comp-verifier.sh (main script that does rolling upgrades) command syntax: ./comp-verifier.sh commitHash1 target_dir_1 commitHash2 target_dir_2 - build-release.sh (helper script that builds Pinot given a specific commit hash and target directory ) command syntax: ./build-release.sh commit_hash target_dir - control-service.sh (helper script that starts/stops given component for a given build of Pinot) command syntax: ./control-service.sh command component target_dir pinot_version Starts all components in v1 version. Afterwards, it does a rolling upgrade - controller first, then the broker, and finally the server to v2. See #4854 for design documents ---------------------------------------------------------------- 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. 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