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

Nullptr access in thin c++ client in OnConnectionClosed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.14
    • None
    • clients
    • None
    • Windows, Visual Studio 2019

    Description

      Occasionally, starting a transaction in the c++ thin client takes a long time and then a nullptr access crashes the program. This usually happens after idling an ignite cluster for a few hours. The cluster consists of only two nodes that have two replicated caches.

       

      The nullptr access happens in data_router.cpp DataRouter::OnConnectionClosed(): at this line: channel.Get()->FailPendingRequests(err);

       

      channel.Get() is a nullptr.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ct7 Christopher Tenter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: