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

DataStreamer suppresses exceptions in IsolatedUpdater

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.5
    • 2.5
    • cache
    • None

    Description

                           catch (IgniteCheckedException ex) {
                              IgniteLogger log = cache.unwrap(Ignite.class).log();
       
                              U.error(log, "Failed to set initial value for cache entry: " + e, ex);
                           }

       

      This is problematic because the problem is never reported to DataStreamer so it will be close()d with no exceptions and data loss!

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: