You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ashutosh Mestry (Jira)" <ji...@apache.org> on 2020/05/13 22:45:00 UTC

[jira] [Updated] (ATLAS-3798) Import Service: Percentage Display Problem with Large Datasets

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

Ashutosh Mestry updated ATLAS-3798:
-----------------------------------
    Description: 
*Steps to Duplicate*
 # Start migration import with 100M entities. Observe the log for _last-imported_.

_Expected output:_ Display should proceed in increasing order of %ages.

_Actual output_: Display starts showing -ve %ages after 37%.

*Root Cause*

Existing implementation uses _integer_ for storing _currentIndex_.

*Additional Information*
 * Start position computation is not impacted.
 * Resume is not impacted. 

  was:
*Steps to Duplicate*
 # Start migration import with 100M entities. Observe the log for _last-imported_.

_Expected output:_ Display should proceed in increasing order of %ages.

_Actual output_: Display starts showing -ve %ages after 37%.

*Root Cause*

Existing implementation uses _integer_ for storing _currentIndex_.


> Import Service: Percentage Display Problem with Large Datasets
> --------------------------------------------------------------
>
>                 Key: ATLAS-3798
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3798
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: trunk
>            Reporter: Ashutosh Mestry
>            Assignee: Ashutosh Mestry
>            Priority: Minor
>             Fix For: trunk
>
>
> *Steps to Duplicate*
>  # Start migration import with 100M entities. Observe the log for _last-imported_.
> _Expected output:_ Display should proceed in increasing order of %ages.
> _Actual output_: Display starts showing -ve %ages after 37%.
> *Root Cause*
> Existing implementation uses _integer_ for storing _currentIndex_.
> *Additional Information*
>  * Start position computation is not impacted.
>  * Resume is not impacted. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)