[jira] [Commented] (ATLAS-3031) UI : Allow user to export the lineage in PNG or JPEG format

2019-03-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16804452#comment-16804452
 ] 

ASF subversion and git services commented on ATLAS-3031:


Commit 14037eed5c380006b0d622842677e362057a433a in atlas's branch 
refs/heads/master from lma
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=14037ee ]

ATLAS-3031: UI : Allow user to export the lineage in PNG or JPEG format

Signed-off-by: Sarath Subramanian 


> UI : Allow user to export the lineage in PNG or JPEG format
> ---
>
> Key: ATLAS-3031
> URL: https://issues.apache.org/jira/browse/ATLAS-3031
> Project: Atlas
>  Issue Type: Sub-task
>Reporter: Keval Bhatt
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3031.patch
>
>




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


[GitHub] [atlas] mahaha000 commented on issue #39: ATLAS-3071:Add Functionalities to Collect Notification Metrics

2019-03-28 Thread GitBox
mahaha000 commented on issue #39: ATLAS-3071:Add Functionalities to Collect 
Notification Metrics
URL: https://github.com/apache/atlas/pull/39#issuecomment-477807052
 
 
   {
 "data": {
   "notification": {
 "TOTAL_MSG_COUNT": {
   "TOTAL_MSG_COUNT": 2
 },
 "TODAY": {
   "ENTITY_CREATED": 2,
   "NOTIFICATION_FAILED": 0,
   "ENTITY_UPDATED": 0,
   "ENTITY_DELETE": 0,
   "NOTIFICATION_PROCESSED": 2
 },
 "YESTERDAY": {
   "ENTITY_CREATED": 0,
   "NOTIFICATION_FAILED": 0,
   "ENTITY_UPDATED": 0,
   "ENTITY_DELETE": 0,
   "NOTIFICATION_PROCESSED": 0
 },
 "PAST_HOUR": {
   "ENTITY_CREATED": 0,
   "NOTIFICATION_FAILED": 0,
   "ENTITY_UPDATED": 0,
   "ENTITY_DELETE": 0,
   "NOTIFICATION_PROCESSED": 0
 },
 "THIS_HOUR": {
   "ENTITY_CREATED": 2,
   "NOTIFICATION_FAILED": 0,
   "ENTITY_UPDATED": 0,
   "ENTITY_DELETE": 0,
   "NOTIFICATION_PROCESSED": 2
 }
   },
   "general": {
 "collectionTime": 1553814686345,
 "entityCount": 887,
 "tagCount": 14,
 "typeUnusedCount": 39,
 "typeCount": 137
   },
   "tag": {
 "tagEntities": {
   "PII": 5,
   "FINANCE_PII": 3,
   "VENDOR_PII": 1,
   "DATA_QUALITY": 1,
   "EXPIRES_ON": 3,
   "REFERENCE_DATA": 1
 }
   },
   "entity": {
 "entityActive": {
   "__ExportImportAuditEntry": 1,
   "__AtlasUserSavedSearch": 2,
   "hive_table": 62,
   "__AtlasUserProfile": 1,
   "hive_db": 9,
   "hbase_namespace": 1,
   "hive_process": 61,
   "hive_storagedesc": 62,
   "AtlasGlossary": 3,
   "hdfs_path": 50,
   "AtlasServer": 1,
   "hbase_table": 3,
   "AtlasGlossaryTerm": 55,
   "hive_column_lineage": 72,
   "hbase_column_family": 11,
   "hive_column": 489
 },
 "entityDeleted": {
   "hbase_table": 2,
   "hbase_column_family": 2
 }
   }
 }
   }
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [atlas] sarathkumarsubramanian commented on issue #37: ATLAS-2933:Empty array attributes are returned as null instead of an empty list

2019-03-28 Thread GitBox
sarathkumarsubramanian commented on issue #37: ATLAS-2933:Empty array 
attributes are returned as null instead of an empty list
URL: https://github.com/apache/atlas/pull/37#issuecomment-477806954
 
 
   Changes looks good. +1


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [atlas] mahaha000 opened a new pull request #39: ATLAS-3071:Add Functionalities to Collect Notification Metrics

2019-03-28 Thread GitBox
mahaha000 opened a new pull request #39: ATLAS-3071:Add Functionalities to 
Collect Notification Metrics
URL: https://github.com/apache/atlas/pull/39
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Updated] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-03-28 Thread Le Ma (JIRA)


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

Le Ma updated ATLAS-3071:
-
Attachment: MetricsDataModel.json

> Add Functionalities to Collect Notification Metrics/Entity Lifecyle
> ---
>
> Key: ATLAS-3071
> URL: https://issues.apache.org/jira/browse/ATLAS-3071
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Le Ma
>Assignee: Le Ma
>Priority: Major
> Attachments: ATLAS-3071.patch, MetricsDataModel.json
>
>
> Extend api/atlas/admin/metrics to provide metrics for notifications/entity 
> lifycycle:                           
>                                                          # notification 
> processed 
>                                                          # notification 
> failed 
> today/thisHour/pastHour/total   {      # entity created 
>                                                          # entity updated
>                                                          # entity deleted



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


[jira] [Updated] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-03-28 Thread Le Ma (JIRA)


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

Le Ma updated ATLAS-3071:
-
Attachment: ATLAS-3071.patch

> Add Functionalities to Collect Notification Metrics/Entity Lifecyle
> ---
>
> Key: ATLAS-3071
> URL: https://issues.apache.org/jira/browse/ATLAS-3071
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Le Ma
>Assignee: Le Ma
>Priority: Major
> Attachments: ATLAS-3071.patch, MetricsDataModel.json
>
>
> Extend api/atlas/admin/metrics to provide metrics for notifications/entity 
> lifycycle:                           
>                                                          # notification 
> processed 
>                                                          # notification 
> failed 
> today/thisHour/pastHour/total   {      # entity created 
>                                                          # entity updated
>                                                          # entity deleted



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


[jira] [Updated] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-03-28 Thread Le Ma (JIRA)


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

Le Ma updated ATLAS-3071:
-
Attachment: (was: ATLAS-3071)

> Add Functionalities to Collect Notification Metrics/Entity Lifecyle
> ---
>
> Key: ATLAS-3071
> URL: https://issues.apache.org/jira/browse/ATLAS-3071
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Le Ma
>Assignee: Le Ma
>Priority: Major
> Attachments: ATLAS-3071.patch, MetricsDataModel.json
>
>
> Extend api/atlas/admin/metrics to provide metrics for notifications/entity 
> lifycycle:                           
>                                                          # notification 
> processed 
>                                                          # notification 
> failed 
> today/thisHour/pastHour/total   {      # entity created 
>                                                          # entity updated
>                                                          # entity deleted



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


[jira] [Commented] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-03-28 Thread Le Ma (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16804368#comment-16804368
 ] 

Le Ma commented on ATLAS-3071:
--

Pre commit link : 
[https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/1005/]

> Add Functionalities to Collect Notification Metrics/Entity Lifecyle
> ---
>
> Key: ATLAS-3071
> URL: https://issues.apache.org/jira/browse/ATLAS-3071
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Le Ma
>Assignee: Le Ma
>Priority: Major
> Attachments: ATLAS-3071.patch, MetricsDataModel.json
>
>
> Extend api/atlas/admin/metrics to provide metrics for notifications/entity 
> lifycycle:                           
>                                                          # notification 
> processed 
>                                                          # notification 
> failed 
> today/thisHour/pastHour/total   {      # entity created 
>                                                          # entity updated
>                                                          # entity deleted



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


[jira] [Commented] (ATLAS-3104) Fix stale transaction alerts in atlas logs

2019-03-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16804307#comment-16804307
 ] 

ASF subversion and git services commented on ATLAS-3104:


Commit 8dc4041c69083292d7d5f9996b10f42e33874077 in atlas's branch 
refs/heads/master from Sarath Subramanian
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=8dc4041 ]

ATLAS-3104: Fix stale transaction alerts in atlas logs


> Fix stale transaction alerts in atlas logs
> --
>
> Key: ATLAS-3104
> URL: https://issues.apache.org/jira/browse/ATLAS-3104
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.1.0, trunk
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 2.0.0
>
>
> stale transaction alerts have been seen in atlas logs after the java patch 
> handler.
> Need to close transaction after graph access.



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


Re: Review Request 70333: ATLAS-3104: Fix stale transaction alerts in atlas logs

2019-03-28 Thread Sarath Subramanian


> On March 28, 2019, 10:05 a.m., Ashutosh Mestry wrote:
> > Consider this approach. Do all the processing at AtlasJanusGraph level. 
> > That way you will have complete control of batching, commits, etc.

will create a new JIRA to batch the commits and parallel process. Will need to 
benchmark the current approach before perf enhancement.


> On March 28, 2019, 10:05 a.m., Ashutosh Mestry wrote:
> > repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
> > Lines 515 (patched)
> > 
> >
> > This will cause a large commit to happen. Consider batching. Optimal is 
> > 3000 based on my experiments.

same as above


- Sarath


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70333/#review214180
---


On March 28, 2019, 2:01 p.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/70333/
> ---
> 
> (Updated March 28, 2019, 2:01 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nikhil Bonte, 
> and Nixon Rodrigues.
> 
> 
> Bugs: ATLAS-3104
> https://issues.apache.org/jira/browse/ATLAS-3104
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> stale transaction alerts have been seen in atlas logs after the java patch 
> handler.
> 
> Need to close transaction after graph access.
> 
> 
> Diffs
> -
> 
>   
> graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraph.java 
> 09eab2864 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java
>  93284140c 
>   
> repository/src/main/java/org/apache/atlas/repository/patches/AtlasJavaPatchHandler.java
>  470ff1054 
>   
> repository/src/main/java/org/apache/atlas/repository/patches/UniqueAttributePatchHandler.java
>  0c65ef169 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
>  eac2a03aa 
> 
> 
> Diff: https://reviews.apache.org/r/70333/diff/2/
> 
> 
> Testing
> ---
> 
> No longer see stale transaction alerts in the log.
> 
> 
> Thanks,
> 
> Sarath Subramanian
> 
>



Re: Review Request 70333: ATLAS-3104: Fix stale transaction alerts in atlas logs

2019-03-28 Thread Sarath Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70333/
---

(Updated March 28, 2019, 2:01 p.m.)


Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nikhil Bonte, and 
Nixon Rodrigues.


Changes
---

addressed review comments.


Bugs: ATLAS-3104
https://issues.apache.org/jira/browse/ATLAS-3104


Repository: atlas


Description
---

stale transaction alerts have been seen in atlas logs after the java patch 
handler.

Need to close transaction after graph access.


Diffs (updated)
-

  graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraph.java 
09eab2864 
  
graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java
 93284140c 
  
repository/src/main/java/org/apache/atlas/repository/patches/AtlasJavaPatchHandler.java
 470ff1054 
  
repository/src/main/java/org/apache/atlas/repository/patches/UniqueAttributePatchHandler.java
 0c65ef169 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
 eac2a03aa 


Diff: https://reviews.apache.org/r/70333/diff/2/

Changes: https://reviews.apache.org/r/70333/diff/1-2/


Testing
---

No longer see stale transaction alerts in the log.


Thanks,

Sarath Subramanian



Re: Review Request 70333: ATLAS-3104: Fix stale transaction alerts in atlas logs

2019-03-28 Thread Ashutosh Mestry

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70333/#review214180
---



Consider this approach. Do all the processing at AtlasJanusGraph level. That 
way you will have complete control of batching, commits, etc.


repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
Lines 515 (patched)


This will cause a large commit to happen. Consider batching. Optimal is 
3000 based on my experiments.


- Ashutosh Mestry


On March 28, 2019, 7:30 a.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/70333/
> ---
> 
> (Updated March 28, 2019, 7:30 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nikhil Bonte, 
> and Nixon Rodrigues.
> 
> 
> Bugs: ATLAS-3104
> https://issues.apache.org/jira/browse/ATLAS-3104
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> stale transaction alerts have been seen in atlas logs after the java patch 
> handler.
> 
> Need to close transaction after graph access.
> 
> 
> Diffs
> -
> 
>   
> graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraph.java 
> 09eab2864 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java
>  93284140c 
>   
> repository/src/main/java/org/apache/atlas/repository/patches/AtlasJavaPatchHandler.java
>  470ff1054 
>   
> repository/src/main/java/org/apache/atlas/repository/patches/UniqueAttributePatchHandler.java
>  0c65ef169 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
>  eac2a03aa 
> 
> 
> Diff: https://reviews.apache.org/r/70333/diff/1/
> 
> 
> Testing
> ---
> 
> No longer see stale transaction alerts in the log.
> 
> 
> Thanks,
> 
> Sarath Subramanian
> 
>



Re: Review Request 70333: ATLAS-3104: Fix stale transaction alerts in atlas logs

2019-03-28 Thread Madhan Neethiraj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70333/#review214175
---


Fix it, then Ship it!





graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraph.java
Lines 213 (patched)


getOpenTransactions() method doesn't seem to be used. If this is not 
needed, please consider reverting changes in AtlasGraph.java and 
AtlasJanusGraph.java.



repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
Lines 574 (patched)


Vertices returned from this method will be used after the transaction is 
committed here.

Please make sure to verify that this works; in some frameworks (like ORM) 
changes to the retrieved object are honored only in the scope of the 
transaction in which they are retrievd.


- Madhan Neethiraj


On March 28, 2019, 7:30 a.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/70333/
> ---
> 
> (Updated March 28, 2019, 7:30 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nikhil Bonte, 
> and Nixon Rodrigues.
> 
> 
> Bugs: ATLAS-3104
> https://issues.apache.org/jira/browse/ATLAS-3104
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> stale transaction alerts have been seen in atlas logs after the java patch 
> handler.
> 
> Need to close transaction after graph access.
> 
> 
> Diffs
> -
> 
>   
> graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraph.java 
> 09eab2864 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java
>  93284140c 
>   
> repository/src/main/java/org/apache/atlas/repository/patches/AtlasJavaPatchHandler.java
>  470ff1054 
>   
> repository/src/main/java/org/apache/atlas/repository/patches/UniqueAttributePatchHandler.java
>  0c65ef169 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
>  eac2a03aa 
> 
> 
> Diff: https://reviews.apache.org/r/70333/diff/1/
> 
> 
> Testing
> ---
> 
> No longer see stale transaction alerts in the log.
> 
> 
> Thanks,
> 
> Sarath Subramanian
> 
>



[jira] [Commented] (ATLAS-3103) UI : Render Schema Table from relationship attributes node in the entity API

2019-03-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803887#comment-16803887
 ] 

ASF subversion and git services commented on ATLAS-3103:


Commit 3fb19af8012f6591f888ea500bf620f3494d663f in atlas's branch 
refs/heads/branch-1.0 from gutkaBinit
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=3fb19af ]

ATLAS-3103 UI : Render schema table from relationshipattributes node in the 
entity API

Signed-off-by: kevalbhatt 
(cherry picked from commit 4551dcd7af36662c4df8a83af9f599ed1a3a39d4)


> UI : Render Schema Table from relationship attributes node in the entity API
> 
>
> Key: ATLAS-3103
> URL: https://issues.apache.org/jira/browse/ATLAS-3103
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3103.patch
>
>




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


[jira] [Commented] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803886#comment-16803886
 ] 

ASF subversion and git services commented on ATLAS-3105:


Commit 5dc6213a177842f4e11d94ce0bb1a76e408aee46 in atlas's branch 
refs/heads/branch-1.0 from gutkaBinit
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=5dc6213 ]

ATLAS-3105 : UI : Distorted image is downloaded, for certain conditions

Signed-off-by: kevalbhatt 
(cherry picked from commit a9fc73a45903aac0e04793a4e9681159ee0a0b03)


> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3105.patch, download (18).png
>
>
> When a node is dragged the downloaded image does not appear to cover all the 
> nodes. 
> Example attached



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


[jira] [Commented] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803877#comment-16803877
 ] 

