[ 
https://issues.apache.org/jira/browse/ATLAS-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj reassigned ATLAS-2883:
---------------------------------------

    Assignee: Madhan Neethiraj  (was: Ashutosh Mestry)

> Export & Import Process: Large Amount of Data Prevents ExportImport Audits 
> from Being Saved
> -------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-2883
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2883
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 0.8.2
>            Reporter: Ashutosh Mestry
>            Assignee: Madhan Neethiraj
>            Priority: Major
>             Fix For: 0.8.3
>
>
> *Background*
> The new audit mechanism saves contents of Export/Import results to 
> _AtlasExportImportAudit_. This is an entity within Atlas, that ends up as a 
> vertex within the database.
> *Steps to Reproduce*
>  * Populate Atlas with _hive_db_ with over 100 tables each with 100 columns.
>  * Perform an export.
> The following is seen in logs:
> {noformat}
> audit record too long: entityType=__ExportImportAuditEntry, 
> guid=5a5170fa-8f65-4037-a092-1abbaa725b2f, size=2099039; maxSize=1048576. 
> entity attribute values not stored in audit (EntityAuditListener:153)
> graph rollback due to exception  (GraphTransactionInterceptor:71)
> org.apache.atlas.exception.AtlasBaseException: Failed to notify 
> EntityAuditListener for change CREATE
>     at 
> org.apache.atlas.repository.store.graph.v1.AtlasEntityChangeNotifier.notifyListeners(AtlasEntityChangeNotifier.java:183)
>     at 
> org.apache.atlas.repository.store.graph.v1.AtlasEntityChangeNotifier.onEntitiesMutated(AtlasEntityChangeNotifier.java:91)
>     at 
> org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1.createOrUpdate(AtlasEntityStoreV1.java:207)
>     at 
> org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1.createOrUpdate(AtlasEntityStoreV1.java:215)
>     at 
> org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1$$FastClassBySpringCGLIB$$80c00649.invoke(<generated>)
>     at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>     at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
>     at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
>     at 
> org.apache.atlas.GraphTransactionInterceptor.invoke(GraphTransactionInterceptor.java:60)
>     at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
>     at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
>     at 
> org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1$$EnhancerBySpringCGLIB$$59a2a5e8.createOrUpdate(<generated>)
> …
> Caused by: org.apache.atlas.AtlasException: Unknown datatype {name=long, 
> description=null}
>     at 
> org.apache.atlas.typesystem.persistence.StructInstance.setNull(StructInstance.java:276)
>     at 
> org.apache.atlas.repository.audit.EntityAuditListener.clearAttributeValues(EntityAuditListener.java:175)
>     at 
> org.apache.atlas.repository.audit.EntityAuditListener.getAuditEventDetail(EntityAuditListener.java:158)
>     at 
> org.apache.atlas.repository.audit.EntityAuditListener.createEvent(EntityAuditListener.java:133)
>     at 
> org.apache.atlas.repository.audit.EntityAuditListener.onEntitiesAdded(EntityAuditListener.java:63)
>     at 
> org.apache.atlas.repository.store.graph.v1.AtlasEntityChangeNotifier.notifyListeners(AtlasEntityChangeNotifier.java:172)
>     ... 112 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to