Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-13074 Ozone File System
  3. HDFS-13137

Ozone: Ozonefs read fails because ChunkGroupInputStream#read does not iterate through all the blocks in the key

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • HDFS-7240
    • HDFS-7240
    • ozone
    • None
    • Reviewed

    Description

      OzoneFilesystem put is failing with the following exception. This happens because ChunkGroupInputStream#read does not iterate through all the blocks in the key.

      [hdfs@y129 ~]$ time /opt/hadoop/hadoop-3.1.0-SNAPSHOT/bin/hdfs dfs -put test3 /test3a
      18/02/12 13:36:21 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
      2018-02-12 13:36:22,211 [main] INFO       - Using org.apache.hadoop.ozone.client.rpc.RpcClient as client protocol.
      
      18/02/12 13:37:25 WARN util.ShutdownHookManager: ShutdownHook 'ClientFinalizer' timeout, java.util.concurrent.TimeoutException
      java.util.concurrent.TimeoutException
              at java.util.concurrent.FutureTask.get(FutureTask.java:205)
              at org.apache.hadoop.util.ShutdownHookManager$1.run(ShutdownHookManager.java:68)
      

      Attachments

        1. HDFS-13137-HDFS-7240.001.patch
          15 kB
          Mukul Kumar Singh
        2. HDFS-13137-HDFS-7240.002.patch
          17 kB
          Mukul Kumar Singh
        3. HDFS-13137-HDFS-7240.003.patch
          19 kB
          Mukul Kumar Singh
        4. HDFS-13137-HDFS-7240.004.patch
          20 kB
          Mukul Kumar Singh
        5. HDFS-13137-HDFS-7240.005.patch
          20 kB
          Mukul Kumar Singh

        Activity

          People

            msingh Mukul Kumar Singh
            msingh Mukul Kumar Singh
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: