You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/24 07:53:19 UTC

[GitHub] [pinot] lksvenoy-r7 opened a new issue, #8973: Do not allow relocating segments for upsert table or realtime to offline task

lksvenoy-r7 opened a new issue, #8973:
URL: https://github.com/apache/pinot/issues/8973

   Currently nothing stops developers from defining segment relocation in their upsert tables using the instanceAssignmentConfigMap. From discussions in the Pinot slack group, it's become apparent that this breaks the upsert functionality for upsert tables (and apparently also the realtime to offline segments task).
   
   We should mark the table configuration as invalid if segment relocation is enabled for an upsert table, or if the realtime to offline task is enabled (cc. @Jackie-Jiang . Can you verify this issue applies to the realtime to offline segments task as well?)


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


[GitHub] [pinot] Jackie-Jiang commented on issue #8973: Do not allow relocating segments for upsert table or realtime to offline task

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #8973:
URL: https://github.com/apache/pinot/issues/8973#issuecomment-1165472711

   We already have the check for realtime to offline task. We should also add the check for the segment relocation. Do you want to help contribute this? The check can be added to `TableConfigUtils.validateUpsertAndDedupConfig()`


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