[MDEV-18081] cache instances being ignored Created: 2018-12-26 Updated: 2018-12-29 Resolved: 2018-12-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.3.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip orleans | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
I get this when writing to a very large RocksDB table, from many connections but my configuration is
I get those errors almost right away. I insert records from 64 connections using GNU parallels |
| Comments |
| Comment by Elena Stepanova [ 2018-12-28 ] |
|
Could you please elaborate, what you perceive as a problem here? It looks all right at the first glance: the initial value is always 1, when a contention is detected, the next instance is activated, still well within the configured limit. |
| Comment by Philip orleans [ 2018-12-29 ] |
|
I thought that the instances will be instantiated from the beginning. If this is by design, then please close the case. |
| Comment by Elena Stepanova [ 2018-12-29 ] |
|
According to the documentation, it is indeed intentional:
|