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

MQ API caused the systemview to be unavailable.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Critical
    • Resolution: Unresolved
    • 2.15
    • 3.0, 2.17
    • messaging
    • Patch
    • Release Notes Required

    Description

       

      After I execute the following code, I want to query system views.

      ignite.message(ignite.cluster().forServers()).remoteListen("A1", (nodeId, msg) -> {
                   System.out.println(msg);
                   return true;
      });
        
       for (int i = 0; i < 10; i++)
         ignite.message().sendOrdered("A1", Integer.toString(i),0); 

       

      then it threw an IllegalStateException.

      jdbc:ignite:thin://127.0.0.1/sys> select count(1) from CONTINUOUS_QUERIES; 
      Error: General error: "java.lang.IllegalStateException";   

       

      Attachments

        Issue Links

          Activity

            People

              yafengshi yafengshi
              yafengshi yafengshi
              Slava Koptilin Slava Koptilin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - 1h
                  1h
                  Remaining:
                  Time Spent - 20m Remaining Estimate - 40m
                  40m
                  Logged:
                  Time Spent - 20m Remaining Estimate - 40m
                  20m