Konstantin Osipov

Results 172 comments of Konstantin Osipov

We need schema to define constraints on data without bindings to any particular language. This is about interoperability between languages and tools: I should be able to describe a schema...

json-schema or avro can be used, but there may be challenges in incompatibilities between msgpack and avro, e.g. in data type support

We implemented avro-schema support for msgpack in Lua: https://github.com/tarantool/avro-schema

Yes, this was precisely my request - so that when running under jenkins it's easy to discard MESSAGE logging. We're using junit output. But with millions of messages in the...

schema id теперь приходит в каждом response. Да, можно закэшить, выкачивать только если изменилась. Новый schema id снова придёт в header. Это теперь обязательный ключ header, как sync

Sure, you can do it, but why not store this stuff in Tarantool in the first place? You can use https://github.com/tarantool/nginx_upstream_module to serve them as files via nginx.

It could be a dormant schema bug that has been around forever, or related to refactorings made during the transformation to support raft based schema changes. Have no immediate idea...

@juliayakovlev You can terminate, @gleb-cloudius was able to reproduce locally.

This should be addressed in the latest master please recheck. @aleksbykov