Huginn-kio commented on PR #7283:
URL: https://github.com/apache/hbase/pull/7283#issuecomment-3263616787

   When performing bulk load in a cluster equipped only with SSD storage, if 
HFile splitting occurs, writing the split files (.top and .bottom) may fail due 
to the storage policy with this exception message: User class threw exception: 
org.apache.hadoop.ipc.RemoteException(java.io.IOException): File 
/bulkload/input/bulkload_job/c/.tmp/xxxxxxxxxxxxxxxx.top could only be written 
to 0 of the 1 minReplication nodes. There are 10 datanode(s) running and 0 
node(s) are excluded in this operation.
   
   We found that the storage policy of /bulkload/input/bulkload_job/c/.tmp/ is 
set to HOT, which ultimately causes the write failure.


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