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

Null values in output of CacheDummyStoreExample, CacheJdbcStoreExample and CacheSpringStoreExample

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.0.final
    • 1.5.0.final
    • general
    • None
    • OS X 10.10.2
      jdk 1.7

    Description

      In output of the following examples there are fields that have 'null' or zero values (salary, orgId, resume ):
      1.CacheDummyStoreExample

      [16:48:47] Ignite node started OK (id=64a079ad)
      [16:48:47] Topology snapshot [ver=9, servers=3, clients=0, CPUs=8, heap=8.0GB]
      
      >>> Cache store example started.
      >>> Store loadCache for entry count: 100000
      >>> Loaded 100000 keys with backups in 971ms.
      Read value: null
      Overwrote old value: null
      Read value: Person [id=7754401276845136764, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null]
      >>> Store put [key=7754401276845136764, val=Person [id=7754401276845136764, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null], xid=ab2b0c0a151-03aba62c-0000-0009-0000-0151a0c0307a]
      Read value after commit: Person [id=7754401276845136764, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null]
      [16:48:48] Ignite node stopped OK [uptime=00:00:01:38]
      

      2. CacheJdbcStoreExample

      [16:49:36] Ignite node started OK (id=f662db78)
      [16:49:36] Topology snapshot [ver=11, servers=3, clients=0, CPUs=8, heap=8.0GB]
      
      >>> Cache store example started.
      >>> Loaded 0 values into cache.
      >>> Loaded 1 keys with backups in 26ms.
      >>> Store load [key=8980561285181288706]
      Read value: null
      Overwrote old value: null
      Read value: Person [id=8980561285181288706, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null]
      >>> Store write [key=8980561285181288706, val=Person [id=8980561285181288706, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null]]
      Read value after commit: Person [id=8980561285181288706, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null]
      [16:49:36] Ignite node stopped OK [uptime=00:00:00:182]
      

      3. CacheSpringStoreExample

      [16:50:16] Ignite node started OK (id=670dd40a)
      [16:50:16] Topology snapshot [ver=13, servers=3, clients=0, CPUs=8, heap=8.0GB]
      
      >>> Cache store example started.
      >>> Loaded 0 values into cache.
      >>> Loaded 0 keys with backups in 33ms.
      Read value: null
      Overwrote old value: null
      Read value: Person [id=8312945083421167351, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null]
      >>> Store write [key=8312945083421167351, val=Person [id=8312945083421167351, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null]]
      Read value after commit: Person [id=8312945083421167351, orgId=null, lastName=Newton, firstName=Isaac, salary=0.0, resume=null]
      [16:50:16] Ignite node stopped OK [uptime=00:00:00:469]
      

      Attachments

        Activity

          People

            skozlov Sergey Kozlov
            ustas Ilya Suntsov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: