Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-3349

Treat all exceptions as failure in TestFSRMStateStore#testFSRMStateStoreClientRetry

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.6.0
    • 2.7.0
    • test
    • None
    • Reviewed

    Description

      treat all exceptions as failure in testFSRMStateStoreClientRetry.
      Currently the exception "could only be replicated to 0 nodes instead of minReplication (=1)" is not treated as failure in testFSRMStateStoreClientRetry.

                  // TODO 0 datanode exception will not be retried by dfs client, fix
                  // that separately.
                  if (!e.getMessage().contains("could only be replicated" +
                      " to 0 nodes instead of minReplication (=1)")) {
                      assertionFailedInThread.set(true);
                   }
      

      With YARN-2820(Retry in FileSystemRMStateStore), we needn't treat this exception specially. We can remove the check and treat all exceptions as failure in testFSRMStateStoreClientRetry.

      Attachments

        1. YARN-3349.000.patch
          2 kB
          Zhihai Xu

        Activity

          People

            zxu Zhihai Xu
            zxu Zhihai Xu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: