Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-8106

In control.sh -active, exception will be eaten and not displayed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.5
    • 2.5
    • clients, control.sh
    • None

    Description

      Here is the relevant code from GridChangeStateCommandHandler:

                  sb.a(e.getMessage()).a("\n").a("suppressed: \n");
      
                  for (Throwable t:e.getSuppressed())
                      sb.a(t.getMessage()).a("\n");
      

      However, before that code the exception will pass through IgniteUtils.convertException(), which will wrap the old IgniteCheckedException with suppressed parts with a new IgniteException with 0 suppressed.

      Attachments

        Issue Links

          Activity

            People

              ilyak Ilya Kasnacheev
              ilyak Ilya Kasnacheev
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: