harshal-16 opened a new pull request, #3960:
URL: https://github.com/apache/hive/pull/3960
Problem:
- If Incremental Dump operation failes while dumping any event id in
the staging directory. Then dump directory for this event id along with file
_dumpmetadata still exists in the dump location. which is getting stored in
_events_dump file
- When user triggers dump operation for this policy again, It again
resumes dumping from failed event id, and tries to dump it again but as that
event id directory already created in previous cycle, it fails with the
exception
Solution:
- fixed cleanFailedEventDirIfExists to remove folder for failed event
id for a selected database
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]