Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Pending Closed
-
None
-
None
Description
JSON parsing is currently done on the RPC thread. This holds RPC threads longer than desired. We need to move this to the FragmentExecutor thread.