Umeshkumar9414 commented on PR #7075:
URL: https://github.com/apache/hbase/pull/7075#issuecomment-2980387932

   > I'm not sure if this could work. What if 'split to hfile' is enabled?
   OutputSink for 'split to hfile', BoundedRecoveredHFilesOutputSink is using 
unique (random) name. So in this case we will get hfiles with duplicate 
content. Somehow if we use same name in both the workers we can escape the 
problem of duplicate hfiles but still we can't escape from some split failures 
that leads to retry and delay in splitting. 
   
   I created this ticket mainly for RecoveredEditsOutputSink. Can we create 
another ticket for BoundedRecoveredHFilesOutputSink ? 


-- 
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: issues-unsubscr...@hbase.apache.org

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

Reply via email to