From: Junxiao Bi <junxiao.bi@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] Why not utilize ignore_higher to reduce assert master work
Date: Thu, 3 Dec 2015 12:36:24 +0800 [thread overview]
Message-ID: <565FC6C8.6060607@oracle.com> (raw)
In-Reply-To: <565EA6D4.7080109@huawei.com>
On 12/02/2015 04:07 PM, Xue jiufei wrote:
> Hi all,
> We found that there may exist lots of assert_master works which seriously
> delayed other works. Function dlm_assert_master_worker() can ignore the
> node which is higher than master node. But ignore_higher is always
> set to 0. So why not utilize this value to reduce assert_master work?
> I think dlm_master_request_handler() can set ignore_higher to 1 when call
> dlm_dispatch_assert_master(). Will this introduce other problems?
Looks OK. Master request is sent from lowest node to master node, when
master nodes assert the master, it only needs clear the mle on lower
nodes. But please do full test in case export some bug.
Thanks,
Junxiao.
>
> Thanks,
> Xuejiufei
>
prev parent reply other threads:[~2015-12-03 4:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-02 8:07 [Ocfs2-devel] Why not utilize ignore_higher to reduce assert master work Xue jiufei
2015-12-03 4:36 ` Junxiao Bi [this message]
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=565FC6C8.6060607@oracle.com \
--to=junxiao.bi@oracle.com \
--cc=ocfs2-devel@oss.oracle.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.