-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-alpha4
-
Component/s: fs/azure
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
Currently there are a few places in hadoop-azure module that create ObjectMapper for each request/call. We should reuse the object mapper for performance purpose.
The general caveat is about thread safety; I think the change will be safe though.