[ 
https://issues.apache.org/jira/browse/GOBBLIN-1202?focusedWorklogId=449471&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-449471
 ]

ASF GitHub Bot logged work on GOBBLIN-1202:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Jun/20 19:55
            Start Date: 22/Jun/20 19:55
    Worklog Time Spent: 10m 
      Work Description: arekusuri commented on a change in pull request #3049:
URL: https://github.com/apache/incubator-gobblin/pull/3049#discussion_r443790373



##########
File path: 
gobblin-salesforce/src/main/java/org/apache/gobblin/salesforce/SalesforceSource.java
##########
@@ -32,6 +32,7 @@
 import java.util.Set;
 
 import java.util.stream.Collectors;
+import lombok.SneakyThrows;

Review comment:
       Thanks! It was unused import. 
   We are using it now.




----------------------------------------------------------------
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: 449471)
    Time Spent: 50m  (was: 40m)

> 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
>          Time Spent: 50m
>  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)

Reply via email to