This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch skipping-offset
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit b72fa14a6 fix(server): prevent consumer offset skip during
produce+consume and after restart
add a1f51fdb3 feat(partitions): add poll_messages support to simulator
(#2960)
add 9463f6c79 fix(web): submit login form on Enter instead of toggling
password visibility (#2970)
add 07c9c7cca feat(java): add new stats fields to match server sysinfo
updates (#2969)
add b7c3fb075 fix(server): prevent consumer offset skip during
produce+consume and after restart
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b72fa14a6)
\
N -- N -- N refs/heads/skipping-offset (b7c3fb075)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../scenarios/reconnect_after_restart_scenario.rs | 262 +++++++++++++++++++++
core/integration/tests/server/specific.rs | 16 ++
core/partitions/src/iggy_partition.rs | 156 +++++++++++-
core/partitions/src/iggy_partitions.rs | 30 ++-
core/server/src/shard/mod.rs | 57 ++++-
core/server/src/shard/system/messages.rs | 2 +-
core/server/src/shard/system/segments.rs | 10 +
core/simulator/src/client.rs | 46 +++-
core/simulator/src/lib.rs | 42 ++++
core/simulator/src/main.rs | 58 +++++
.../blocking/http/CacheMetricsKeyMixin.java} | 23 +-
.../client/blocking/http/ObjectMapperFactory.java | 2 +
.../org/apache/iggy/serde/BytesDeserializer.java | 34 ++-
.../{ConsumerGroupInfo.java => CacheMetrics.java} | 4 +-
.../{ClientInfo.java => CacheMetricsKey.java} | 17 +-
.../main/java/org/apache/iggy/system/Stats.java | 10 +-
.../iggy/client/blocking/SystemClientBaseTest.java | 5 +
.../client/blocking/http/ObjectMapperTest.java | 119 ++++++++++
.../apache/iggy/serde/BytesDeserializerTest.java | 116 ++++++++-
web/src/lib/components/PasswordInput.svelte | 1 +
20 files changed, 964 insertions(+), 46 deletions(-)
copy
foreign/java/java-sdk/src/main/java/org/apache/iggy/{message/MessageId.java =>
client/blocking/http/CacheMetricsKeyMixin.java} (68%)
copy
foreign/java/java-sdk/src/main/java/org/apache/iggy/system/{ConsumerGroupInfo.java
=> CacheMetrics.java} (88%)
copy
foreign/java/java-sdk/src/main/java/org/apache/iggy/system/{ClientInfo.java =>
CacheMetricsKey.java} (60%)