Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-1376

zkServer.sh does not correctly check for $SERVER_JVMFLAGS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.3.3, 3.3.4
    • 3.4.5
    • scripts
    • Reviewed

    Description

      It will always include it even if not defined, although not much harm.

      if [ "x$SERVER_JVMFLAGS" ]
      then
      JVMFLAGS="$SERVER_JVMFLAGS $JVMFLAGS"
      fi

      should use the std idiom.

      Attachments

        1. ZOOKEEPER-1376.patch
          0.3 kB
          Skye Wanderman-Milne

        Issue Links

          Activity

            People

              skye Skye Wanderman-Milne
              phunt Patrick D. Hunt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: