[INFO] cloning repository https://github.com/jiashiwen/redis_replicator_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jiashiwen/redis_replicator_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiashiwen%2Fredis_replicator_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiashiwen%2Fredis_replicator_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0a8ab27bbec891c11351ad5e0661b4961a499869 [INFO] testing jiashiwen/redis_replicator_rs against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiashiwen%2Fredis_replicator_rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jiashiwen/redis_replicator_rs [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/jiashiwen/redis_replicator_rs [INFO] tweaked toml for git repo https://github.com/jiashiwen/redis_replicator_rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jiashiwen/redis_replicator_rs on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jiashiwen/redis_replicator_rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26cb79ca2933b99dcbc65a52d99b5ac28cc949f361fa7ac0bd880d1af79ff95e [INFO] running `Command { std: "docker" "start" "-a" "26cb79ca2933b99dcbc65a52d99b5ac28cc949f361fa7ac0bd880d1af79ff95e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26cb79ca2933b99dcbc65a52d99b5ac28cc949f361fa7ac0bd880d1af79ff95e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26cb79ca2933b99dcbc65a52d99b5ac28cc949f361fa7ac0bd880d1af79ff95e", kill_on_drop: false }` [INFO] [stdout] 26cb79ca2933b99dcbc65a52d99b5ac28cc949f361fa7ac0bd880d1af79ff95e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24a7819550bb4d06cdd01a660ff8b53e2db535b6967807103b1aed7f6c0dcd71 [INFO] running `Command { std: "docker" "start" "-a" "24a7819550bb4d06cdd01a660ff8b53e2db535b6967807103b1aed7f6c0dcd71", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling cc v1.2.27 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling protobuf v2.28.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling prometheus v0.13.4 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling lz4-sys v1.11.1+lz4-1.10.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling lz4 v1.28.1 [INFO] [stderr] Compiling redis_replicator_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.30s [INFO] running `Command { std: "docker" "inspect" "24a7819550bb4d06cdd01a660ff8b53e2db535b6967807103b1aed7f6c0dcd71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24a7819550bb4d06cdd01a660ff8b53e2db535b6967807103b1aed7f6c0dcd71", kill_on_drop: false }` [INFO] [stdout] 24a7819550bb4d06cdd01a660ff8b53e2db535b6967807103b1aed7f6c0dcd71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f87335de47cc1974638e2c9697d9e979c364c9cc128f2f456f871e23ffd7ee44 [INFO] running `Command { std: "docker" "start" "-a" "f87335de47cc1974638e2c9697d9e979c364c9cc128f2f456f871e23ffd7ee44", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.40 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling humantime v2.2.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.40 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling redis_replicator_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stdout] warning: fields `rdb_file` and `aof_file` are never read [INFO] [stdout] --> examples/redis_replication.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 311 | struct BackupHandler { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 312 | output_dir: String, [INFO] [stdout] 313 | rdb_file: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 314 | aof_file: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BackupHandler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf1` [INFO] [stdout] --> src/utils/buffer.rs:392:13 [INFO] [stdout] | [INFO] [stdout] 392 | let buf1 = manager.allocate(1024).unwrap(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_buf1` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf2` [INFO] [stdout] --> src/utils/buffer.rs:396:13 [INFO] [stdout] | [INFO] [stdout] 396 | let buf2 = manager.allocate(2048).unwrap(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_buf2` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 37.51s [INFO] running `Command { std: "docker" "inspect" "f87335de47cc1974638e2c9697d9e979c364c9cc128f2f456f871e23ffd7ee44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f87335de47cc1974638e2c9697d9e979c364c9cc128f2f456f871e23ffd7ee44", kill_on_drop: false }` [INFO] [stdout] f87335de47cc1974638e2c9697d9e979c364c9cc128f2f456f871e23ffd7ee44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7366cb0d6f7434655e131937f3b244de032ee2f4dac19b76d786038e65efd7cc [INFO] running `Command { std: "docker" "start" "-a" "7366cb0d6f7434655e131937f3b244de032ee2f4dac19b76d786038e65efd7cc", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `buf1` [INFO] [stdout] [INFO] [stderr] --> src/utils/buffer.rs:392:13 [INFO] [stdout] running 106 tests [INFO] [stderr] | [INFO] [stdout] test aof::parser::tests::test_command_filter ... ok [INFO] [stderr] 392 | let buf1 = manager.allocate(1024).unwrap(); [INFO] [stdout] test aof::parser::tests::test_command_extraction ... ok [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_buf1` [INFO] [stdout] test aof::protocol::tests::test_memory_usage ... ok [INFO] [stderr] | [INFO] [stdout] test aof::protocol::tests::test_parse_array ... ok [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] test aof::parser::tests::test_parse_simple_command ... ok [INFO] [stderr] [INFO] [stdout] test aof::parser::tests::test_validation ... ok [INFO] [stderr] warning: unused variable: `buf2` [INFO] [stdout] test aof::protocol::tests::test_parse_integer ... ok [INFO] [stderr] --> src/utils/buffer.rs:396:13 [INFO] [stdout] test aof::protocol::tests::test_parse_multiple ... ok [INFO] [stderr] | [INFO] [stdout] test aof::protocol::tests::test_parse_nested_array ... ok [INFO] [stderr] 396 | let buf2 = manager.allocate(2048).unwrap(); [INFO] [stdout] test aof::protocol::tests::test_parse_error ... ok [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_buf2` [INFO] [stdout] test aof::protocol::tests::test_parse_bulk_string ... ok [INFO] [stderr] [INFO] [stdout] test aof::protocol::tests::test_resp_value_methods ... ok [INFO] [stderr] warning: fields `rdb_file` and `aof_file` are never read [INFO] [stdout] test aof::protocol::tests::test_serialization ... ok [INFO] [stderr] --> examples/redis_replication.rs:313:5 [INFO] [stdout] test aof::protocol::tests::test_utils ... ok [INFO] [stderr] | [INFO] [stdout] test aof::protocol::tests::test_parse_null_array ... ok [INFO] [stderr] 311 | struct BackupHandler { [INFO] [stdout] test aof::tests::test_collecting_event_handler ... ok [INFO] [stderr] | ------------- fields in this struct [INFO] [stdout] test error::tests::test_error_builder ... ok [INFO] [stderr] 312 | output_dir: String, [INFO] [stdout] test aof::tests::test_filtering_event_handler ... ok [INFO] [stderr] 313 | rdb_file: Option, [INFO] [stdout] test aof::tests::test_aof_stats ... ok [INFO] [stderr] | ^^^^^^^^ [INFO] [stdout] test error::tests::test_error_category ... ok [INFO] [stderr] 314 | aof_file: Option, [INFO] [stdout] test aof::protocol::tests::test_parse_simple_string ... ok [INFO] [stderr] | ^^^^^^^^ [INFO] [stdout] test error::tests::test_recoverable ... ok [INFO] [stderr] | [INFO] [stdout] test error::tests::test_error_creation ... ok [INFO] [stderr] = note: `BackupHandler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] test rdb::parser::tests::test_invalid_magic_number ... ok [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] test rdb::parser::tests::test_unsupported_version ... ok [INFO] [stderr] [INFO] [stdout] test rdb::parser::tests::test_invalid_version ... ok [INFO] [stderr] warning: `redis_replicator_rs` (lib test) generated 2 warnings (run `cargo fix --lib -p redis_replicator_rs --tests` to apply 2 suggestions) [INFO] [stdout] test rdb::structure::tests::test_parse_intset ... ok [INFO] [stderr] warning: `redis_replicator_rs` (example "redis_replication") generated 1 warning [INFO] [stdout] test aof::protocol::tests::test_parse_null_bulk_string ... ok [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stdout] test aof::tests::test_aof_info ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/redis_replicator_rs-6f523cb206d20836) [INFO] [stdout] test aof::tests::test_utils ... ok [INFO] [stdout] test rdb::parser::tests::test_rdb_parse_options ... ok [INFO] [stdout] test rdb::parser::tests::test_parser_creation ... ok [INFO] [stdout] test rdb::structure::tests::test_parse_ziplist_entry_integer ... ok [INFO] [stdout] test rdb::structure::tests::test_parse_ziplist_entry_string ... ok [INFO] [stdout] test rdb::tests::test_filtering_event_handler ... ok [INFO] [stdout] test rdb::tests::test_rdb_stats ... ok [INFO] [stdout] test rdb::types::tests::test_length_encoding ... ok [INFO] [stdout] test rdb::types::tests::test_rdb_context ... ok [INFO] [stdout] test rdb::types::tests::test_rdb_opcode_conversion ... ok [INFO] [stdout] test rdb::types::tests::test_rdb_type_conversion ... ok [INFO] [stdout] test rdb::types::tests::test_size_estimation ... ok [INFO] [stdout] test rdb::types::tests::test_string_encoding ... ok [INFO] [stdout] test rdb::types::tests::test_utils ... ok [INFO] [stdout] test replication::client::tests::test_client_creation ... ok [INFO] [stdout] test replication::client::tests::test_client_state ... ok [INFO] [stdout] test rdb::tests::test_collecting_event_handler ... ok [INFO] [stdout] test replication::client::tests::test_config_default ... ok [INFO] [stdout] test replication::protocol::tests::test_auth_detection ... ok [INFO] [stdout] test replication::protocol::tests::test_command_serialization ... ok [INFO] [stdout] test replication::protocol::tests::test_info_parsing ... ok [INFO] [stdout] test replication::client::tests::test_utils_create_authenticated_client ... ok [INFO] [stdout] test rdb::structure::tests::test_read_length_encoding ... ok [INFO] [stdout] test replication::protocol::tests::test_response_methods ... ok [INFO] [stdout] test replication::protocol::tests::test_utils ... ok [INFO] [stdout] test replication::protocol::tests::test_response_parsing ... ok [INFO] [stdout] test replication::tests::test_collecting_event_handler ... ok [INFO] [stdout] test replication::tests::test_filtering_event_handler ... ok [INFO] [stdout] test replication::tests::test_replication_info_default ... ok [INFO] [stdout] test replication::protocol::tests::test_protocol_handler ... ok [INFO] [stdout] test replication::tests::test_replication_state_display ... ok [INFO] [stdout] test replication::tests::test_utils ... ok [INFO] [stdout] test tests::test_config_constants ... ok [INFO] [stdout] test tests::test_feature_flags ... ok [INFO] [stdout] test tests::test_init ... ok [INFO] [stdout] test types::tests::test_memory_usage ... ok [INFO] [stdout] test tests::test_version_info ... ok [INFO] [stdout] test types::tests::test_rdb_type_conversion ... ok [INFO] [stdout] test types::tests::test_redis_value_type_name ... ok [INFO] [stdout] test replication::client::tests::test_event_handler ... ok [INFO] [stdout] test replication::tests::test_replication_stats ... ok [INFO] [stdout] test replication::client::tests::test_utils_create_client ... ok [INFO] [stdout] test replication::client::tests::test_utils_validate_config ... ok [INFO] [stdout] test types::tests::test_stream_id ... ok [INFO] [stdout] test utils::buffer::tests::test_buffer_pool ... ok [INFO] [stdout] 2026-04-23T18:41:24.321798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321848Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321877Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321927Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321986Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.321996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322026Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322036Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322048Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322136Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322165Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322184Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322283Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322318Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322328Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322338Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322348Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322367Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322376Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322416Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322425Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322435Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322445Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322464Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322484Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::compression::tests::test_compression_type_detection ... ok [INFO] [stdout] 2026-04-23T18:41:24.322503Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::buffer::tests::test_buffer_pool_size_classes ... ok [INFO] [stdout] 2026-04-23T18:41:24.322555Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::compression::tests::test_decompress_none ... ok [INFO] [stdout] 2026-04-23T18:41:24.322585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::buffer::tests::test_growable_buffer ... ok [INFO] [stdout] 2026-04-23T18:41:24.322633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::compression::tests::test_lzf_decompress_empty ... ok [INFO] [stdout] test utils::buffer::tests::test_managed_buffer ... ok [INFO] [stdout] 2026-04-23T18:41:24.322673Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::compression::tests::test_lzf_decompress_literal ... 2026-04-23T18:41:24.322818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] ok [INFO] [stdout] 2026-04-23T18:41:24.322834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::buffer::tests::test_buffer_manager ... ok [INFO] [stdout] 2026-04-23T18:41:24.322864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322877Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::compression::tests::test_lzf_error_cases ... ok [INFO] [stdout] 2026-04-23T18:41:24.322907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::crc::tests::test_crc16_digest ... 2026-04-23T18:41:24.322937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] ok [INFO] [stdout] 2026-04-23T18:41:24.322948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::crc::tests::test_crc16 ... ok [INFO] [stdout] 2026-04-23T18:41:24.322989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.322999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::crc::tests::test_crc64 ... ok [INFO] [stdout] 2026-04-23T18:41:24.323019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323119Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323148Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323304Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323325Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323373Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323402Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323452Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323471Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323481Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323491Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323519Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323550Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323589Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323599Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323608Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323658Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323706Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323817Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323866Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323875Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323895Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.323992Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324062Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324159Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324178Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324256Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324380Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324843Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324863Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324952Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.324991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325020Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325069Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325098Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325178Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325198Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325227Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.325236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::crc::tests::test_crc64_digest ... ok [INFO] [stdout] 2026-04-23T18:41:24.325246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::crc::tests::test_empty_data ... ok2026-04-23T18:41:24.326469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] [INFO] [stdout] test utils::crc::tests::test_incremental_vs_single ... 2026-04-23T18:41:24.326814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.326994Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327178Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327227Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327248Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] ok [INFO] [stdout] test utils::io::tests::test_buffer_reader ... ok [INFO] [stdout] test utils::io::tests::test_read_integers ... ok [INFO] [stdout] test utils::tests::test_hexdump ... ok [INFO] [stdout] test utils::io::tests::test_read_length_encoding ... ok [INFO] [stdout] test utils::tests::test_parse_redis_float ... ok [INFO] [stdout] test utils::compression::tests::test_gzip_decompress ... ok [INFO] [stdout] test utils::io::tests::test_async_read ... ok [INFO] [stdout] test utils::tests::test_parse_redis_int ... ok [INFO] [stdout] test utils::tests::test_string_repr ... ok [INFO] [stdout] 2026-04-23T18:41:24.327546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test utils::tests::test_timestamp ... ok [INFO] [stdout] 2026-04-23T18:41:24.327653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327684Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.327973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328159Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328454Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328691Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328858Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.328980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.329020Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.329053Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.329095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.329135Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330435Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330466Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330718Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.330960Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331202Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331256Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331307Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331471Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331614Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331694Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.331968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332048Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332253Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332372Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332435Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332676Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.332960Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.333083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334326Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334669Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334774Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334794Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334832Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334842Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334881Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.334992Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335022Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335119Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335148Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335178Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335303Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335325Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.335393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337338Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337394Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337433Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337550Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337581Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337591Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337601Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337659Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337669Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337678Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337736Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337841Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337860Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337986Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.337996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338045Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338153Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338192Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338202Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.338572Z  INFO redis_replicator_rs::aof::parser: AOF parsing completed: 0 entries, 226 bytes, Some(66.16µs) [INFO] [stdout] 2026-04-23T18:41:24.338912Z  INFO redis_replicator_rs::aof::parser: AOF parsing completed: 0 entries, 0 bytes, Some(22.431µs) [INFO] [stdout] test aof::parser::tests::test_database_filter ... ok [INFO] [stdout] 2026-04-23T18:41:24.338279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.340961Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.340981Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.340991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341219Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341229Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341239Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341425Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.341947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.342026Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.342103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.342190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.342270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346466Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346594Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346614Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346624Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346713Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346723Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346821Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346832Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346841Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346951Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346960Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346970Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.346990Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347020Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347098Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347301Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347314Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347334Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347363Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347373Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347382Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347392Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347402Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347433Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347452Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347551Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347599Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347609Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347658Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347670Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347700Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347736Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347825Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347835Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347844Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347893Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.347993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348022Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348101Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348140Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348210Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348240Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.348279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.352531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.352842Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.352973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.353071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.353105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.353144Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.353248Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.353697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.353886Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.354127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.354203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357421Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357450Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357480Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357539Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357559Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357578Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357659Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357669Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357844Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357893Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357922Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357960Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357970Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.357999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358048Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358077Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358099Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358458Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358686Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358829Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358868Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.358991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359244Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359326Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359471Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.359975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.360017Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.360048Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.360077Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.360108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.360139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.360733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361023Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361074Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361084Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361153Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361192Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361202Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361302Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361325Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.361413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362825Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362835Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362844Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.362990Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363014Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363024Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363098Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363159Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363169Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363277Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363308Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363330Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363339Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363380Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363421Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363431Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363450Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363480Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363509Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363553Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363592Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363657Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363707Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363842Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363872Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363961Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363970Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.363999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364077Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364135Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364145Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364185Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364195Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364205Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364253Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.364282Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.366899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.367098Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.367315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.367401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.367492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.367877Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.367949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.367985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368734Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368866Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368895Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.368985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369483Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369539Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.369967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.371440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.371888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.372147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.372329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.372550Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.372749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.372939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.372995Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.373309Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.373464Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.373654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.373880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.373968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.374271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.376332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.376397Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.376433Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.376740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.377099Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.377223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.377436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.377727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378415Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.378984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379303Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379451Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.379871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.380309Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.380368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.380585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.380620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.380805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.380860Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.380993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381365Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381594Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.381976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.382280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.382531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.382582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.382614Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.382757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.382921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.382978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.383195Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.383419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.383472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.383628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.383729Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.383853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.383910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.383943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.384124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.384181Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.384498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.384625Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.384661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.384804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.384858Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.384994Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385205Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385583Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.385919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386863Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.386976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.387008Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.387062Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.387094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.387142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.387183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.387214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] test aof::parser::tests::test_parse_with_select ... FAILED [INFO] [stdout] test aof::parser::tests::test_stats ... FAILED [INFO] [stdout] test aof::parser::tests::test_entry_limits ... FAILED [INFO] [stdout] test aof::tests::test_parse_bytes ... FAILED [INFO] [stdout] test aof::tests::test_parse_simple_aof ... FAILED [INFO] [stdout] 2026-04-23T18:41:24.387241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.389629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.389742Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.389818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.389894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.389941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390140Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390256Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.390971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391073Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391253Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391309Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.391851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392193Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392509Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.392988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.393146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.393252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.393468Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.393546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.393643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.393773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.393900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.393991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394564Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.394966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395112Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395615Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.395863Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396535Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396691Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.396938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397219Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397338Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397372Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397427Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397459Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397509Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397577Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397678Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397830Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.397972Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398215Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398468Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398497Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.398970Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399202Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399295Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.399969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.400014Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.400100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.400146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.400234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.400279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402816Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402872Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.402974Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403048Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403169Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403306Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403340Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403816Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403844Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.403988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404547Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404721Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.404975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405024Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405767Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405863Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405945Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.405997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406074Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406328Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.406945Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407256Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407468Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407550Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407608Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.407781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.408815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.409511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.409980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.410121Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.410251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.410436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.410553Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.411050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.411502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.411773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414338Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414446Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414586Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414640Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.414969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415055Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415185Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415239Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415281Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415723Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415754Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.415985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416112Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416141Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416367Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416397Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416424Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416519Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416893Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.416970Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417185Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417409Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417451Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417479Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417572Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417858Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.417988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.418015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.419406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.419441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.419525Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.419558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.419617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.419647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.419674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.420175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.420508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.420605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.420871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.420985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.421036Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.421225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.421366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.421690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.421949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.422005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.422526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.422802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.422855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.422885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.422957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423133Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423359Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423557Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423832Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.423967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424464Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424494Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424636Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424724Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.424814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425281Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425650Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.425975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426281Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426715Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426799Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.426941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.427028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.427111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.427176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.427207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.427500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.427646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.427696Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.427945Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428487Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428564Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428817Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428906Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.428989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429069Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429119Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429519Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429642Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.429909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.430025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.430154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.430273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.431720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.431786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.431818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.431869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.431913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.431943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432248Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432447Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432577Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432670Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432728Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432868Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.432981Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433459Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433544Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433691Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.433930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.435385Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.435414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.435518Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.435637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.435738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.435833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.435913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.435969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436073Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436121Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436385Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.436489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.437604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.437735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.437869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438112Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438165Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438341Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438397Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438483Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438551Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438640Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438865Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.438984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439363Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.439985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440310Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440408Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440464Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440718Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440926Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.440983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441327Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441388Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441821Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.441949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.442125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.442209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.442399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.442510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.442874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.442937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.443123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.443212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.443253Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.443336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.443638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.443738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444416Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444768Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444822Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.444957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445321Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445437Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445634Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445718Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.445883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.446139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.446385Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.446595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.446662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.446802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.446863Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.446899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447509Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447750Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.447995Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.448071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.448133Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.448187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.448442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.448508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.448538Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.448928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.449313Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.449732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450445Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450699Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.450908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451311Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451562Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451750Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451794Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451866Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.451987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452227Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452569Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452609Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452712Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.452951Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453017Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453170Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453298Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453803Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453927Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.453975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454074Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454195Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454625Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454711Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454741Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.454978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455069Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455256Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455330Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455459Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455723Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.455934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456448Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456480Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456718Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456806Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456858Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.456989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457459Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.457900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458244Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458424Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458457Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458642Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458694Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.458984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459131Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459254Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459312Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459356Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459816Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.459946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460380Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460409Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460550Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460710Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.460950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461069Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461170Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461316Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461444Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461954Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.461987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462119Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462316Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462435Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462636Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462673Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462849Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.462928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463053Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463318Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463356Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463609Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463636Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463842Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.463982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464323Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464483Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.464984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.465029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.465148Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.465234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.465265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466603Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466615Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466699Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466710Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466719Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466729Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466843Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466863Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.466924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467308Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467328Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467337Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467367Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467376Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.467416Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468926Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468935Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468962Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468972Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468981Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468990Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.468998Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469069Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469145Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469184Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469215Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469310Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469339Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469348Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469358Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469431Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469479Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469589Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469599Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469608Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469676Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469708Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469767Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469787Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469841Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469860Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469906Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469977Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.469987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470438Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470539Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470576Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470586Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470625Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470644Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470673Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470702Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470712Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470741Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470848Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470877Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470960Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.470988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471045Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471055Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471084Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471144Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471164Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471237Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471300Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471312Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471342Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471376Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471450Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471471Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471485Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471495Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471577Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471640Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471678Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471841Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471860Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.471996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472115Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472148Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472178Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472256Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472300Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472312Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472341Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472381Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472429Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472458Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472468Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472487Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472497Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472518Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472537Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472547Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472576Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472614Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472623Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472702Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472712Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472721Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472821Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472850Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472860Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.472998Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473008Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473215Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473244Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473254Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.473283Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474227Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474301Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474311Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474327Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474337Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474447Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474459Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474478Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474491Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474518Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474544Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474594Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474603Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474625Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474635Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474650Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474675Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474686Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474706Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474759Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474777Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474821Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474841Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.474993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475036Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475102Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475112Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475132Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475193Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475219Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475304Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475314Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475327Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475337Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475380Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475409Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475485Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475547Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475615Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475640Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475659Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475670Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475700Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475711Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475728Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475849Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475859Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475872Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475902Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.475992Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476182Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476308Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476321Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476341Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476372Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476385Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476408Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476450Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476485Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476636Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476677Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476710Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476745Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476835Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476865Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.476985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477084Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477119Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477160Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477170Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477398Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477429Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477481Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477491Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477539Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477657Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477676Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477685Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477696Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477706Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477715Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477748Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477767Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477830Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477850Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477859Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477927Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.477993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478003Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478023Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478036Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478133Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478181Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478210Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478229Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478239Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478248Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478309Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478330Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478339Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478349Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478358Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478415Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478425Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478435Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478444Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478454Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478542Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478600Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478609Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478657Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478677Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478696Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478706Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478716Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478745Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478774Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478832Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478842Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.478993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479003Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479022Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479099Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479165Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479184Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479253Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.479281Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480099Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480165Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480313Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480342Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480369Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480388Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480397Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480416Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480435Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480446Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480483Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480538Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480547Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480640Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480658Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480675Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480684Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480709Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480718Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480736Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480830Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480848Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480922Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480960Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.480997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481024Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481098Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481160Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481170Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481325Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481365Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481425Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.481935Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482616Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.482997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483084Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483494Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483625Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.483988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484363Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484392Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484586Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484777Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484803Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484850Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.484977Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485169Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485193Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485341Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485658Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485736Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485956Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.485982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486581Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486608Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486906Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.486997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487145Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487310Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487392Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487609Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487774Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487877Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.487954Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488153Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488398Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488636Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488721Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.488983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489024Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489326Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489718Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489902Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.489985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490205Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490427Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490652Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490742Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490817Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490881Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.490996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491373Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491458Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491503Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491589Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491635Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.491998Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492132Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492349Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492728Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492803Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.492944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.493352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494594Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494640Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494769Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494843Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.494971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495023Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495313Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495381Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495478Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495677Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495878Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.495997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496767Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496935Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.496980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497112Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497165Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497372Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497438Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497468Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497578Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497634Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497916Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.497943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498069Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498140Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498170Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498215Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498313Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498359Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498503Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498761Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498858Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.498979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499023Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499170Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499316Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499586Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499623Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499669Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499808Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.499952Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500098Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.500922Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501198Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501299Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501398Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501544Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501642Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.501940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502093Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502341Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502424Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502676Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502859Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.502978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503121Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503326Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503358Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503451Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503547Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503699Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503754Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.503939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504307Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504382Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504562Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504613Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504665Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504724Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504751Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504848Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504875Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.504980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505102Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505334Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505382Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505437Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505594Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505691Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505877Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.505983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506365Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506391Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506447Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506715Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506886Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.506998Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507323Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507380Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507562Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507822Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507868Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.507999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508219Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508321Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508454Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508686Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.508947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509254Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509314Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509487Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509634Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.509982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510373Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510421Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510457Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510760Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510881Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.510978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511136Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511311Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511408Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511572Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511709Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511745Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511817Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.511947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512074Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512136Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.512950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513577Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513719Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.513962Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514483Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514572Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514866Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.514988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.515030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.515106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.515146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.515209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.515276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516425Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516750Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.516912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517487Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517893Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.517968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518304Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518372Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518431Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518468Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518544Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518769Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518866Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.518940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519026Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519132Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519734Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.519918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520283Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.520961Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521195Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521471Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.521946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522331Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.522965Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523608Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523644Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523829Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523906Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.523947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524022Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524358Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524471Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524774Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.524982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525240Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525495Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525572Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525677Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.525931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526020Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526135Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526185Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526458Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.526938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527494Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.527944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528115Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528398Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528434Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528494Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528589Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528691Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528843Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528878Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.528999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529069Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529578Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529809Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.529971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530115Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530408Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530712Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.530953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531313Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531421Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531745Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531783Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531902Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.531939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.532014Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.532054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.532126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.532162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.532225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.532261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.533916Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534003Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534497Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534866Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.534999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535349Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535578Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535635Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535676Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535758Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535799Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.535934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536181Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536301Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536816Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.536978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537312Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537445Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537550Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537678Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.537993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.538975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539577Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539816Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.539985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540318Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540448Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540728Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540809Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.540964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541356Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541494Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541668Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541761Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.541933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542447Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542761Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.542966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543084Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543373Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543542Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543632Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.543988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544358Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544485Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544745Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.544968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545760Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545866Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.545984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546459Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546624Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.546979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547402Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547485Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547634Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.547786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548323Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548409Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548471Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548624Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548794Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.548942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549074Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549495Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549886Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.549928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550045Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550182Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550330Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550760Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.550940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551024Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551153Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551195Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551277Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551385Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551433Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551539Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551849Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.551990Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552363Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552494Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.552963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553133Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553583Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553850Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.553953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554148Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554195Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554331Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554538Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554758Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.554971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555141Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555562Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555709Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555803Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.555917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556253Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556367Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556555Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556636Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556767Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.556942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557115Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557402Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557829Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.557989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558099Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558326Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558553Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.558971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559145Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559346Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559669Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.559870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561427Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561670Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.561999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562348Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562448Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562555Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.562978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563136Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563227Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563382Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563640Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563728Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.563963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564026Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564303Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564803Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564842Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564905Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.564975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565313Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565559Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565886Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.565932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566164Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566491Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566858Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.566956Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567303Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567466Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567564Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567599Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567927Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.567953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568053Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568325Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568408Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568878Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568952Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.568998Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569148Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569450Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569572Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569706Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569958Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.569986Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570519Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570659Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570708Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.570974Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571215Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571359Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571446Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571615Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571719Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571768Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.571989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572424Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572569Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572844Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572926Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.572982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573304Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573421Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573457Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573555Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573665Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573713Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.573990Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574229Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.574935Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575331Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575369Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575452Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575707Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575748Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575916Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.575955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576219Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576589Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576736Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.576983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577074Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577346Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577398Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577483Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577658Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577754Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577881Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.577958Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578024Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578446Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578569Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.578964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579402Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.579947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580008Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580348Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580557Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580592Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580650Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580729Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.580942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581008Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581457Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581583Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581835Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.581963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582141Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582642Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582684Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582754Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582952Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.582993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583321Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583385Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583537Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583578Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583783Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.583986Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584045Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584144Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584424Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584503Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584555Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584677Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.584959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585659Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585748Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585787Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.585995Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586113Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586435Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.586951Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587696Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587859Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.587964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588339Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588564Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588707Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588830Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588952Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.588991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589877Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.589975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590003Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590341Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590380Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590433Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590586Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590623Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.590963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591017Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591101Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591193Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591327Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591397Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.591974Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592113Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592160Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592369Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592787Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.592923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593045Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593229Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593481Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593809Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.593976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594153Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594363Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594431Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594617Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594696Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.594993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595145Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595202Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595298Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595485Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595635Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595675Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595748Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.595949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596093Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596321Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596334Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596416Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596481Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596699Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596761Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596844Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596886Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.596939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597312Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597392Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597716Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597799Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597850Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.597948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598017Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598341Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598363Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598673Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598783Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.598988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599450Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599577Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599649Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599878Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.599963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600210Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600525Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600750Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.600969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601256Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601479Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.601966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602444Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602657Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602750Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.602995Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603382Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603434Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603779Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603808Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.603989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604240Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604282Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604328Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604409Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604539Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604715Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604821Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.604975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605017Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605045Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605131Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605159Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605244Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605349Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605382Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605491Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.605963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606077Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606391Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606754Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606787Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.606967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607239Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607325Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607450Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607550Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607665Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607711Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.607938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608017Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608429Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608609Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608860Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.608940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609182Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609334Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609613Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609659Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609777Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609902Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.609953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610093Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610136Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610164Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610192Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610363Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610578Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610613Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610668Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610945Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.610996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611372Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611544Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611592Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.611997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612169Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612569Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612657Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.612939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613237Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613448Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613497Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613576Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613675Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613721Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613895Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.613948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614307Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614684Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614875Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.614955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615240Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615559Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615787Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.615969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616321Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616372Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616427Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616538Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616591Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616640Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616668Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616922Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.616976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617481Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617509Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617559Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617601Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617632Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.617972Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618316Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618569Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618721Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618803Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.618942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619026Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619144Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619382Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619468Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619745Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619843Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.619989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620036Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620135Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620248Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620304Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620553Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620634Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620686Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620787Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620822Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.620938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621145Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621564Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621608Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621774Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.621989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622082Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622239Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622323Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622437Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622614Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622678Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622713Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622799Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.622968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623008Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623145Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623328Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623408Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623599Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623741Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.623990Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624397Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624425Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624523Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624748Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624779Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.624999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625346Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625635Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625694Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625842Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625935Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.625981Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626484Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626742Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.626967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.627963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628240Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628373Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628437Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628497Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628559Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628636Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628708Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628865Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.628969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629133Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629165Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629265Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629310Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629484Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629657Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.629966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630073Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630342Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630399Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630539Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630625Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630748Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630809Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630872Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630902Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.630996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631026Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631314Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631557Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631591Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631667Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631741Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631806Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631895Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.631969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632093Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632376Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632576Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632635Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632729Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632768Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.632971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633159Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633298Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633448Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633535Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633564Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633591Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633616Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633642Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633715Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633774Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633808Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633863Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.633971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634182Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634237Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634306Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634346Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634464Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634583Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634650Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634685Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634761Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634794Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634875Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.634956Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635219Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635586Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635658Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635685Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635868Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635895Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.635997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636248Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636301Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636388Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636712Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636779Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636806Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636926Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636965Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.636993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637022Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637153Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637306Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637340Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637367Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637392Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637425Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.637977Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638107Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638237Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638601Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638881Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.638927Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639099Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639325Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639380Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639416Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639446Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639542Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639678Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639724Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639806Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639841Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.639998Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640169Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640198Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640304Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640346Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640427Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640464Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640592Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640616Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640719Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640750Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640841Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.640976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641131Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641448Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641479Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641553Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641642Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641723Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641754Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641981Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.641996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642053Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642062Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642136Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642164Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642192Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642202Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642248Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642281Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642311Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642356Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642367Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642451Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642478Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642557Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642583Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642592Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642601Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642636Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642644Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642652Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642670Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642678Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642696Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642715Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642724Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642741Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642750Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642758Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642767Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642783Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642809Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642817Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642825Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642834Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642842Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642850Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642859Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642903Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642956Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642965Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.642999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643008Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643084Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643101Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643136Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643144Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643153Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643170Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643277Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643301Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643312Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643321Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643330Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643339Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643357Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643392Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643409Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643434Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643452Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643460Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643478Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643495Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643503Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643537Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643616Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643624Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643650Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643659Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643712Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643721Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643809Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643835Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643844Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643905Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643958Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.643992Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644036Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644053Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644069Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644078Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644164Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644181Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644198Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644314Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644323Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644342Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644369Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644458Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644466Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644484Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644539Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644557Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644676Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644685Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644710Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644729Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644832Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644849Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644865Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644927Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.644991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645008Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645206Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645215Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645277Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645373Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645415Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645481Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645509Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645538Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645650Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645824Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.645967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646160Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646248Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646327Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646535Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646603Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646839Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646958Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.646995Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647341Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647369Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647475Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647576Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647611Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647673Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647711Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.647960Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648239Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648349Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648381Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648391Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648437Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648445Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648454Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648481Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648525Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648581Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648614Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648714Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648723Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648822Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648830Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648865Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648899Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648916Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648925Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648944Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648954Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648965Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648986Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.648996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649131Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649316Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649326Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649346Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649374Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649392Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649411Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649429Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649438Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649448Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649458Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649585Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649615Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649624Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649634Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649644Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649699Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649718Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649728Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649776Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649815Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649825Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649868Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649878Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649960Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649969Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.649997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650101Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650148Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650169Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650358Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650589Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650742Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650881Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.650970Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651215Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651388Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651448Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651632Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651659Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651724Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651881Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.651968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652126Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652306Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652444Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652457Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652484Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652492Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652519Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652537Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652553Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652562Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652613Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652665Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652691Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652761Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652779Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652849Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652858Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652875Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652902Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652945Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652954Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652962Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.652996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653048Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653073Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653159Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653215Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653299Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653312Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653334Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653381Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653398Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653415Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653424Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653433Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653451Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653479Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653497Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653580Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653616Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653625Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653634Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653652Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653699Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653745Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653754Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653806Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653822Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653830Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653905Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653956Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653974Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653989Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.653997Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654055Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654131Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654140Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654184Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654192Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654210Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654237Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654282Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654310Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654328Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654415Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654450Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654458Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654484Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654509Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654542Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654551Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654559Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654601Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654699Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654760Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654769Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654787Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654821Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654843Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654860Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654869Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654878Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654906Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654924Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654951Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654962Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654972Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.654993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655003Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655014Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655048Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655073Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655128Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655184Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655559Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655598Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655709Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655751Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655825Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.655971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656077Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656145Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656327Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656501Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656525Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656550Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656599Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656728Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656754Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656779Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656803Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656851Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656875Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.656973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657185Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657307Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657338Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657391Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657575Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657635Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657779Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657833Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657859Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.657993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658198Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658226Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658330Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658358Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658385Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658484Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658502Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658538Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658547Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658556Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658583Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658592Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658601Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658665Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658676Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658686Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658710Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658719Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658729Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658774Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658783Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658956Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658965Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658974Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.658992Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659074Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659101Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659165Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659174Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659193Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659310Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659323Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659356Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659365Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659416Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659444Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659452Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659478Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659487Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659537Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659562Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659613Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659711Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659729Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659745Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659770Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659821Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659829Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659972Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.659996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660024Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660117Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660125Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660133Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660184Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660192Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660210Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660227Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660268Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660277Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660347Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660375Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660425Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660594Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660719Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660800Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660829Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660954Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.660983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661141Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661438Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661464Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661542Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661569Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661713Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661741Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661767Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.661980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662164Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662304Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662376Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662400Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662459Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662469Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662478Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662518Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662535Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662551Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662576Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662613Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662713Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662823Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662840Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662848Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662881Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662906Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.662996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663022Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663031Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663283Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663306Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663314Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663323Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663331Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663339Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663348Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663356Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663364Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663373Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663381Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663398Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663406Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663431Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663457Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663466Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663483Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663491Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663557Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663599Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663616Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663624Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663632Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663650Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663658Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663694Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663708Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663716Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663733Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663741Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663750Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663758Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663767Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663895Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663945Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663954Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.663996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664081Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664197Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664205Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664358Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664768Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664817Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664849Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664922Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.664988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665055Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665121Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665153Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665253Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665299Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665328Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665454Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665555Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665652Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665685Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665724Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665759Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665822Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665905Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665930Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.665994Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666003Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666020Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666055Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666113Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666121Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666164Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666181Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666190Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666207Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666240Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666257Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666274Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666282Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666303Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666312Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666337Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666439Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666447Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666472Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666480Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666497Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666505Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666538Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666673Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666713Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666814Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666822Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666832Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666841Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666849Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666865Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666890Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666915Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666974Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666990Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.666999Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667024Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667075Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667083Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667116Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667133Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667141Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667299Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667308Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667326Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667376Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667426Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667435Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667452Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667480Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667519Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667530Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667573Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667594Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667616Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667665Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667693Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667707Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667789Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667816Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667835Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667843Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667898Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667907Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667917Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667926Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667956Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667974Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.667993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668103Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668112Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668121Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668140Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668159Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668195Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668240Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668380Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668408Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668434Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668487Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668592Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668783Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668836Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.668995Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669055Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669115Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669220Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669349Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669429Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669481Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669508Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669586Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669724Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669751Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.669991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670148Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670317Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670385Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670491Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670526Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670535Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670551Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670583Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670592Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670602Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670675Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670705Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670713Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670740Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670808Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670857Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670889Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670931Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670942Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670953Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670977Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.670996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671015Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671023Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671051Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671059Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671077Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671095Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671113Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671131Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671140Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671205Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671262Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671342Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671369Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671434Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671443Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671452Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671479Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671497Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671506Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671533Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671542Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671551Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671569Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671578Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671614Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671623Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671642Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671652Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671661Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671670Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671688Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671711Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671729Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671738Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671774Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671783Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671792Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671801Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671867Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671877Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671905Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671914Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671941Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.671991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672028Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672045Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672073Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672113Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672131Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672140Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672167Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672176Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672185Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672239Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672249Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672267Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672336Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672367Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672394Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672421Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672447Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672541Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672603Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672716Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672809Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672835Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.672978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673044Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673123Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673240Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673359Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673384Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673514Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673644Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673670Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673734Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.673984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674036Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674062Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674136Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674182Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674234Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674244Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674307Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674319Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674330Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674340Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674350Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674372Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674382Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674403Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674457Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674532Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674557Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674565Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674574Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674582Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674591Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674599Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674615Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674624Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674653Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674682Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674708Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674731Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674741Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674817Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674927Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674945Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.674992Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675001Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675020Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675049Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675067Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675077Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675086Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675096Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675133Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675142Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675160Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675169Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675178Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675187Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675205Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675223Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675231Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675260Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675303Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675313Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675331Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675340Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675349Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675359Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675386Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675422Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675431Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675458Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675476Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675484Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675495Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675522Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675531Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675540Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675549Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675557Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675567Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675576Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675603Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675620Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675648Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675657Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675666Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675675Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675707Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675737Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675746Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675883Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675892Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675910Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675928Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675938Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675947Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675957Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675984Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.675993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676011Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676020Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676056Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676074Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676084Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676093Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676102Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676147Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676157Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676184Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676193Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676201Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676243Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676253Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676353Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676449Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676474Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676524Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676548Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676572Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676645Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676732Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.676987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677036Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677119Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677181Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677212Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677361Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677415Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677467Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677493Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677519Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677544Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677622Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677677Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677712Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677765Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677791Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677818Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677844Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677922Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.677977Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678005Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678084Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678189Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678314Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678383Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678392Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678401Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678410Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678419Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678437Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678446Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678464Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678482Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678491Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678500Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678509Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678518Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678572Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678581Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678601Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678610Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678628Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678665Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678674Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678683Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678692Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678708Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678717Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678726Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678762Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678781Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678790Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678799Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678807Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678816Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678864Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678873Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678891Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678900Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678927Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678936Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678945Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678973Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678982Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.678991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679009Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679018Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679055Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679064Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679073Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679082Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679091Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679100Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679109Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679164Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679173Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679182Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679227Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679235Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679244Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679254Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679273Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679282Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679305Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679315Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679324Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679342Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679351Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679369Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679396Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679423Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679432Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679442Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679451Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679478Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679498Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679507Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679516Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679525Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679597Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679605Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679615Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679624Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679633Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679642Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679669Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679678Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679696Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679710Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679721Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679748Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679757Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679766Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679775Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679784Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679793Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679829Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679847Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679865Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679884Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679893Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679902Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679911Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679920Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679939Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679948Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679958Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679967Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679976Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.679994Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680003Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680012Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680048Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680057Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680094Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680102Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680111Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680120Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680129Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680149Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680159Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680177Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680205Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680224Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680242Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680251Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680270Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680279Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680402Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680489Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680517Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680572Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680600Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680627Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680655Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680722Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680782Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680865Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680893Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680922Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680950Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.680978Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681006Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681041Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681104Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681137Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681232Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681259Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681302Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681332Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681365Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681394Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681421Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681447Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681473Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681525Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681632Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681658Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681691Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681763Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681795Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681854Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681906Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681979Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.681998Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682007Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682016Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682034Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682070Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682079Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682088Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682106Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682115Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682124Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682134Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682152Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682161Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682170Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682199Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682217Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682239Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682282Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682311Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682322Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682355Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682366Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682377Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682397Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682407Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682427Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682446Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682456Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682468Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682477Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682487Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682495Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682537Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682562Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682595Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682613Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682630Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682638Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682663Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682711Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682719Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682728Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682736Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682761Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682771Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682779Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682787Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682796Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682804Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682812Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682829Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682862Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682896Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682955Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682972Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.682996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683021Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683029Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683038Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683046Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683062Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683071Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683113Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683179Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683213Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683221Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683229Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683246Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683254Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683271Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683281Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683302Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683311Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683337Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683345Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683437Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683445Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683461Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683478Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683495Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683503Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683511Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683519Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683527Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683544Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683552Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683560Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683568Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683576Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683584Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683593Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683601Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683609Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683618Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683635Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683651Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683660Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683695Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683720Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683739Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683747Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683755Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683764Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683772Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683788Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683797Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683805Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683813Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683821Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683830Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683838Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683863Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683871Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683888Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683897Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683913Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683922Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683933Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683954Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683964Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683974Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.683993Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684003Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684022Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684032Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684054Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684065Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684087Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684119Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684140Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684162Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684172Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684182Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684209Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684218Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684227Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684245Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684254Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684263Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684281Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684409Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684440Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684499Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684563Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684590Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684626Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684723Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684751Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684803Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684830Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684856Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684882Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684908Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684961Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.684987Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685014Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685040Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685092Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685154Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685314Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685390Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685418Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685445Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685494Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685518Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685542Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685566Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685591Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685616Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685641Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685665Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685690Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685725Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685749Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685773Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685798Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685822Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685846Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685894Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685919Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685970Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.685994Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686066Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686090Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686114Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686139Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686150Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686158Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686166Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686175Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686183Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686191Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686200Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686208Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686216Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686225Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686233Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686241Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686250Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686258Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686266Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686275Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686283Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686310Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686318Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686327Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686335Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686343Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686352Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686360Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686370Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686378Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686404Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686412Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686420Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686428Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686436Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686445Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686453Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686470Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686479Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686487Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686495Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686503Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686512Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686520Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686528Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686536Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686545Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686553Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686561Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686570Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686587Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686604Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686612Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686621Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686629Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686637Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686646Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686654Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686662Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686671Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686679Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686687Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686696Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686710Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686718Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686743Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686751Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686760Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686768Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686777Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686786Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686794Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686810Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686819Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686827Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686835Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686843Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686852Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686860Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686868Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686876Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686885Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686893Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686918Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686926Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686934Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686943Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686951Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686959Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686968Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686977Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686985Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.686994Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687002Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687010Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687019Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687027Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687035Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687043Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687052Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687060Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687068Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687076Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687093Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687101Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687110Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687118Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687127Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687135Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687143Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687151Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687160Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687168Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687178Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687186Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687194Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687203Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687211Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687219Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687236Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687244Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687261Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687269Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687278Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687311Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687320Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687329Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687337Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687346Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687354Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687362Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687371Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687379Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687387Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687395Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687405Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687413Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687421Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687430Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687438Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687447Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687455Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687463Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687471Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687480Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687488Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687496Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687504Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687513Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687521Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687529Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687538Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687546Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687554Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687562Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687571Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687579Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687588Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687596Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687606Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687614Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687623Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687639Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687647Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687664Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687672Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687681Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687689Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687697Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687710Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687719Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687735Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687744Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687752Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687761Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687769Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687777Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687785Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687794Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687811Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687820Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687828Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687837Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687845Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687853Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687861Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687870Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687879Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687887Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687895Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687904Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687912Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687921Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687937Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687946Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687954Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687963Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687971Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687980Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.687996Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688004Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688014Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688022Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688030Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688039Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688047Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688055Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688063Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688072Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688080Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688089Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688097Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688105Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688113Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688122Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688130Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688138Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688146Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688155Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688163Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688171Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688188Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688196Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688205Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688214Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688230Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688238Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688247Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688255Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688264Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688272Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.688280Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689222Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689254Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689281Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689333Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689363Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689389Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689414Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689438Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689462Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689486Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689510Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689534Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689558Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689583Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689607Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689631Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689656Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689680Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689727Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689753Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689778Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689802Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689826Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689850Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689874Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689901Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689929Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689958Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.689988Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690013Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690037Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690061Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690085Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690108Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690132Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690156Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690180Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690204Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690228Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690252Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690276Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690318Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690344Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690368Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690393Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690417Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690441Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690465Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690490Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690515Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690543Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690569Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690594Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690619Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690643Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690673Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690698Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690730Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690756Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690780Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690806Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690831Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690855Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690880Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690909Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690923Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690932Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690940Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690949Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690958Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690966Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690975Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690983Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.690991Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.691000Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.691008Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.691017Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.691025Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.691033Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.691042Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.691050Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [INFO] [stdout] 2026-04-23T18:41:24.691058Z  WARN redis_replicator_rs::aof::parser: Parse error: Protocol error in protocol: Unexpected end of stream [WARN] too many lines in the log, truncating it