xiangfu0 opened a new pull request, #8705: URL: https://github.com/apache/pinot/pull/8705
Tested: Scenario I. Server start w/o ts index, on-disk segments w/o index: 1. Update table config to add ts index 2. Reload segments to create ts index Scenario II. Server start w/o ts index, on-disk segments w/o index: 1. Update table config to add ts index 2. Restart server to create ts index Scenario III. Server start w/ ts index, on-disk segments w/ index: 1. Update table config to ensure the ts index is loaded. 2. Update table config to remove ts index 4. Reload segments to remove ts index on-disk Scenario IV. Server start w/ ts index, on-disk segments w/o index: 1. Server builds ts index during the start 2. Remove ts index from table config Scenario V. Server start w/o ts index, on-disk segments w index: 1. Server removes on-disk ts index during restart. -- 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