somandal commented on PR #15233: URL: https://github.com/apache/pinot/pull/15233#issuecomment-2715133669
With the latest changes the new preCheck result will look like: ``` "preChecksResult": { "isMinimizeDataMovement": { "preCheckStatus": "WARNING", "message": "minimizeDataMovement is not enabled but instance assignment is allowed" }, "isOffHeapUpsertEnabled": { "preCheckStatus": "PASS", "message": "Off-heap upsert is enabled" }, "isOffHeapUpsertSnapshotTaskConfigsEnabled": { "preCheckStatus": "ERROR", "message": "Off-heap upsert snapshot task configs are disabled, please enable prior to running rebalance" }, "numLatestOffHeapUpsertSnapshots": { "preCheckStatus": "ERROR", "message": "Off-heap upsert numSnapshots should not be <= 0, found to be 0, check for snapshots prior to running rebalance" }, "needsReloadStatus": { "preCheckStatus": "PASS", "message": "No need to reload" }, "numOffHeapUpsertPartitions": { "preCheckStatus": "PASS", "message": "Off-heap upsert numPartitions: 2" } } ``` -- 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