* [Ocfs2-devel] Why not utilize ignore_higher to reduce assert master work
@ 2015-12-02 8:07 Xue jiufei
2015-12-03 4:36 ` Junxiao Bi
0 siblings, 1 reply; 2+ messages in thread
From: Xue jiufei @ 2015-12-02 8:07 UTC (permalink / raw)
To: ocfs2-devel
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?
Thanks,
Xuejiufei
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Ocfs2-devel] Why not utilize ignore_higher to reduce assert master work
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
0 siblings, 0 replies; 2+ messages in thread
From: Junxiao Bi @ 2015-12-03 4:36 UTC (permalink / raw)
To: ocfs2-devel
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-03 4:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.