```{ "tableName": "ordereventmap_OFFLINE", "re...
# troubleshooting
a
Copy code
{
  "tableName": "ordereventmap_OFFLINE",
  "reportedSizeInBytes": -1,
  "estimatedSizeInBytes": -1,
  "offlineSegments": {
    "reportedSizeInBytes": -1,
    "estimatedSizeInBytes": -1,
    "missingSegments": 1,
    "segments": {
      "ordereventmapbatch": {
        "reportedSizeInBytes": -1,
        "estimatedSizeInBytes": -1,
        "serverInfo": {
          "Server_pinot-server-59619160-2-966153609.stg.omsanalyticsplatform.cp.dfwstg2.prod.walmart.com_8098": {
            "segmentName": "ordereventmapbatch",
            "diskSizeInBytes": -1
          }
        }
      }
    }
  },
  "realtimeSegments": null
have been trying to upload batch segment to table….but the segment is going missing and no data is available. Can anyone tell reasons due to which segments goes missing on uploading? Didn’t find any errors in controller or server or broker
k
Does it get uploaded and then get deleted?
a
it gets uploaded but not sure about auto deletion…no message is there regarding delete
n
What is the above output? Can you see the segment in external view/ideal state? Can you see it in segments API? What's your table config? Can you paste any logs (even normal ones) that you see when you upload, from controller and server