wsrep integration layer uses popen() to run extrernal commands

Bug #812391 reported by Alex Yurchenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL patches by Codership
Fix Released
High
Alex Yurchenko

Bug Description

By someone's braindead decision popen() is implemented via fork() and thus requires as much memory as used by parent process to start a new program (which has nothing to do with the parent).

Given that mysqld is normally configured to occupy as much RAM as possible this leads to unjustified memory and swap requirements just to enable mysqld to run helper scripts.

Changed in codership-mysql:
assignee: nobody → Alex Yurchenko (ayurchen)
importance: Undecided → High
milestone: none → 0.8.1
status: New → In Progress
Changed in codership-mysql:
status: In Progress → Fix Committed
Changed in codership-mysql:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.