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

GridNearAtomicSingleUpdateInvokeRequest cannot unmarshal invoke arguments properly.

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1) Set binary marshaller as deafult for GridCacheBinaryAtomicEntryProcessorDeploymentSelfTest:

      static {
          GridTestProperties.setProperty(GridTestProperties.MARSH_CLASS_NAME, BinaryMarshaller.class.getName());        GridTestProperties.setProperty(GridTestProperties.ENTRY_PROCESSOR_CLASS_NAME,
                  "org.apache.ignite.tests.p2p.CacheDeploymentBinaryEntryProcessor");
          }
      

      2) Run the test, observe failures in testInvokeDeployment* tests.

      3) Go to GridNearAtomicSingleUpdateFuture.mapSingleUpdate and force single transform to use old GridNearAtomicFullUpdateRequest

      4) Re-run test. No all pass.

      Attachments

        Activity

          People

            kdudkov Konstantin Dudkov
            vozerov Vladimir Ozerov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: