public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Stan Hoeppner <stan@hardwarefreak.com>
To: xfs@oss.sgi.com
Subject: Re: [PATCH] disable tags in post-receive hook
Date: Thu, 12 Apr 2012 03:49:30 -0500	[thread overview]
Message-ID: <4F86971A.1030507@hardwarefreak.com> (raw)
In-Reply-To: <20120411162627.GJ1802@sgi.com>

On 4/11/2012 11:26 AM, Ben Myers wrote:
> Hey Folks,
> 
>     Yesterday I pushed tags to the oss.sgi.com xfs git repository and forgot to
>     disable the post-receive hook which generates email to the list at commit
>     time.  You probably saw the resulting mailbomb.  I'm sorry about that.  In
>     order to make sure it doesn't happen again next time, I have applied the
>     following patch to our post-receive hook:

I curse you for the error Ben and praise you for this correction.
Mailman unsubbed me sometime yesterday according to a subject line.
There was no body, no reason give.  But, I know the cause.

I was limiting concurrent SMTP connections to 1 to fight runaway bots.
Was working great until this bombing run.  The OSS list server runs
Sendmail, which is dumb and opens a new connection for every message
delivery.  This behavior can potentially bring an MX to its knees due to
smtpd process starvation.

Postfix on the other hand will open one connection and keep sending
until all mail queued for the destination MX has been sent, or until
there is more than a 2 second delay between deliveries.

I understand Brent Bice of SGI is building an 'evidence file' to justify
a rebuild of OSS to use Postfix and the latest Mailman.  Maybe you could
lend your support or blessing.

The current OSS list server has other problems as well, including large
delays between receiving posts and sending them back out.  I'm assuming
I'm not the only one to notice this.

Thanks.

-- 
Stan

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  parent reply	other threads:[~2012-04-12  8:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-11 16:26 [PATCH] disable tags in post-receive hook Ben Myers
2012-04-11 20:22 ` Christoph Hellwig
2012-04-11 22:00   ` Ben Myers
2012-04-12  8:49 ` Stan Hoeppner [this message]
2012-04-12 16:15   ` Russell Cattelan
2012-04-13  2:45     ` Stan Hoeppner

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=4F86971A.1030507@hardwarefreak.com \
    --to=stan@hardwarefreak.com \
    --cc=xfs@oss.sgi.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