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/17 17:54:26 UTC

[GitHub] [pinot] klsince commented on pull request #8914: add api to check segment storage tier

klsince commented on PR #8914:
URL: https://github.com/apache/pinot/pull/8914#issuecomment-1159110603

   Example response
   ```
   {
     "tableName": "baseballStats_OFFLINE",
     "missingSegments": {},
     "missingServers": [],
     "segmentTiers": {
       "baseballStats_OFFLINE_1604620800000_1604620800000_0": {
         "Server_192.168.1.58_7000": null /* null for default tier or sth like `mytier` if configured explicitly */
       }
     }
   }
   ```


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