New Cluster and also Upgraded Aurora MySQL Aurora 3.03.1 have lots of errors for user rdsadmin

3

After a Major Version Upgrade from Aurora 2 MySQL 5.7 to Aurora 3.03.1 MySQL 8.0 I have a lot of Aborted Clients, checking the logs I can see messages like the following:

[Note] [MY-010914] [Server] Aborted connection 6165 to db: 'unconnected' user: 'rdsadmin' host: 'localhost' (Got an error reading communication packets). (sql_connect.cc:845)

All messages are about the user "rdsadmin". Is there something else I have to do to finish the upgrade, is this an AWS bug ?

EDIT: I have tested new cluster all-default parameters Aurora MySQL 3.X.X and all Clusters have the same behaviour. Errors for rdsadmin user.

Any help appreciated.

  • We have the same issue /w 3.02.2 MySQL 8, have a constant stream of them in the error log, over a dozen per minute.

  • I created an empy RDS Aurora 3.03.1 MySQL 8.0 and the situation is the same, lots of erros for rdsadmin.

  • Same problem 8.0.mysql_aurora.3.03.0

  • We have same issue 8.0.mysql_aurora.3.02.2

  • Same issue with 8.0.mysql_aurora.3.02.2

2 Antworten
1
Akzeptierte Antwort

Contacted AWS Support about this and was told it was a known issue and they are working on an OS patch to resolve this issue. No ETA on when that patch will be available. I hope that helps others who are stuck seeing this error fill up their logs.

beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Monat
  • @e0steven, thank you, is good to confirm that is something inside AWS, hope they fix it quickly

  • As an update, the upgraded cluster does not show Aborted Clients anymore, I expect the other cluster will get the patch soon.

-3

rdsadmin is a built-in administrative account that is managed by AWS. AWS uses this account for maintenance and management tasks, so you should not modify this account. If you're seeing a large number of aborted connections from rdsadmin, it could be a symptom of a deeper problem.

So before upgrading please follow https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.MajorVersionUpgrade.html ans check the parameters before and after upgrade since

sometimes major upgrades can affect some parameter values like https://dev.mysql.com/doc/refman/8.0/en/packet-too-large.html if you detect such differences you need to fix or you need to open case to AWS Support directly.

profile picture
EXPERTE
beantwortet vor einem Jahr
  • Hello @sdtslmn, thanks for you input, I think the issue is more general, I have created two new Aurora MySQL 3.03.1 also a 3.03.0 and in both new all-default clusters the situation happened, a lot of "db: 'unconnected' user: 'rdsadmin' host: 'localhost' (Got an error reading communication packets)" errors and the AbortedClient metric goes on.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen