You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2023/03/13 18:46:54 UTC

[GitHub] [pinot] Jackie-Jiang commented on pull request #10400: Enable Pinot realtime table ingestion without a deep store. Segment tar/zip and upload will thus be skipped.

Jackie-Jiang commented on PR #10400:
URL: https://github.com/apache/pinot/pull/10400#issuecomment-1466740656

   Currently we have multiple modes for LLC segment commit, shall we re-design the configs so that it is easier for users to understand?
   
   1. Push segment to controller (must succeed)
   2. Push segment to deep store (must succeed), then push metadata with download url to controller
   3. Push segment to deep store
       - If succeeds, push metadata with download url to controller
       - If fails, push metadata without download url to controller (peer download mode)
   4. Directly push metadata without download url to controller (peer download mode)


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org