Re: Introduce the ability for a user to manage binary types [IGNITE-13154]

2020-06-23 Thread Denis Magda
Excellent. Let me know if my version of the message works for you. Shared it in the pull-request. - Denis On Fri, Jun 19, 2020 at 3:15 AM Taras Ledkov wrote: > Hi, > > I change the error message [1]. > The suggestion at the message contains info about requirement to remove > all data with old

Re: Introduce the ability for a user to manage binary types [IGNITE-13154]

2020-06-19 Thread Taras Ledkov
Hi, I change the error message [1]. The suggestion at the message contains info about requirement to remove all data with old schema, then remove metadata by control.sh or manually by delete files and restart grid. [1].

Re: Introduce the ability for a user to manage binary types [IGNITE-13154]

2020-06-18 Thread Denis Magda
Glad to see it coming! That was a pain in the neck. Could we also add a hint to the exception message when a type mismatch happens? Basically, the exception should not only report details about the mismatch but also suggest how to solve it. The text can mention these new control.sh commands and

Introduce the ability for a user to manage binary types [IGNITE-13154]

2020-06-18 Thread Taras Ledkov
Hi, I propose to introduce ability for a user to manage cluster binary types. This functionality is useful when user needs to change schema without cluster restart. Motivation: Rid users of manual operations in the folder 'binary_meta' and cluster restart when they need change schema. The