MySQL Forums
Forum List  »  NDB clusters

Re: We use ndbd at data node(single thread mode), but found 34 threads of ndbd
Posted by: Mikael Ronström
Date: May 22, 2018 05:10AM

This is perfectly normal.
NDB has a large set of threads handling interaction with the
file system. In addition we have threads to handle TCP connection
setup, watchdog handling and some more stuff possibly. So it is
normal with these extra 33 threads, most of them are always idle
and waiting to be waken up to handle a file system interaction.
We handle file system interaction in separate threads since they
are blocking and the single execution thread should never block
other than when no work to do.

These extra threads exists in both ndbd and in ndbmtd.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: We use ndbd at data node(single thread mode), but found 34 threads of ndbd
470
May 22, 2018 05:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.