ASF subversion and git services commented on ATLAS-3105:


Commit a9fc73a45903aac0e04793a4e9681159ee0a0b03 in atlas's branch 
refs/heads/master from gutkaBinit
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=a9fc73a ]

ATLAS-3105 : UI : Distorted image is downloaded, for certain conditions

Signed-off-by: kevalbhatt 


> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3105.patch, download (18).png
>
>
> When a node is dragged the downloaded image does not appear to cover all the 
> nodes. 
> Example attached



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


[jira] [Commented] (ATLAS-3103) UI : Render Schema Table from relationship attributes node in the entity API

2019-03-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803874#comment-16803874
 ] 

ASF subversion and git services commented on ATLAS-3103:


Commit 4551dcd7af36662c4df8a83af9f599ed1a3a39d4 in atlas's branch 
refs/heads/master from gutkaBinit
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=4551dcd ]

ATLAS-3103 UI : Render schema table from relationshipattributes node in the 
entity API

Signed-off-by: kevalbhatt 


> UI : Render Schema Table from relationship attributes node in the entity API
> 
>
> Key: ATLAS-3103
> URL: https://issues.apache.org/jira/browse/ATLAS-3103
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3103.patch
>
>




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


[jira] [Updated] (ATLAS-3103) UI : Render Schema Table from relationship attributes node in the entity API

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3103:
---
Summary: UI : Render Schema Table from relationship attributes node in the 
entity API  (was: UI : Render Table from relationship attributes node in the 
entity API)

