This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch fix_state
in repository https://gitbox.apache.org/repos/asf/iggy.git
from ab083738 Merge branch 'master' into fix_state
add 0ce7580b Cleanup error logs
No new revisions were added by this update.
Summary of changes:
.../create_consumer_group_handler.rs | 2 +-
.../delete_consumer_group_handler.rs | 2 +-
.../consumer_groups/get_consumer_groups_handler.rs | 2 +-
.../consumer_groups/join_consumer_group_handler.rs | 2 +-
.../leave_consumer_group_handler.rs | 2 +-
.../store_consumer_offset_handler.rs | 2 +-
.../messages/flush_unsaved_buffer_handler.rs | 2 +-
.../handlers/messages/poll_messages_handler.rs | 2 +-
.../handlers/messages/send_messages_handler.rs | 2 +-
.../partitions/create_partitions_handler.rs | 4 +--
.../partitions/delete_partitions_handler.rs | 2 +-
.../binary/handlers/topics/create_topic_handler.rs | 4 +--
.../binary/handlers/topics/get_topics_handler.rs | 2 +-
.../binary/handlers/topics/purge_topic_handler.rs | 2 +-
.../binary/handlers/topics/update_topic_handler.rs | 4 +--
.../handlers/users/change_password_handler.rs | 4 +--
.../handlers/users/update_permissions_handler.rs | 2 +-
.../binary/handlers/users/update_user_handler.rs | 5 ++--
server/src/state/models.rs | 4 +--
server/src/streaming/partitions/partition.rs | 2 +-
server/src/streaming/segments/segment.rs | 2 +-
server/src/streaming/streams/stream.rs | 2 +-
server/src/streaming/systems/consumer_groups.rs | 30 +++++++++++-----------
server/src/streaming/systems/messages.rs | 12 ++++-----
server/src/streaming/systems/partitions.rs | 8 +++---
server/src/streaming/topics/topic.rs | 2 +-
26 files changed, 54 insertions(+), 55 deletions(-)