Details
Description
Some applications can read a segment of pmem cache with an offset specified. The previous implementation for pmem cache read with DirectByteBuffer didn't cover this situation.
Let me explain further. In our test, we used spark SQL to run some TPC-DS workload to read the cache data and hits read exception. This was due to the missed seek offset arg, which is used in spark SQL to read data packet by packet.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-13762 Support non-volatile storage class memory(SCM) in HDFS cache directives
- Resolved