Re: handlerCount

2016-04-28 Thread Kun Ren
Thanks a lot, Chris and Kihwal. I found it in the DFSConfigKeys as you mentioned. On Thu, Apr 28, 2016 at 6:00 PM, Chris Nauroth wrote: > Hello, > > In general, configuration property default values will be defined in two > places: 1) hdfs-default.xml, which defines the default property values

Re: handlerCount

2016-04-28 Thread Chris Nauroth
Hello, In general, configuration property default values will be defined in two places: 1) hdfs-default.xml, which defines the default property values when a deployment doesn't specifically set them and 2) DFSConfigKeys, a class that defines constant default values that the code uses if for some r

Re: handlerCount

2016-04-28 Thread Kihwal Lee
For name node, start from NameNodeRpcServer. From: Kun Ren To: hdfs-dev@hadoop.apache.org Sent: Thursday, April 28, 2016 4:51 PM Subject: handlerCount Hi Genius, I have a quick question: I remembered I saw the default value for HandlerCout is 10(The number of Handler threads

handlerCount

2016-04-28 Thread Kun Ren
Hi Genius, I have a quick question: I remembered I saw the default value for HandlerCout is 10(The number of Handler threads), but I can not find where it is defined in the source code, could you please point to me where I can find it in the 2.7.2 codebase? Thanks a lot.