You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "rodolphogarrido (via GitHub)" <gi...@apache.org> on 2023/07/21 11:56:54 UTC

[GitHub] [pinot] rodolphogarrido commented on issue #11127: Failed to update the segment lineage during startReplaceSegments

rodolphogarrido commented on issue #11127:
URL: https://github.com/apache/pinot/issues/11127#issuecomment-1645466471

   Hi @Jackie-Jiang, thank you very much for replying.
   
   After adding the ingestion type as `APPEND`, the error stopped and Pinot was able to merge the segments. 
   
   ```json
       "ingestionConfig": {
           "batchIngestionConfig": {
             "segmentIngestionType": "APPEND",
             "segmentIngestionFrequency": "DAILY"
           },
           "transformConfigs": []
         },
   ```
   
   It was possible to reproduce the error by removing the configuration above, and "fix" it after putting it back.
   
   Thank you very much for the help!


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