FMX opened a new pull request, #3344:
URL: https://github.com/apache/celeborn/pull/3344

   ### What changes were proposed in this pull request?
   If the create file order list doesn't have the corresponding storage types, 
use 0 as the index. 
   
   
   ### Why are the changes needed?
   This is needed in two scenarios:
   1. For existing clients, the change partition will select MEMORY as the 
default storage tier, which will cause the revived partition to utilize memory 
storage even if the application is not configured to do so. This is the cause 
of [CELEBORN-2043].
   2. Evicted files will need to exclude itself storage type in the create file 
order list. which means that the storage type does not exist in the create file 
order list.
   
   
   ### Does this PR introduce _any_ user-facing change?
   NO.
   
   
   ### How was this patch tested?
   GA and cluster.
   


-- 
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]

Reply via email to