snleee opened a new pull request, #11537:
URL: https://github.com/apache/pinot/pull/11537

   - Currently, our segment preprocessor throws the exception when dict -> 
noDict (or noDict -> dict) + startree creation happens together.
   - The root cause of the issue is that startree creation process load the 
segment again while we haven't update the currently loaded segment properly (we 
flush the changes on closing the writer).
   - The solution is to first process forward index -> other indices, close the 
segment writer to make sure all the changes are applied, open the writer again, 
and process the startree updates.


-- 
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

Reply via email to