[ https://issues.apache.org/jira/browse/GOBBLIN-1202?focusedWorklogId=449495&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-449495 ]
ASF GitHub Bot logged work on GOBBLIN-1202: ------------------------------------------- Author: ASF GitHub Bot Created on: 22/Jun/20 21:10 Start Date: 22/Jun/20 21:10 Worklog Time Spent: 10m Work Description: asfgit closed pull request #3049: URL: https://github.com/apache/incubator-gobblin/pull/3049 ---------------------------------------------------------------- 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 Issue Time Tracking ------------------- Worklog Id: (was: 449495) Time Spent: 1h (was: 50m) > 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 > Priority: Major > Fix For: 0.15.0 > > Time Spent: 1h > Remaining Estimate: 0h > > 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)