You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Kurbanov (Jira)" <ji...@apache.org> on 2021/06/10 11:34:02 UTC

[jira] [Created] (IGNITE-14886) Binary metadata registration in EntryProcessor fails after CREATE TABLE with same type

Anton Kurbanov created IGNITE-14886:
---------------------------------------

             Summary: Binary metadata registration in EntryProcessor fails after CREATE TABLE with same type
                 Key: IGNITE-14886
                 URL: https://issues.apache.org/jira/browse/IGNITE-14886
             Project: Ignite
          Issue Type: Bug
            Reporter: Anton Kurbanov
         Attachments: BinaryObjectEntryProcessorTest.java

https://ignite.apache.org/docs/latest/key-value-api/binary-objects#creating-and-modifying-binary-objects

This part of documentation assumes that binary object can be processed/created/modified within the EntryProcessor, however in this case it is no longer working unless the type is manually registered before executing the invoke or create table is removed, which renders this documentation part incorrect.

This situation happens since the attempt to fix metadata registration deadlock here: https://issues.apache.org/jira/browse/IGNITE-11313

Failing test attached.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)