From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Joshua Watt <jpewhacker@gmail.com>,
Martin Jansa <martin.jansa@gmail.com>,
Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp
Date: Thu, 07 Feb 2019 17:21:38 +0000 [thread overview]
Message-ID: <01574523a8aa31529bbedabeee90ec541d91cb10.camel@linuxfoundation.org> (raw)
In-Reply-To: <CAJdd5Gbg4hCkVUKopz5qXcqxEjmJsM-XP83rHKiqz3bHYUka_w@mail.gmail.com>
On Thu, 2019-02-07 at 10:59 -0600, Joshua Watt wrote:
> On Thu, Feb 7, 2019 at 10:44 AM Joshua Watt <jpewhacker@gmail.com>
> wrote:
> > Martin,
> >
> > Do you by any chance build in Docker (or some other transient
> > container)? We recently found an issue with building in docker
> > where when the primary container command would exit, causing the
> > container to terminate. When the container terminates, the kernel
> > unceremoniously sends SIGKILL to all its processes. This plays
> > *very* poorly with pseudo because pseudo keeps it's entire database
> > in a in-memory sqlite database and only flushes it out to disk on a
> > periodic interval, or when it get SIGTERM (maybe SIGQUIT?) or exits
> > normally. By default the pseudo daemon will also hang around for
> > 20(?) seconds waiting for a new connection from a pseudo client,
> > meaning that when our docker container was exiting, there were
> > potentially several pseudo dameons sitting around waiting for a
> > client with unflushed databases in memory that suddenly got a
> > SIGKILL and all their data was lost. This was particularly bad if
> > you aborted a build while it was running, or some build failure
> > occurred. Since
> the pseudo database was lost, the only way to correct these errors
> was to clean and rebuild.
> > I think pseudo could handle this better and keep the database on
> > disk instead of in memory, but in the short term you can hack
> > bitbake to pass the -S flag when invoking the pseudo client which
> > will make it tell the dameon to shutdown (and thus flush the
> > database) if it is the last connection.
>
> FWIW, this patch makes it much easier to do that
> http://lists.openembedded.org/pipermail/bitbake-devel/2019-February/019813.html
> Just add
> FAKEROOTCMD += "-S"
> in local.conf
Should we be doing that by default? Is there a downside?
Keeping the database flushed to disk would likely be slow but this
seems reasonable.
Cheers,
Richard
next prev parent reply other threads:[~2019-02-07 17:21 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-07 0:35 [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp Khem Raj
2019-02-07 9:00 ` Richard Purdie
2019-02-07 14:49 ` Khem Raj
2019-02-07 16:17 ` Martin Jansa
2019-02-07 16:44 ` Joshua Watt
2019-02-07 16:59 ` Joshua Watt
2019-02-07 17:11 ` Martin Jansa
2019-02-07 17:21 ` Richard Purdie [this message]
2019-02-07 19:34 ` Joshua Watt
2019-02-10 1:29 ` Peter Kjellerstedt
2019-02-10 6:25 ` Peter Kjellerstedt
2019-02-10 23:32 ` Peter Kjellerstedt
2019-02-11 2:09 ` Khem Raj
2019-02-13 17:42 ` Khem Raj
2019-02-07 11:44 ` Peter Kjellerstedt
2019-02-07 14:53 ` Khem Raj
2019-02-28 1:53 ` ChenQi
2019-02-28 15:21 ` Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2019-02-08 0:56 Khem Raj
2019-02-08 8:44 ` Peter Kjellerstedt
2019-02-08 15:21 ` Khem Raj
2019-02-10 0:34 ` Peter Kjellerstedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01574523a8aa31529bbedabeee90ec541d91cb10.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=jpewhacker@gmail.com \
--cc=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox