Skip to content

Error "(oscar_oom.cc:1210)" repeating in logs

1

We have a new Aurora MySQL cluster on t3.small with this line over and over again in the logs

(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)
(oscar_oom.cc:1210)

It repeats continuously logging about 1.7mb per hour of this same line. We've just had a suspicious instance of database corruption which could be tied to this. Does anybody know what this error means?

asked 5 years ago3.5K views
7 Answers
0

We have the same issue affecting a db.t2.small instance.

answered 5 years ago
0

Bump. I have just pulled 1.7MB mysql-error-running.log and it is 3500 lines with just this text in each line...

answered 4 years ago
0

Exactly the same thing happening here on a db.t3.small. Can't find any information anywhere to explain what it might be.

answered 4 years ago
0

Check your freeable memory stats. I think this is an OOM (Out of memory) error

answered 4 years ago
0

Did anyone find a solution for this?

Also seeing this with db.t3.small . Not yet find the right way to reduce memory in a way that fixes this.

answered 3 years ago
0

Hello, I was having the same issue with a mysql db.t3.small database. I was using a pooled connection with 20 concurrent connections which was taking to much memory. I was also having some oom and some login failures when the OOM was happening. By lowering to 10 concurrent connections, the issue is fixed. Hope it helps :)

answered 3 years ago
0

Im also using db.t3.small for my dev environment, on mysql engine starts I see warning about memory is low, before establishing any connections. The db is still working fine thou.

[Note] /rdsdbbin/oscar/bin/mysqld: ready for connections.
Version: '5.7.12'  socket: '/tmp/mysql.sock'  port: 3306  MySQL Community Server (GPL)
Available memory is low. Trying to avoid OOM crash:  system KB: 1970520  available KB: 80036  low-threshold KB: 98526  print victim: yes  decline query: no  tune caches: yes  kill query: no  kill connection: no
 (oscar_oom.cc:1210)
 (oscar_oom.cc:1210)
 (oscar_oom.cc:1210)
....
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.