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

[IEP-35] Compute task system view doesn't return task started from remote node

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • 2.8
    • None
    • Docs Required, Release Notes Required

    Description

      Bug reproducer:

          @Test
          public void testComputeBroadcast2() throws Exception {
              try (IgniteEx g0 = startGrid(0); IgniteEx g1 = startClientGrid(1)) {
                  SystemView<ComputeTaskView> tasks = g0.context().systemView().view(TASKS_VIEW);
      
                  g1.compute().broadcastAsync(() -> {
                      try {
                          Thread.sleep(60_000L);
                      }
                      catch (InterruptedException e) {
                          throw new RuntimeException(e);
                      }
                  });
      
                  Thread.sleep(1_000L);
      
                  assertEquals(1, tasks.size());
              }
          }
      
      

      Attachments

        Issue Links

          Activity

            People

              nizhikov Nikolay Izhikov
              nizhikov Nikolay Izhikov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10m
                  10m