[ 
https://issues.apache.org/jira/browse/PHOENIX-7786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Himanshu Gwalani updated PHOENIX-7786:
--------------------------------------
    Description: 
ReplicationLogProcessor.createLogFileReader() checks for empty files in two 
places — once before and once after lease recovery. An empty, unclosed file 
still triggers an expensive recoverLease() RPC before being identified as empty 
and skipped.

 

*Definition of Done*
1. Move the empty-file check to the top of the method, before any lease state 
inspection, so 0-byte files are skipped unconditionally.
2. Also ensure that logFileReader is closed when initialization fails.

  was:
ReplicationLogProcessor.createLogFileReader() checks for empty files in two 
places — once before and once after lease recovery. An empty, unclosed file 
still triggers an expensive recoverLease() RPC before being identified as empty 
and skipped.

Move the empty-file check to the top of the method, before any lease state 
inspection, so 0-byte files are skipped unconditionally.


> ReplicationLogProcessor: Skip empty replication log files before lease 
> recovery
> -------------------------------------------------------------------------------
>
>                 Key: PHOENIX-7786
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-7786
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Himanshu Gwalani
>            Assignee: Himanshu Gwalani
>            Priority: Major
>
> ReplicationLogProcessor.createLogFileReader() checks for empty files in two 
> places — once before and once after lease recovery. An empty, unclosed file 
> still triggers an expensive recoverLease() RPC before being identified as 
> empty and skipped.
>  
> *Definition of Done*
> 1. Move the empty-file check to the top of the method, before any lease state 
> inspection, so 0-byte files are skipped unconditionally.
> 2. Also ensure that logFileReader is closed when initialization fails.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to