Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-7142

hazelcast.group.name/password in distributions is not a placeholder

    XMLWordPrintable

Details

    Description

      When the Stash distribution is built, Maven filtering replaces

      hazelcast.group.name=${user.name}
      hazelcast.group.password=${user.name}
      

      with

      hazelcast.group.name=bamboo-agent
      hazelcast.group.password=bamboo-agent
      

      That user.name is intended to be resolved at runtime, not at build time. Having it embedded with a set value when the distribution is built makes Stash instances more willing to cluster with each other by default than they should be. This is particularly problematic for plugin developers who run Stash using AMPS, because the default data used by AMPS has a clustered license and, since Stash 3.6.0, multicasting is enabled by default.

      Attachments

        Issue Links

          Activity

            People

              bturner Bryan Turner (Inactive)
              bturner Bryan Turner (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: