aplex opened a new pull request #3219: URL: https://github.com/apache/incubator-gobblin/pull/3219
When folder creation fails in FileAwareInputStreamDataWriter with permission error, operation is retried. However, the original permission error was not logged or shown anywhere. Instead users saw a misleading error about incorrect writer state. Since errors can be different on each attempt, we're now logging all of them. In addition, writer logic is updated to handle retries correctly when error happens on the early stage. https://issues.apache.org/jira/browse/GOBBLIN-1379 ---------------------------------------------------------------- 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: [email protected]
