Hi, I am trying to run the latest version of Pinot...
# troubleshooting
g
Hi, I am trying to run the latest version of Pinot with Docker (Mac) and the container suddenly stops. I don’t see any errors in the log nor are there any other containers running at that time.
Copy code
docker run \
    --network=pinot-demo \
    --name pinot-quickstart \
    -p 9000:9000 \
     apachepinot/pinot:latest QuickStart \
    -type batch
Does anyone have any idea what might be going on? Please find attached logs
d
Not sure (and I'm a very novice pinot user myself) Logs stop after attempting to start the swagger server. Maybe swagger is trying to start on a port that is unavailable, and the exception handling just crashes with no further logs
g
thanks @David Cyze, but I think I got it. It was a memory issue. Increasing the memory solve it
d
Sure thing 🙂 that was my second guess if you believe it 😛
g
haha, I do
🙌 1