harshal-16 opened a new pull request, #3970:
URL: https://github.com/apache/hive/pull/3970

   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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to