[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-07-12 Thread Anton Kedin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16884131#comment-16884131 ] Anton Kedin commented on BEAM-7424: --- #8933 has been cherry-picked to the release branch, resolving this

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-07-01 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876506#comment-16876506 ] Chamikara Jayalath commented on BEAM-7424: -- Please make sure to cherry-pick 

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-26 Thread Heejong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16873580#comment-16873580 ] Heejong Lee commented on BEAM-7424: --- Confirming that 429 handler is working fine in Java SDK. Will

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-25 Thread Heejong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872813#comment-16872813 ] Heejong Lee commented on BEAM-7424: --- Confirming that 429 handler is already there in Python api_tools

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-25 Thread Heejong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872731#comment-16872731 ] Heejong Lee commented on BEAM-7424: --- update: succeeded in getting 429 errors from Python SDK. Will try

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-20 Thread Heejong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16869011#comment-16869011 ] Heejong Lee commented on BEAM-7424: --- update: Got a testing account from GCS. Will test whether the

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-18 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867126#comment-16867126 ] Chamikara Jayalath commented on BEAM-7424: -- I believe Python fix is still in development. >

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-17 Thread Heejong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866075#comment-16866075 ] Heejong Lee commented on BEAM-7424: --- Per user rate limit exceeded error is 403, application-level rate

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-17 Thread Heejong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866071#comment-16866071 ] Heejong Lee commented on BEAM-7424: --- 429 is not handled in Python SDK: 

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-17 Thread Heejong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866060#comment-16866060 ] Heejong Lee commented on BEAM-7424: --- In Java SDK, exponential backoff is already working for 429 error

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-17 Thread Anton Kedin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865726#comment-16865726 ] Anton Kedin commented on BEAM-7424: --- Is this on track for release (branch will be cut this Wednesday,

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-10 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16860421#comment-16860421 ] Chamikara Jayalath commented on BEAM-7424: -- There are few things that are planned to do.   (1)

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-10 Thread Anton Kedin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16860399#comment-16860399 ] Anton Kedin commented on BEAM-7424: --- [~chamikara] [~heejong] what needs to be done here? Is the request

[jira] [Commented] (BEAM-7424) Retry HTTP 429 errors from GCS w/ exponential backoff when reading data

2019-06-06 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16858200#comment-16858200 ] Chamikara Jayalath commented on BEAM-7424: -- Created