Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-1891

Duplicate domain environment variables when creating 20 containers at the same time

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • None
    • jboss-fuse-6.1 on OSE
    • Fuse on Openshift
    • None
    • % %
    • Hide

      1. Create a fuse app named fuse
      2. on FWC, create 20 containers at the same time
      3. check mongodb database.
      ->db.domains.find().pretty()

      Show
      1. Create a fuse app named fuse 2. on FWC, create 20 containers at the same time 3. check mongodb database. ->db.domains.find().pretty()

    Description

      After creating 20 containers at the same time, check mongo database. There'll be several duplicate domain env variable which will affect container's function.
      env_vars" : [

      { "key" : "OPENSHIFT_FUSE_DOMAIN_CONSOLE_URL", "value" : "https://fuse-fuse.fuse-blade.com", "component_id" : ObjectId("5408047d064c34489f000ac6") }

      ,

      { "key" : "OPENSHIFT_FUSE_DOMAIN_DNS", "value" : "test12-fuse.fuse-blade.com", "component_id" : ObjectId("540806c6064c34b3b000454c") }

      ,

      { "key" : "OPENSHIFT_FUSE_DOMAIN_SSH_PORT", "value" : "23101", "component_id" : ObjectId("540806c6064c34b3b000454c") }

      ,

      { "key" : "OPENSHIFT_FUSE_DOMAIN_ZOOKEEPER_URL", "value" : "fuse-fuse.fuse-blade.com:53921", "component_id" : ObjectId("540806c6064c34b3b000454c") }

      ,

      { "key" : "OPENSHIFT_FUSE_DOMAIN_PASSWORD", "value" : "redhat", "component_id" : ObjectId("540806c6064c34b3b000454c") }

      ,

      { "key" : "OPENSHIFT_FUSE_DOMAIN_DNS", "value" : "test14-fuse.fuse-blade.com", "component_id" : ObjectId("540806cc064c34232b00009e") }

      ,

      { "key" : "OPENSHIFT_FUSE_DOMAIN_SSH_PORT", "value" : "23101", "component_id" : ObjectId("540806cc064c34232b00009e") }

      ,

      { "key" : "OPENSHIFT_FUSE_DOMAIN_ZOOKEEPER_URL", "value" : "fuse-fuse.fuse-blade.com:53921", "component_id" : ObjectId("540806cc064c34232b00009e") }

      ,

      { "key" : "OPENSHIFT_FUSE_DOMAIN_PASSWORD", "value" : "redhat", "component_id" : ObjectId("540806cc064c34232b00009e") }

      ],

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              xuanjia Xuan Jia (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: