Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-7466 Hadoop Log improvement Umbrella
  3. HADOOP-8254

Log message is same for two different conditions in BlockTokenSecretManager#checkAccess()

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 2.0.0-alpha
    • None
    • fs
    • None

    Description

      if (!id.getBlockPoolId().equals(block.getBlockPoolId())) {
            throw new InvalidToken("Block token with " + id.toString()
                + " doesn't apply to block " + block);
          }
          if (id.getBlockId() != block.getBlockId()) {
            throw new InvalidToken("Block token with " + id.toString()
                + " doesn't apply to block " + block);
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            brahmareddy Brahma Reddy Battula
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: