apurtell commented on PR #2133:
URL: https://github.com/apache/phoenix/pull/2133#issuecomment-2837178945

   Just to be clear about this...
   
   Copilot says
   `HDFSDataOutput.java`, `FSDataInput.java`, `AsyncFSDataOutput.java` : 
Provide concrete implementations for HDFS and asynchronous I/O support.
   
   
   `AsyncFSDataOutput` uses HBase's `hbase-asyncfs` to **synchronously** write 
logs using `hbase-asyncfs`'s drastically simpler (and therefore, more robust) 
custom HDFS writer. There is nothing _async_ about this in Phoenix. Nonetheless 
the name makes sense to me because what we are using here as the understream is 
`AsyncFSOutput` from `hbase-asyncfs`. 


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