virajjasani commented on PR #7075: URL: https://github.com/apache/hbase/pull/7075#issuecomment-3042152826
> > 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 ? @Apache9 WDYT? We can make final call here. Having unique tmp recovered edits for default OutputSink might be good option to allow multiple workers (in rare cases) to continue the WAL splitting. -- 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