You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2017/06/23 13:36:06 UTC

[jira] [Created] (YARN-6738) LevelDBCacheTimelineStore should reuse ObjectMapper instances

Zoltan Haindrich created YARN-6738:
--------------------------------------

             Summary: LevelDBCacheTimelineStore should reuse ObjectMapper instances
                 Key: YARN-6738
                 URL: https://issues.apache.org/jira/browse/YARN-6738
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: timelineserver
            Reporter: Zoltan Haindrich


Using TezUI sometimes times out...and the cause of it was that the query was quite large; and the leveldb handler seems like recreates the {{ObjectMapper}} for every read - this is unfortunate; since the ObjectMapper have to rescan the class annotations which may take some time.

Keeping the objectmapper reduces the ATS call time from 17 seconds to 3 seconds for me...which was enough to get my tez-ui working again :)




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org