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

BinaryObjectBuilder field value access failed if its serialized with optimal marshaller

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • binary
    • None

    Description

      Repro:

      BinaryObjectBuilder bob = ignite.binary().builder("test");
      
      bob.setField("test1", new BigInteger("123456789"), BigInteger.class);
             
      BinaryObjectBuilder bob2 = bob.build().toBuilder();
              
      Object o = bob2.getField("test1"); // This call failed with "Invalid flag value: -2"
      

      Attachments

        Issue Links

          Activity

            People

              amashenkov Andrey Mashenkov
              amashenkov Andrey Mashenkov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: