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

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

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

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

                Author: ASF GitHub Bot
            Created on: 19/Jun/20 00:30
            Start Date: 19/Jun/20 00:30
    Worklog Time Spent: 10m 
      Work Description: arekusuri opened a new pull request #3049:
URL: https://github.com/apache/incubator-gobblin/pull/3049


   Dear Gobblin maintainers,
   
   
   ### JIRA
   https://issues.apache.org/jira/browse/GOBBLIN-1202
   
   ### Description
   SFDC objects have index on their column - SystemModstamp
   This index could be in disk. When we execute  
   **Select count(systemmodstamp) from table_name group by day_only(systemmodstamp)**
   If the index is in disk, it needs to load. It would be timeout.
   Retry would result it.
   


----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 448138)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)