crud icon indicating copy to clipboard operation
crud copied to clipboard

Easy assess to data stored in vshard cluster

Results 59 crud issues
Sort by recently updated
recently updated
newest added
trafficstars

There is a problem with this timeout: ```Lua local function call_reload_schema(replicasets) for _ = 1,replicasets_num do if channel:get(const.RELOAD_SCHEMA_TIMEOUT) == nil then for _, f in ipairs(fibers) do if fiber:status() ~=...

bug

Core Tarantool `space:upsert` API is a specific one: it always return `nil` in case of success. Following this, `crud.upsert` and `crud.upsert_many` responses do not have any tuples data. But they...

bug

While working on the [task](https://github.com/tarantool/crud/issues/236), it was discovered that `msgpack` does not guarantee the order of elements when serializing `map`. Input for example: ```lua { indexes = { { parts...

bug

In the course of solving the [issue](https://github.com/tarantool/crud/issues/236) with mismatch of schemas on the storage and in the `net_box` connection on router through [patch](https://github.com/tarantool/crud/pull/359), some problems were discovered. If there is...

bug

When you try select information by RTREE indexes select crushes. Please add support for this indexes. Needed for gis information

feature
wishlist

tt is a modern cli to deal with various things, including rocks and Tarantool EE install. Blocked by https://github.com/tarantool/tt/issues/282 (TARANTOOL_DIR workaround blocked by https://github.com/tarantool/tt/issues/271) Follows #333

This is a critical issue and leads to duplication of data in cluster as described in https://jira.vk.team/browse/TNTP-2109. It may also break vshard. Crud makes call, using `replicaset` object, which is...

dockerfile: ``` FROM docker.io/tarantool/tarantool:2.11-centos7 RUN yum -y groupinstall "Development Tools" RUN yum -y install tt RUN tt rocks install crud ``` An error ``` > [4/4] RUN tt rocks install...

Ubuntu 20.04 will soon be deprecated and unsupported in the GitHub infrastructure. See also: https://github.com/actions/runner-images/issues/11101 So, we should update workflows, like reusable_testing.yml workflow which is used in the integraion Tarantool...