Re: Review Request 72666: Notification: Solution to Memory Build-up

2020-07-23 Thread Ashutosh Mestry via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72666/ --- (Updated July 24, 2020, 5:18 a.m.) Review request for atlas, Madhan Neethiraj,

Re: Review Request 72646: ATLAS-3876 : Relationship Search API not showing correct approximateCount

2020-07-23 Thread Pinal Shah
> On July 23, 2020, 10:50 p.m., Sarath Subramanian wrote: > > repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java > > Line 607 (original), 616 (patched) > > > > > > what if out/in edges

Re: Review Request 72567: ATLAS-3782 : Support NOT_CONTAINS operator in basic search

2020-07-23 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72567/#review221344 --- Ship it! Ship It! - Sarath Subramanian On June 30, 2020,

Re: Review Request 72646: ATLAS-3876 : Relationship Search API not showing correct approximateCount

2020-07-23 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72646/#review221343 ---

Re: Review Request 72703: Import Service: UpdateVertexGuid Now Makes Updates to AtlasEntityWithExtInfo

2020-07-23 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72703/#review221341 --- Ship it! Ship It! - Sarath Subramanian On July 23, 2020,

Re: Review Request 72698: ATLAS-3875: Introduce sample project for AtlasClient

2020-07-23 Thread Jyoti Singh
> On July 22, 2020, 7:24 p.m., Sidharth Mishra wrote: > > atlas-examples/src/main/java/org/apache/atlas/AtlasClientBaseExample.java > > Lines 63 (patched) > > > > > > char[] is always preferred over String - check >

Re: Review Request 72698: ATLAS-3875: Introduce sample project for AtlasClient

2020-07-23 Thread Jyoti Singh
> On July 22, 2020, 7:24 p.m., Sidharth Mishra wrote: > > atlas-examples/src/main/java/org/apache/atlas/AtlasClientBaseExample.java > > Lines 140 (patched) > > > > > > Please use Console.readPassword instead Not

Re: Review Request 72695: Optional configuration to support locks on JanusGraph to ensure data consitency.

2020-07-23 Thread Ashutosh Mestry via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72695/#review221338 ---

Re: Review Request 72666: Notification: Solution to Memory Build-up

2020-07-23 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72666/#review221337 ---

Re: Review Request 72666: Notification: Solution to Memory Build-up

2020-07-23 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72666/#review221333 --- intg/src/main/java/org/apache/atlas/utils/FixedBufferList.java

Re: Review Request 72666: Notification: Solution to Memory Build-up

2020-07-23 Thread Ashutosh Mestry via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72666/ --- (Updated July 23, 2020, 6:48 p.m.) Review request for atlas, Madhan Neethiraj,

Re: Review Request 72666: Notification: Solution to Memory Build-up

2020-07-23 Thread Ashutosh Mestry via Review Board
> On July 23, 2020, 5:59 p.m., Sarath Subramanian wrote: > > intg/src/main/java/org/apache/atlas/utils/FixedBufferList.java > > Lines 33 (patched) > > > > > > ArrayList => List I would prefer to keep it buffer since

Review Request 72703: Import Service: UpdateVertexGuid Now Makes Updates to AtlasEntityWithExtInfo

2020-07-23 Thread Ashutosh Mestry via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72703/ --- Review request for atlas, Nikhil Bonte, Nixon Rodrigues, and Sarath Subramanian.

Re: Review Request 72698: ATLAS-3875: Introduce sample project for AtlasClient

2020-07-23 Thread Jyoti Singh
> On July 22, 2020, 7:24 p.m., Sidharth Mishra wrote: > > atlas-examples/src/main/java/org/apache/atlas/AtlasClientBaseExample.java > > Lines 86 (patched) > > > > > > Instead of commenting like typedef then entity

Re: Review Request 72698: ATLAS-3875: Introduce sample project for AtlasClient

2020-07-23 Thread Jyoti Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72698/ --- (Updated July 23, 2020, 6:10 p.m.) Review request for atlas, Ashutosh Mestry,

Re: Review Request 72666: Notification: Solution to Memory Build-up

2020-07-23 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72666/#review221322 --- intg/src/main/java/org/apache/atlas/utils/FixedBufferList.java

[jira] [Updated] (ATLAS-3902) Import Service: Importing Data With Differing GUIDs for Same Unique Attributes Causes Errors in Certain Cases

2020-07-23 Thread Ashutosh Mestry (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Mestry updated ATLAS-3902: --- Summary: Import Service: Importing Data With Differing GUIDs for Same Unique Attributes

[jira] [Updated] (ATLAS-3902) Import Service: Importing Data With Differing GUIDs for Same Unique Attributes Causes Errors

2020-07-23 Thread Ashutosh Mestry (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Mestry updated ATLAS-3902: --- Description: *Background* Consider the scenario where 2 clusters containing Atlas are setup

[jira] [Created] (ATLAS-3902) Import Service: Importing Data With Differing GUIDs for Same Unique Attributes Causes Errors

2020-07-23 Thread Ashutosh Mestry (Jira)
Ashutosh Mestry created ATLAS-3902: -- Summary: Import Service: Importing Data With Differing GUIDs for Same Unique Attributes Causes Errors Key: ATLAS-3902 URL: https://issues.apache.org/jira/browse/ATLAS-3902

[GitHub] [atlas] insertmike opened a new pull request #105: Fixed small typo on type system page

2020-07-23 Thread GitBox
insertmike opened a new pull request #105: URL: https://github.com/apache/atlas/pull/105 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Commented] (ATLAS-3901) AD user default role

2020-07-23 Thread theo11 (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163244#comment-17163244 ] theo11 commented on ATLAS-3901: --- Thank you for your response. If I understand you correctly, I can bind