All the tables are in bad state. They are not able...
# troubleshooting
p
All the tables are in bad state. They are not able to ingest any data from kafka. PLEASE HELP
Copy code
[
  {
    "tableName": "packages_REALTIME",
    "numSegments": 79,
    "numServers": 2,
    "numBrokers": 2,
    "segmentDebugInfos": [],
    "serverDebugInfos": [],
    "brokerDebugInfos": [
      {
        "brokerName": "Broker_pinot-broker-0.dev-pinot-broker-headless.svc.cluster.local_8099",
        "idealState": "ONLINE",
        "externalView": "ONLINE"
      },
      {
        "brokerName": "Broker_pinot-broker-1.pinot-broker-headless.svc.cluster.local_8099",
        "idealState": "ONLINE",
        "externalView": "ONLINE"
      }
    ],
    "tableSize": {
      "reportedSize": "5 MB",
      "estimatedSize": "5 MB"
    },
    "ingestionStatus": {
      "ingestionState": "UNHEALTHY",
      "errorMessage": "Did not get any response from servers for segment: packages__0__9__20220927T1248Z"
    }
  }
]
Tried to do following steps: 1. Reload the segment that was in unhealthy ingestion state. 2. Reset that segment 3. Delete that segement 4. Rebalance brokers 5. Rebalance servers 6. Delete Segment (was not actually deleted - checked logs) None of these steps worked
n
@Piyush Chauhan are your server up and running? have you checked the logs to see if there are any issues in the consuming segment?
p
Yes they are running
n
anything in the server logs ? from the time you started seeing issues?