----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71278/ -----------------------------------------------------------
(Updated Sept. 14, 2019, 1:09 p.m.) Review request for atlas, Nixon Rodrigues and Saqeeb Shaikh. Changes ------- Addressed comments Bugs: https://issues.apache.org/jira/browse/ATLAS-3368 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/ATLAS-3368 Repository: atlas Description ------- If an entity is created that has a definition with a reference to a non built in type, it will trigger a legacy code path in EntityGraphMapper. This path can take excessive amounts of time (>5s per commit), but operators can be caught unaware as the log message for this is at debug level and explain the portential issue. Diffs (updated) ----- docs/src/site/twiki/Configuration.twiki 6190a7c5f intg/src/main/java/org/apache/atlas/AtlasConfiguration.java 345b105ff repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java c02f80905 Diff: https://reviews.apache.org/r/71278/diff/2/ Changes: https://reviews.apache.org/r/71278/diff/1-2/ Testing ------- - reviewed patch logging to warn Thanks, Bolke de Bruin
