8000 Tags · tarantool/queue · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tarantool/queue

Tags

1.4.4

Toggle 1.4.4's commit message
Release 1.4.4

The patch release fixes incorrect behavior of the utubettl driver with
enabled `STORAGE_MODE_READY_BUFFER` mode.

Fixed

- Incorrect choice by priority of task with utubettl driver + ready
  buffer mode (#244).
- Unable to take task with utubettl driver + ready buffer mode (#244).

1.4.3

Toggle 1.4.3's commit message
Release 1.4.3

The release fixes start of a queue on instances with gaps inside
the box.info.replication array.

Fixed

- Grant method was added for `*_ready_buffer` spaces (#237).
- Attempt to index a nil value if box.info.replication array has gaps.

1.4.2

Toggle 1.4.2's commit message
Release 1.4.2

1.4.1

Toggle 1.4.1's commit message
Release 1.4.1

1.4.0

Toggle 1.4.0's commit message
Release 1.4.0

1.3.3

Toggle 1.3.3's commit message
1.3.3

### Fixed

- In replicaset mode, the behavior of the public API is reduced to the same behavior
  in all queue states, including INIT. Previously, in the INIT state, an ambiguous
  error was thrown when trying to access a public method on a replica and the script
  was interrupted by an error.

  Old behavior (call `create_tube` on replica, queue is in INIT state):
  ```
  2023-09-04 14:01:11.000 [5990] main/103/replica.lua/box.load_cfg I> set 'read_only' configuration option to true
  stack traceback:
    /home/void/tmp/cluster/repl/queue/init.lua:44: in function '__index'
    replica.lua:13: in main chunk
  2023-09-04 14:01:11.004 [5990] main/105/checkpoint_daemon I> scheduled next checkpoint for Mon Sep  4 15:11:32 2023
  2023-09-04 14:01:11.004 [5990] main utils.c:610 E> LuajitError: /home/void/tmp/cluster/repl/queue/init.lua:45: Please configure box.cfg{} in read/write mode first
  ```
  After this fix:
  ```
  2023-09-11 10:24:31.463 [19773] main/103/replica.lua abstract.lua:93 E> create_tube: queue is in INIT state
  ```

1.3.2

Toggle 1.3.2's commit message
1.3.2

### Fixed

- Duplicate id error with mvvc on put and take (#207).

1.3.1

Toggle 1.3.1's commit message
1.3.1

## Overview

This release fixes yield in the fifottl/utubettl queue drivers.

1.3.0

Toggle 1.3.0's commit message
1.3.0

## Overview

This release fixes a queue bug with replicaset and adds the ability
to get the module version.

## New features

Added possibility to get the module version.

## Bugfixes

Fixed a bug when working with the replicaset (#202).

1.2.5

Toggle 1.2.5's commit message
1.2.5

## Overview

This is a technical release that should fix several problems in the
repositories with packages that were caused by the mistaken creation
of several tags (for this reason there are no 1.2.3 and 1.2.4 tags
and corresponding packages in the repositories).
0