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

Thin client cannot retrieve data that was inserted with the Thick Ignite client when using a composite key

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • 2.7
    • None
    • None
    • Docs Required

    Description

      Thin client cannot retrieve data that was inserted with the Thick Ignite client when using a composite key.

       

      See the attached reproducer:

      ThinClientGets.java

       

      thickCache.put(new TestKey("a", "0"), 1); 

      thickCache.get(new TestKey("a", "0")); // returns 1

      thinCache.get(new TestKey("a", "0")) // returns null

       

      Attachments

        1. ThinClientGets.java
          2 kB
          Mikhail Cherkasov

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mcherkas Mikhail Cherkasov
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated: