Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 11327 #11375

Closed
wants to merge 725 commits into from
Closed

Test 11327 #11375

wants to merge 725 commits into from

Conversation

andrewhsu
Copy link
Member

@andrewhsu andrewhsu commented Jun 12, 2023

ignore this PR, just testing PR creation

mmaslankaprv and others added 30 commits April 24, 2023 17:22
An `rm_stm` can always access the `consensus` to query the offset
translator state there is no need to cache the translator state in
partition.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit b9906c7)
Now using a timeout context to monitor for the correct number of
produced messages.

Instituted a timeout check for message consumption.

Signed-off-by: Michael Boquard <michael@redpanda.com>
(cherry picked from commit 1efb466)
…0001-v23.1.x-739

[v23.1.x] send messages synchronously in go-kafka-serde client
…ixes-to-v23.1.x-577

[v23.1.x] storage: refine retention_adjust_timestamps
…0155-v23.1.x-886

[v23.1.x] storage: further compression fixes
…836-v23.1.x-924

[v23.1.x] metrics: correct description of requests_pending
Always use shallow recovery if the recovered topic has tiered-storage
enabled.
Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit fad8797)
Static members are a subset of members; therefore, it was possible for
this metrics to report double the real count of consumers. This commit
removes static members from the count.

Fixes redpanda-data#10270

(cherry picked from commit 50763e1)
offload_aborted_txns changes _log_state.aborted
fill_snapshot_wo_seqs uses _log_state.aborted
they shouldn't work in parallel

(cherry picked from commit e52a56c)
…o-v23-1-pull-9575

[v23.1.x] Fix race in transactions take_snapshot redpanda-data#9575
…nt-remove-config-batches

[v23.1.x] cloud_storage: Don't remove config batches during recovery
eg: fragment_vector
(cherry picked from commit 62f8e0b)
..to avoid reactor stalls in synchronous (de)serialization of large
snapshots (caused by a lot of concurrent producers).
checks equivalence of sync/async snapshot serialization.

(cherry picked from commit bbcad0b)
…0270-v23.1.x-465

[v23.1.x] k/metrics: rm static members from consumers count
If the consumer group coordinator changes, then the consumer should get
the new coordinator by re-issuing a find coordinator request.

Fixes redpanda-data#5848

(cherry picked from commit 01c32a3)
Wraps the leadership transfer methods used in a consumer group
coordinator change test.

(cherry picked from commit 49bd6e4)
…289-v23.1.x-78

[v23.1.x] Fixed issue with offset translation that may lead to offset gaps
Error replicating cleanup/delete tombstone record is not a critical
error that we should be logging with `ERROR` severity. In future we may
add a retry mechanism in case when replication failed. For now we treat
it as a best effort.

Fixes: redpanda-data#9839

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 8da2040)
Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit bc331ac)
Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit fbd644e)
dlex and others added 14 commits May 31, 2023 16:22
…r-10785-v23.1.x-64

[v23.1.x] DT for limiting the kafka API api_keys scope
…1104

[v23.1.x] rpk debug bundle: pass SASL info to admin client
Additional sanitization:
* Sort members of all complex types
* Sort members of record fields

Fix redpanda-data#7609

Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit 50cd49d)
Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit 6b7d89f)
Pure refactor to allow unparsed handling in a future commit.

Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit bbb6507)
Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit 12f339c)
Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit c836d58)
…r-10786-v23.1.x-37

[v23.1.x] schema_registry/avro: Canonicalize AVRO schema
Adjust the memory calculation based on the memory usage,
which is the in-memory size of a `compaction::entry`, currently
56 bytes. Do not exceed the max_chunk_memory by calculating how
big the container will be on the next insert.

Fixes redpanda-data#10311

Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit d1f50e9)
Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit ffd2eb1)
…r-11138-v23.1.x-770

[v23.1.x] storage/compacted_index_chunk_reader: fix memory calculation
…t-pr-9918

[v23.1.x] Breakdown installation of ducktape dependencies in multiple bash scripts
…redpanda cluster spec is changed

(cherry picked from commit f130231)
@mergify
Copy link

mergify bot commented Jun 12, 2023

⚠️ The sha of the head commit of this PR conflicts with #11327. Mergify cannot evaluate rules on this PR. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.