> UI : Render Schema Table from relationship attributes node in the entity API
> 
>
> Key: ATLAS-3103
> URL: https://issues.apache.org/jira/browse/ATLAS-3103
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3103.patch
>
>




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


[jira] [Commented] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Nixon Rodrigues (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803787#comment-16803787
 ] 

Nixon Rodrigues commented on ATLAS-3105:


+1 for the patch. Thanks [~binitgutka]

> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3105.patch, download (18).png
>
>
> When a node is dragged the downloaded image does not appear to cover all the 
> nodes. 
> Example attached



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


[jira] [Updated] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3105:
---
Attachment: ATLAS-3105.patch

> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3105.patch, download (18).png
>
>
> When a node is dragged the downloaded image does not appear to cover all the 
> nodes. 
> Example attached



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


[jira] [Updated] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3105:
---
Description: 
When a node is dragged the downloaded image does not appear to cover all the 
nodes. 
Example attached

  was:When a node is dragged the downloaded image does not appear to cover all 
the nodes. 


> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: download (18).png
>
>
> When a node is dragged the downloaded image does not appear to cover all the 
> nodes. 
> Example attached



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


[jira] [Updated] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3105:
---
Description: When a node is dragged the downloaded image does not appear to 
cover all the nodes.   (was: When a node is dragged the downloaded image does 
not appear to cover all the nodes.  !download (18).png!  
)

> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: download (18).png
>
>
> When a node is dragged the downloaded image does not appear to cover all the 
> nodes. 



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


[jira] [Updated] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3105:
---
Description: 
When a node is dragged the downloaded image does not appear to cover all the 
nodes.  !download (18).png!  


  was:When a node is dragged the downloaded image does not appear to cover all 
the nodes. !download (18).png! 


> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: download (18).png
>
>
> When a node is dragged the downloaded image does not appear to cover all the 
> nodes.  !download (18).png!  



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


[jira] [Updated] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3105:
---
Description: When a node is dragged the downloaded image does not appear to 
cover all the nodes. !download (18).png! 

> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: download (18).png
>
>
> When a node is dragged the downloaded image does not appear to cover all the 
> nodes. !download (18).png! 



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


[jira] [Assigned] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka reassigned ATLAS-3105:
--

Assignee: Binit Gutka

> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: download (18).png
>
>




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


[jira] [Updated] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3105:
---
Attachment: download (18).png

> UI : Distorted image is downloaded, for certain conditions 
> ---
>
> Key: ATLAS-3105
> URL: https://issues.apache.org/jira/browse/ATLAS-3105
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: download (18).png
>
>




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


[jira] [Created] (ATLAS-3105) UI : Distorted image is downloaded, for certain conditions

2019-03-28 Thread Binit Gutka (JIRA)
Binit Gutka created ATLAS-3105:
--

 Summary: UI : Distorted image is downloaded, for certain 
conditions 
 Key: ATLAS-3105
 URL: https://issues.apache.org/jira/browse/ATLAS-3105
 Project: Atlas
  Issue Type: Improvement
Reporter: Binit Gutka






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


[jira] [Updated] (ATLAS-3103) UI : Render Table from relationshipattributes node in the entity API

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3103:
---
Attachment: ATLAS-3103.patch

> UI : Render Table from relationshipattributes node in the entity API
> 
>
> Key: ATLAS-3103
> URL: https://issues.apache.org/jira/browse/ATLAS-3103
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3103.patch
>
>




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


[jira] [Updated] (ATLAS-3103) UI : Render Table from relationship attributes node in the entity API

2019-03-28 Thread Binit Gutka (JIRA)


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

Binit Gutka updated ATLAS-3103:
---
Summary: UI : Render Table from relationship attributes node in the entity 
API  (was: UI : Render Table from relationshipattributes node in the entity API)

> UI : Render Table from relationship attributes node in the entity API
> -
>
> Key: ATLAS-3103
> URL: https://issues.apache.org/jira/browse/ATLAS-3103
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Binit Gutka
>Assignee: Binit Gutka
>Priority: Major
> Attachments: ATLAS-3103.patch
>
>




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


Review Request 70333: ATLAS-3104: Fix stale transaction alerts in atlas logs

2019-03-28 Thread Sarath Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70333/
---

Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nikhil Bonte, and 
Nixon Rodrigues.


Bugs: ATLAS-3104
https://issues.apache.org/jira/browse/ATLAS-3104


Repository: atlas


Description
---

stale transaction alerts have been seen in atlas logs after the java patch 
handler.

Need to close transaction after graph access.


Diffs
-

  graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraph.java 
09eab2864 
  
graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java
 93284140c 
  
repository/src/main/java/org/apache/atlas/repository/patches/AtlasJavaPatchHandler.java
 470ff1054 
  
repository/src/main/java/org/apache/atlas/repository/patches/UniqueAttributePatchHandler.java
 0c65ef169 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
 eac2a03aa 


Diff: https://reviews.apache.org/r/70333/diff/1/


Testing
---

No longer see stale transaction alerts in the log.


Thanks,

Sarath Subramanian



[jira] [Created] (ATLAS-3104) Fix stale transaction alerts in atlas logs

2019-03-28 Thread Sarath Subramanian (JIRA)
Sarath Subramanian created ATLAS-3104:
-

 Summary: Fix stale transaction alerts in atlas logs
 Key: ATLAS-3104
 URL: https://issues.apache.org/jira/browse/ATLAS-3104
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Affects Versions: 1.1.0, trunk
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
 Fix For: 2.0.0


stale transaction alerts have been seen in atlas logs after the java patch 
handler.

Need to close transaction after graph access.



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