Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-14726

Fix JN incompatibility issue in branch-2 due to backport of HDFS-10519

    XMLWordPrintableJSON

Details

    Description

      HDFS-10519 has been backported to branch-2. However HDFS-10519 introduced an incompatibility issue between NN and JN due to the new protobuf field committedTxnId in HdfsServer.proto. This field was introduced as a required field so if JN and NN are not on same version, it will run into missing field exception. Although currently we can get around by making sure JN always gets upgraded properly before NN, we can potentially fix this incompatibility by changing the field to optional.

      Attachments

        1. HDFS-14726-branch-2.003.patch
          5 kB
          Chen Liang
        2. HDFS-14726-branch-2.002.patch
          4 kB
          Chen Liang
        3. HDFS-14726-branch-2.001.patch
          3 kB
          Chen Liang

        Activity

          People

            vagarychen Chen Liang
            vagarychen Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: