Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13969

AuthenticationTokenSecretManager is never stopped in RPCServer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.98.13
    • 0.98.14, 1.0.2, 1.2.0, 1.1.2, 1.3.0, 2.0.0
    • None
    • None
    • Reviewed

    Description

      AuthenticationTokenSecretManager is never stopped in RPCServer.

          AuthenticationTokenSecretManager mgr = createSecretManager();
          if (mgr != null) {
            setSecretManager(mgr);
            mgr.start();
          }
      

      It should be stopped during exit.

      Attachments

        1. HBASE-13969-V2.patch
          2 kB
          Pankaj Kumar
        2. HBASE-13969.patch
          2 kB
          Pankaj Kumar
        3. 13969-V2.patch
          2 kB
          Ted Yu

        Activity

          People

            pankaj2461 Pankaj Kumar
            pankaj2461 Pankaj Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: