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

SQL query may hangs forever.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 3.0
    • None

    Description

      Scenario

      • Start gird [CGM, MetaStorage, DataNode]
      • Stop MetaStorage node
      • Run "Create table" sql query.
      • Future returns cursor, but the cursor can't retrieve data from it.
      • Observing in thread dump: Reading next batch (requestNextAsync) future can't be failed as ForkJoinPool thread blocked with bulk of tasks:
      at j.u.c.CompletableFuture.get(CompletableFuture.java:1998)
      at o.a.i.i.m.client.CursorImpl.close(CursorImpl.java:90)
      at o.a.i.i.m.client.MetaStorageServiceImpl$WatchProcessor.lambda$stopWatch$1(MetaStorageServiceImpl.java:580)
      

      See reproducer in IGNITE-18171 PR in ignite-runner module: org.apache.ignite.internal.cluster.ItNodeRestartTest#testCreateTable

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              amashenkov Andrey Mashenkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: