KKcorps opened a new pull request, #11499: URL: https://github.com/apache/pinot/pull/11499
This will help in debugging upsert related issues. Currently the metadata is blackbox once the code is deployed in prod. The API will help give visibility. Example ``` curl -XGET "http://localhost:7500/tables/upsertMeetupRsvp_REALTIME/upsertMetadata?partitionId=0&primaryKey=21" { "comparisonValue" : 1693667178312, "docId" : 2, "segmentName" : "upsertMeetupRsvp__0__8__20230902T1506Z" } ``` -- 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