Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-21845

[GSS](7.3.z) WFCORE-5368 - Populating the boot error collector does not distinguish between problems that happen as part of boot vs those that happen during boot

XMLWordPrintable

      If an operation fails during boot, the (Abstract)OperationContext reports that to the BootErrorCollector.

      But it's possible for non-boot operations to execute during boot. These shouldn't be external requests (which get rejected before they get to the point of running with an OperationContext) but java agents run in-vm and can invoke operations. I believe Dynatrace may do that kind of thing.

      We should try and distinguish the OperationContexts that are actually executing the boot steps from those that are just running during boot.

      Whoever works on this needs to fully understand boot and the various types of operation contexts, including understanding how parallel boot works.

            spyrkob Bartosz Spyrko-Smietanko
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: