Environment
- YugabyteDB Anywhere - Any version
Issue
In the postgresql.log log file, a message similar to
-
I0208 00:01:18.161486 3895438 poller.cc:66] Poll stopped: Service unavailable (yb/rpc/scheduler.cc:80): Scheduler is shutting down (system error 108)
is shown.
This can be alarming as it shows a system error, but it can safely be ignored.
Resolution
Overview
Messages beginning with I such as I0208 are informational only and can usually be ignored.
'system error 108' is an innocuous error that means the process has stopped so therefore cannot receive anything else.
Additional Information
For a list of error codes, one option is to look at
https://www.thegeekstuff.com/2010/10/linux-error-codes/
where you can see:
108 | ESHUTDOWN | Cannot send after transport endpoint shutdown |
Comments
0 comments
Please sign in to leave a comment.