Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-349

mod_manager truncates ENABLE-APP messages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.2.5.Final
    • MOD_CLUSTER_1_0_10_GA_CP04, 1.2.4.Final
    • None
    • None

      With lots of aliases, ENABLE-APP messages can be big enough to span several IP packets.
      Sometimes, mod_manager will read only the first packet.
      The message is therefore incomplete and mod_cluster configuration ends up corrupted : some aliases are missing and the context-root is replaced by "/".

      This is caused by a wrong usage of ap_get_brigade() : it's called only once whereas it should be called until there's nothing left to read (see the attached patch).

            rhn-engineering-jclere Jean-Frederic Clere
            gregory.lardiere Gregory Lardiere (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: