Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-9899

Remove the debug message added by HADOOP-8855

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.1.1-beta
    • security
    • None
    • Reviewed

    Description

      HADOOP-8855 added a debug message which was printed to System.out.

      //KerberosAuthenticator.java
        private void sendToken(byte[] outToken) throws IOException, AuthenticationException {
          new Exception("sendToken").printStackTrace(System.out);
          ...
      }
      

      Attachments

        1. c9899_20130823.patch
          0.8 kB
          Tsz-wo Sze

        Issue Links

          Activity

            People

              szetszwo Tsz-wo Sze
              szetszwo Tsz-wo Sze
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: