Artyom Dubinin

Results 52 issues of Artyom Dubinin

**Bug description** If we didn't have grants to space and tried to get something from space(e.g. space:format), we'd have this error, that doesn't say us anything about grants: ``` Space...

bug

It's useful when you need to distinguishe bytes array from extension type Closes #799

https://github.com/msgpack/msgpack-java/blob/fd386138fec6f2a469516dcb2b113dc66e6247e8/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackParser.java#L67-L71 It's needed us to determine whether we have extension value or byte array in deserialazer.

it seems we need a new interface class `TarantoolTupleWithMetadata extends TarantoolTuple`, where we will take out all the methods for working with fields by name. This will be most convenient...

enhancement

It's needed to recognize problem. For saving memory we can flag debug or verbose

enhancement

For details see: https://github.com/tarantool/vshard/blob/b6b95d0ec4da68da16abfcf0d9fe24e6cf58aa04/vshard/router/init.lua#L1563-L1568 https://github.com/tarantool/vshard/blob/c508c8228ec81872cd246d3e062294a12d2d3e5d/vshard/hash.lua#L10-L20

What was the motivation for making non-updatable metadata and will there be any problems with that? Example: a) 1. Metadata has been obtained 2. A third-party application removes the space...

enhancement

Write the details in the comments in the code why we use the hourly timeout in retries https://github.com/tarantool/cartridge-java/blob/25b8df81f8dfd70a629e04c00e3976b967f55569/src/main/java/io/tarantool/driver/api/retry/TarantoolRequestRetryPolicies.java#L206-L209

documentation