Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-04-29 Thread chaitali

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

(Updated April 30, 2024, 3:26 a.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java f117fb359 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
9a9a5512a 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/discovery/ClassificationSearchProcessorTest.java
 121dca9f5 
  
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java
 3f9e74d11 
  
repository/src/test/java/org/apache/atlas/discovery/FreeTextSearchProcessorTest.java
 d7825a0b2 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/5/


Testing (updated)
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1619/console


Thanks,

chaitali



Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-04-29 Thread chaitali

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

(Updated April 29, 2024, 1:26 p.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs (updated)
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java f117fb359 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
9a9a5512a 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/discovery/ClassificationSearchProcessorTest.java
 121dca9f5 
  
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java
 3f9e74d11 
  
repository/src/test/java/org/apache/atlas/discovery/FreeTextSearchProcessorTest.java
 d7825a0b2 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/5/

Changes: https://reviews.apache.org/r/74925/diff/4-5/


Testing
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1561/consoleFull


Thanks,

chaitali



Review Request 74967: ATLAS-4856 : Parallel Atlas Import is failing with unexpected errors

2024-04-29 Thread Priyanshi Shah

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

Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and 
Sheetal Shah.


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


Repository: atlas


Description
---

Problem Statement:
This is an intermittent issue the possibilities of reproducing this issue are:

1. When 2 parallel imports running which has some overlapping entities.
2. If more than 10 parallel imports are running which has no overlapping 
entities.
3. Performing parallel imports on fresh atlas server which has no entities 
present.

Fix:
As permanent failures can be caused by complete connection loss, hardware 
failure or lock contention. So, found one of the solution to fix this 
exception, is by retrying the transaction.


Diffs
-

  repository/src/main/java/org/apache/atlas/repository/impexp/AuditsWriter.java 
c4de0ed27 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/bulkimport/RegularImport.java
 eca6b0e68 


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


Testing
---


Thanks,

Priyanshi Shah