
|
If you were logged in you would be able to see more operations.
|
|
|
| Hadoop Flags: |
Reviewed
|
| Resolution Date: |
30/Jul/08 10:59 PM
|
|
Text.{ENCODER|DECODER} are static variables which need to be synchronized in Text.{read|write}String; given that lots of RPC code calls Text.{read|write}String the contention for this lock shows up very significantly on large clusters.
|
|
Description
|
Text.{ENCODER|DECODER} are static variables which need to be synchronized in Text.{read|write}String; given that lots of RPC code calls Text.{read|write}String the contention for this lock shows up very significantly on large clusters. |
Show » |
|