You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Alex Li (Jira)" <ji...@apache.org> on 2020/06/19 00:23:00 UTC

[jira] [Created] (GOBBLIN-1202) Add retry for REST API call

Alex Li created GOBBLIN-1202:
--------------------------------

             Summary: Add retry for REST API call
                 Key: GOBBLIN-1202
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1202
             Project: Apache Gobblin
          Issue Type: Improvement
            Reporter: Alex Li


SFDC objects have index on their column - *SystemModstamp*

This index could be in disk. When we execute  
{code:java}
Select count(systemmodstamp) from table_name group by day_only(systemmodstamp)
{code}
If the index is in disk, it needs to load. It would be timeout.

Retry would result it.

 



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