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

.NET: Creating CacheEntry events regardless of values.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • None
    • 2.7
    • platforms

    Description

      At Java, cache entry events serialize in PlatformUtils.writeCacheEntryEvent() method. It writes only key, val, and oldVal. EventType doesn't write.

      At .Net ContinuousQueryUtils.ReadEvent0() method create events after check on exist val and oldVal fields.

      TCK 1.1 says that getValue() not null for REMOVE/EXPIRED events if old value required and it breaks logic.

      The possible solution is to check event type in this methods.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              NSAmelchev Nikita Amelchev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: