============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_kafka_streams.py F

=================================== FAILURES ===================================
__________________________ TestYdbTopicWorkload.test ___________________________
ydb/tests/stress/kafka/tests/test_kafka_streams.py:24: in test
    yatest.common.execute([
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/kafka_streams_test --endpoint grpc://localhost:14519 --database /Root --bootstrap http://localhost:27594 --source-path test-topic --target-path target-topic --consumer workload-consumer-0 --num-workers 2 --duration 120' has failed with code 255.
E   Errors:
E   ...t org.apache.kafka.clients.producer.internals.TransactionManager$TxnRequestHandler.onComplete(TransactionManager.java:1207)
E   	at org.apache.kafka.clients.ClientResponse.onComplete(ClientResponse.java:109)
E   	at org.apache.kafka.clients.NetworkClient.completeResponses(NetworkClient.java:583)
E   	at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:575)
E   	at org.apache.kafka.clients.producer.internals.Sender.maybeSendAndPollTransactionalRequest(Sender.java:426)
E   	at org.apache.kafka.clients.producer.internals.Sender.runOnce(Sender.java:316)
E   	at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:243)
E   	at java.base/java.lang.Thread.run(Thread.java:840)
E   Traceback (most recent call last):
E     File "contrib/tools/python3/Lib/runpy.py", line 198, in _run_module_as_main
E       return _run_code(code, main_globals, None,
E              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/tools/python3/Lib/runpy.py", line 88, in _run_code
E       exec(code, run_globals)
E     File "ydb/tests/stress/kafka/__main__.py", line 27, in <module>
E       workload.loop()
E     File "ydb/tests/stress/kafka/workload/__init__.py", line 123, in loop
E       assert totalMessCountTest == totalMessCountTarget, f"Source and target {self.target_topic_path}-{i} topics total messages count are not equal:" + \
E              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: Source and target target-topic-0 topics total messages count are not equal:{totalMessCountTest} and {totalMessCountTarget} respectively.
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27594
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19152
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:471 Working directory: /home/runner/.ya/build/build_root/u3d8/000c58/r3tmp/kikimr_cluster_t_cvpqgm
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14519
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12463
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16324
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26282
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/tests/test-results/py3test/testing_out_stuff/test_kafka_streams.py.TestYdbTopicWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/tests/test-results/py3test/testing_out_stuff/test_kafka_streams.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_kfk0n47f.log --grpc-port=14519 --mon-port=12463 --ic-port=19152
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:14519/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/tests/test-results/py3test/testing_out_stuff/test_kafka_streams.py.TestYdbTopicWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/tests/test-results/py3test/testing_out_stuff/test_kafka_streams.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_kfk0n47f.log --grpc-port=14519 --mon-port=12463 --ic-port=19152
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/tests/test-results/py3test/testing_out_stuff/test_kafka_streams.py.TestYdbTopicWorkload.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/tests/test-results/py3test/testing_out_stuff/test_kafka_streams.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_kfk0n47f.log', '--grpc-port=14519', '--mon-port=12463', '--ic-port=19152')' in '/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/tests/test-results/py3test/testing_out_stuff/test_kafka_streams.py.TestYdbTopicWorkload.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1403807
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:14519/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1403808
DEBUG    ya.test:process.py:259 Command (pid 1403808) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1403808) elapsed time (sec): 0.8882875442504883
DEBUG    ya.test:process.py:263 Command (pid 1403808) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) maxrss: 477904
DEBUG    ya.test:process.py:263 Command (pid 1403808) minflt: 45485
DEBUG    ya.test:process.py:263 Command (pid 1403808) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) nivcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 1403808) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1403808) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1403808) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1403808) stime: 0.214858
DEBUG    ya.test:process.py:263 Command (pid 1403808) utime: 0.48224999999999996
DEBUG    ya.test:process.py:263 Command (pid 1403808) wtime: 0.903
DEBUG    ya.test:process.py:275 Command (pid 1403808) output:
Git info:
    Commit: 86ba66442bd642cef3d8eba24924ced3e827ddab
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 41bce1e88ea0ceca01468f2aadd8f2465193ac54 into c6ddb0f4c2628f4f86eace35fdf85ca9578d5403

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-ylgkavysoy
    Host information: 
        Linux ghrun-ylgkavysoy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 1403808) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 86ba66442bd642cef3d8eba24924ced3e827ddab
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 41bce1e88ea0ceca01468f2aadd8f2465193ac54 into c6ddb0f4c2628f4f86eace35fdf85ca9578d5403
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:418 Executing command = ['/home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14519', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19152\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14519', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19152\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1404558
DEBUG    ya.test:process.py:259 Command (pid 1404558) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1404558) elapsed time (sec): 1.1620774269104004
DEBUG    ya.test:process.py:263 Command (pid 1404558) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404558) inblock: 144
DEBUG    ya.test:process.py:263 Command (pid 1404558) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404558) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404558) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 1404558) maxrss: 567860
DEBUG    ya.test:process.py:263 Command (pid 1404558) minflt: 51714
DEBUG    ya.test:process.py:263 Command (pid 1404558) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1404558) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1404558) nivcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 1404558) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1404558) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1404558) nvcsw: 1086
DEBUG    ya.test:process.py:263 Command (pid 1404558) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1404558) stime: 0.32233
DEBUG    ya.test:process.py:263 Command (pid 1404558) utime: 0.577113
DEBUG    ya.test:process.py:263 Command (pid 1404558) wtime: 1.174
DEBUG    ya.test:process.py:275 Command (pid 1404558) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1404558) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:418 Executing command = ['/home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14519', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/u3d8/000c58/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14519', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1404707
DEBUG    ya.test:process.py:259 Command (pid 1404707) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1404707) elapsed time (sec): 1.3601000308990479
DEBUG    ya.test:process.py:263 Command (pid 1404707) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) maxrss: 568220
DEBUG    ya.test:process.py:263 Command (pid 1404707) minflt: 51818
DEBUG    ya.test:process.py:263 Command (pid 1404707) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) nivcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 1404707) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1404707) nvcsw: 675
DEBUG    ya.test:process.py:263 Command (pid 1404707) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1404707) stime: 0.231706
DEBUG    ya.test:process.py:263 Command (pid 1404707) utime: 0.606193
DEBUG    ya.test:process.py:263 Command (pid 1404707) wtime: 1.362
DEBUG    ya.test:process.py:275 Command (pid 1404707) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1404707) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:549 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:556 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 292de07c-1d9d-4b9a-8353-15bf954dc005, localhost:14519): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 292de07c-1d9d-4b9a-8353-15bf954dc005, localhost:14519): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 292de07c-1d9d-4b9a-8353-15bf954dc005, localhost:14519): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ylgkavysoy.auto.internal" port: 14519 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-ylgkavysoy.auto.internal:14519, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:14519
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_kafka_streams.py::TestYdbTopicWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/kafka_streams_test
DEBUG    ya.test:process.py:678 Command out will be placed to kafka_streams_test.out
DEBUG    ya.test:process.py:678 Command err will be placed to kafka_streams_test.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/kafka_streams_test', '--endpoint', 'grpc://localhost:14519', '--database', '/Root', '--bootstrap', 'http://localhost:27594', '--source-path', 'test-topic', '--target-path', 'target-topic', '--consumer', 'workload-consumer-0', '--num-workers', '2', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1404835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 48658889-074b-473d-a5ca-14b1cede3bcb, localhost:14519): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 48658889-074b-473d-a5ca-14b1cede3bcb, localhost:14519): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 48658889-074b-473d-a5ca-14b1cede3bcb, localhost:14519): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ylgkavysoy.auto.internal" port: 14519 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-ylgkavysoy.auto.internal:14519, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:14519
DEBUG    ya.test:process.py:259 Command (pid 1404835) rc: 255
DEBUG    ya.test:process.py:260 Command (pid 1404835) elapsed time (sec): 172.4852499961853
DEBUG    ya.test:process.py:263 Command (pid 1404835) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404835) inblock: 594872
DEBUG    ya.test:process.py:263 Command (pid 1404835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1404835) majflt: 333
DEBUG    ya.test:process.py:263 Command (pid 1404835) maxrss: 900816
DEBUG    ya.test:process.py:263 Command (pid 1404835) minflt: 1058796
DEBUG    ya.test:process.py:263 Command (pid 1404835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1404835) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1404835) nivcsw: 21656
DEBUG    ya.test:process.py:263 Command (pid 1404835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1404835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1404835) nvcsw: 162930
DEBUG    ya.test:process.py:263 Command (pid 1404835) oublock: 1851256
DEBUG    ya.test:process.py:263 Command (pid 1404835) stime: 9.448093
DEBUG    ya.test:process.py:263 Command (pid 1404835) utime: 63.803905
DEBUG    ya.test:process.py:263 Command (pid 1404835) wtime: 172.478
DEBUG    ya.test:process.py:275 Command (pid 1404835) output:
...TITIONS_TO_TXN, apiVersion=3, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=126, headerVersion=2) and timeout 30000 to node 1: AddPartitionsToTxnRequestData(transactionalId='workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1', producerId=2, producerEpoch=0, topics=[AddPartitionsToTxnTopic(name='workload-consumer-0-state-store-changelog', partitions=[7, 5, 3, 1, 9]), AddPartitionsToTxnTopic(name='target-topic-0', partitions=[9, 3, 0, 1, 7, 4, 5])]) (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,615] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,615] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,646] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Begin adding new partition target-topic-0-8 to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)
[2025-11-10 18:27:18,654] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Begin adding new partition target-topic-0-6 to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)
[2025-11-10 18:27:18,656] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Begin adding new partition target-topic-0-2 to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)
[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Received ADD_PARTITIONS_TO_TXN response from node 1 for request with header RequestHeader(apiKey=ADD_PARTITIONS_TO_TXN, apiVersion=3, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=126, headerVersion=2): AddPartitionsToTxnResponseData(throttleTimeMs=0, results=[AddPartitionsToTxnTopicResult(name='workload-consumer-0-state-store-changelog', results=[AddPartitionsToTxnPartitionResult(partitionIndex=7, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=5, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=3, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=1, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=9, errorCode=0)]), AddPartitionsToTxnTopicResult(name='target-topic-0', results=[AddPartitionsToTxnPartitionResult(partitionIndex=9, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=3, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=0, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=1, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=7, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=4, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=5, errorCode=0)])]) (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Successfully added partitions [workload-consumer-0-state-store-changelog-7, workload-consumer-0-state-store-changelog-5, target-topic-0-9, workload-consumer-0-state-store-changelog-3, workload-consumer-0-state-store-changelog-1, target-topic-0-3, target-topic-0-0, target-topic-0-1, target-topic-0-7, target-topic-0-4, workload-consumer-0-state-store-changelog-9, target-topic-0-5] to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)
[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Enqueuing transactional request AddPartitionsToTxnRequestData(transactionalId='workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1', producerId=2, producerEpoch=0, topics=[AddPartitionsToTxnTopic(name='target-topic-0', partitions=[8, 2, 6])]) (org.apache.kafka.clients.producer.internals.TransactionManager)
[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending transactional request AddPartitionsToTxnRequestData(transactionalId='workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1', producerId=2, producerEpoch=0, topics=[AddPartitionsToTxnTopic(name='target-topic-0', partitions=[8, 2, 6])]) to node localhost:27594 (id: 1 rack: null) with correlation ID 127 (org.apache.kafka.clients.producer.internals.Sender)
[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending ADD_PARTITIONS_TO_TXN request with header RequestHeader(apiKey=ADD_PARTITIONS_TO_TXN, apiVersion=3, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=127, headerVersion=2) and timeout 30000 to node 1: AddPartitionsToTxnRequestData(transactionalId='workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1', producerId=2, producerEpoch=0, topics=[AddPartitionsToTxnTopic(name='target-topic-0', partitions=[8, 2, 6])]) (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Received ADD_PARTITIONS_TO_TXN response from node 1 for request with header RequestHeader(apiKey=ADD_PARTITIONS_TO_TXN, apiVersion=3, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=127, headerVersion=2): AddPartitionsToTxnResponseData(throttleTimeMs=0, results=[AddPartitionsToTxnTopicResult(name='target-topic-0', results=[AddPartitionsToTxnPartitionResult(partitionIndex=8, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=2, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=6, errorCode=0)])]) (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Successfully added partitions [target-topic-0-8, target-topic-0-2, target-topic-0-6] to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 23 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 17 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 15 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 16 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 18 being sent to partition target-topic-0-4 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 25 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,670] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,670] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=128, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[target-topic-0-8=10363,target-topic-0-9=10363,workload-consumer-0-state-store-changelog-7=310,workload-consumer-0-state-store-changelog-5=310,workload-consumer-0-state-store-changelog-3=310,workload-consumer-0-state-store-changelog-1=335,target-topic-0-2=10363,target-topic-0-3=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-4=10363,workload-consumer-0-state-store-changelog-9=310,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,674] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-5, workload-consumer-1-state-store-changelog-7, workload-consumer-1-state-store-changelog-1, workload-consumer-1-state-store-changelog-3, workload-consumer-1-state-store-changelog-9] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,681] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,704] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 24 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,721] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 18 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,722] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition workload-consumer-0-state-store-changelog-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,722] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition workload-consumer-0-state-store-changelog-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,722] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,712] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-5, workload-consumer-2-state-store-changelog-3, workload-consumer-2-state-store-changelog-9, workload-consumer-2-state-store-changelog-7, workload-consumer-2-state-store-changelog-1] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,712] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-6, workload-consumer-1-state-store-changelog-8, workload-consumer-1-state-store-changelog-2, workload-consumer-1-state-store-changelog-4, workload-consumer-1-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,733] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,733] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,717] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,733] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,730] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 16 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 17 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-4 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 26 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,735] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=129, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[target-topic-0-8=10363,target-topic-0-9=10363,workload-consumer-0-state-store-changelog-3=160,workload-consumer-0-state-store-changelog-1=160,target-topic-0-2=10363,target-topic-0-3=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-4=10363,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,736] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 27 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,738] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 25 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition workload-consumer-0-state-store-changelog-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 25 being sent to partition workload-consumer-0-state-store-changelog-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 17 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 18 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,769] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-4 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,777] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=130, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[target-topic-0-8=10363,workload-consumer-0-state-store-changelog-5=160,target-topic-0-9=10363,workload-consumer-0-state-store-changelog-3=85,target-topic-0-2=10363,target-topic-0-3=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-4=10363,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 28 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 26 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition workload-consumer-0-state-store-changelog-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 25 being sent to partition workload-consumer-0-state-store-changelog-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 23 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition target-topic-0-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 23 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 18 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-4 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,779] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=131, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[workload-consumer-0-state-store-changelog-7=110,target-topic-0-8=10363,workload-consumer-0-state-store-changelog-5=85,target-topic-0-9=10363,target-topic-0-2=10363,target-topic-0-3=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-4=10363,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,779] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 29 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,779] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 27 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,779] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 24 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 23 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 24 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)
[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=132, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[target-topic-0-8=10363,target-topic-0-9=10363,target-topic-0-2=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)
[2025-11-10 18:27:18,782] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-5, workload-consumer-1-state-store-changelog-7, workload-consumer-1-state-store-changelog-1, workload-consumer-1-state-store-changelog-3, workload-consumer-1-state-store-changelog-9] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,782] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,786] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] stream-thread [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] stream-task [0_1] Flushing all store caches registered in the state manager: {state-store=StateStoreMetadata (state-store : workload-consumer-0-state-store-changelog-1 @ 0} (org.apache.kafka.streams.processor.internals.ProcessorStateManager)
[2025-11-10 18:27:18,786] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] stream-thread [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] stream-task [0_1] Flushing record collector (org.apache.kafka.streams.processor.internals.RecordCollectorImpl)
[2025-11-10 18:27:18,834] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-6, workload-consumer-1-state-store-changelog-8, workload-consumer-1-state-store-changelog-2, workload-consumer-1-state-store-changelog-4, workload-consumer-1-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,834] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,837] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-5, workload-consumer-2-state-store-changelog-3, workload-consumer-2-state-store-changelog-9, workload-consumer-2-state-store-changelog-7, workload-consumer-2-state-store-changelog-1] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,841] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,840] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,841] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,883] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-5, workload-consumer-1-state-store-changelog-7, workload-consumer-1-state-store-changelog-1, workload-consumer-1-state-store-changelog-3, workload-consumer-1-state-store-changelog-9] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,894] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,941] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-6, workload-consumer-1-state-store-changelog-8, workload-consumer-1-state-store-changelog-2, workload-consumer-1-state-store-changelog-4, workload-consumer-1-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,941] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,942] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-5, workload-consumer-2-state-store-changelog-3, workload-consumer-2-state-store-changelog-9, workload-consumer-2-state-store-changelog-7, workload-consumer-2-state-store-changelog-1] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,942] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,945] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,948] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:18,999] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-5, workload-consumer-1-state-store-changelog-7, workload-consumer-1-state-store-changelog-1, workload-consumer-1-state-store-changelog-3, workload-consumer-1-state-store-changelog-9] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:18,999] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:19,043] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-6, workload-consumer-1-state-store-changelog-8, workload-consumer-1-state-store-changelog-2, workload-consumer-1-state-store-changelog-4, workload-consumer-1-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:19,049] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)
[2025-11-10 18:27:19,050] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
[2025-11-10 18:27:19,045] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-5, workload-consumer-2-state-store-changelog-3, workload-consumer-2-state-store-changelog-9, workload-consumer-2-state-store-changelog-7, workload-consumer-2-state-store-changelog-1] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)
Creating test topic
Running workload topic run
NumWorkers:  2
Bootstrap: http://localhost:27594 Endpoint: grpc://localhost:14519 Database: /Root
-----------------
Waiting for 120 sec
Killing processes
PublicDescribeTopicResult(self=<ydb.scheme.SchemeEntry object at 0x7be1af6738c0>, min_active_partitions=10, max_active_partitions=1, partition_count_limit=0, partitions=[PublicDescribeTopicResult.PartitionInfo(partition_id=0, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 528000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279612, per_day=279612), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=1, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 500000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279585, per_day=279585), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=2, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 506000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=3, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 513000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=4, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 506000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279612, per_day=279612), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=5, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 559000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=6, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 554000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=7, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 548000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=8, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 510000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279612, per_day=279612), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=9, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 519000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279585, per_day=279585), partition_node_id=1))], retention_period=seconds: 86400
, retention_storage_mb=0, supported_codecs=[], partition_write_speed_bytes_per_second=1048576, partition_write_burst_bytes=1048576, attributes={'_partitions_per_tablet': '1', '__max_partition_message_groups_seqno_stored': '6000000', '_message_group_seqno_retention_period_ms': '1382400000'}, consumers=[PublicConsumer(name='workload-consumer-0', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 783000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='targetCheckerConsumer', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 783000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='targetCheckerConsumer-0', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 783000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='targetCheckerConsumer-1', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 784000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='targetCheckerConsumer-2', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 784000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='workload-consumer-2', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 30, 610000), max_read_time_lag=datetime.timedelta(seconds=14, microseconds=721000), max_write_time_lag=datetime.timedelta(microseconds=348000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='workload-consumer-1', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 32, 999000), max_read_time_lag=datetime.timedelta(seconds=17, microseconds=152000), max_write_time_lag=datetime.timedelta(microseconds=348000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0)))], metering_mode=<PublicMeteringMode.UNSPECIFIED: 0>, topic_stats=PublicDescribeTopicResult.TopicStats(store_size_bytes=0, min_last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 506000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=2847846, per_day=2847846)), auto_partitioning_settings=PublicAutoPartitioningSettings(strategy=<PublicAutoPartitioningStrategy.DISABLED: 1>, stabilization_window=datetime.timedelta(seconds=300), down_utilization_percent=20, up_utilization_percent=80))
Have no new messages in a second
Have no new messages in a second
target target-topic-0. totalMessCountTest = 275,totalMessCountTarget = {totalMessCountTarget}

DEBUG    ya.test:process.py:276 Command (pid 1404835) errors:
2025-11-10T18:25:06.710078Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2
2025-11-10T18:25:08.715382Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2
2025-11-10T18:25:10.720814Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2
2025-11-10T18:25:12.727024Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2
2025-11-10T18:25:14.729109Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2
2025-11-10T18:25:18.498715Z :WARNING: [/Root]  TraceId []  SessionId [94704728-be6211f0-9b9f10d0-95e405d2|9d555edc-dfb39ab8-678772b8-36ff8268_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.501154Z :WARNING: [/Root]  TraceId []  SessionId [947e49c2-be6211f0-8bccc052-3b8cb07a|83e76154-cfacee7f-e36c3272-addbc820_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.502050Z :WARNING: [/Root]  TraceId []  SessionId [947f2d60-be6211f0-88689505-81db5fea|92993f12-3606a124-2a513584-b3bd3568_0]  PartitionId [4] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.502263Z :WARNING: [/Root]  TraceId []  SessionId [94833c2a-be6211f0-bf6ee6f0-35e9315d|ad790dfc-a807eb83-f0773f56-1fe4bff9_0]  PartitionId [5] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.509489Z :WARNING: [/Root]  TraceId []  SessionId [948b0d74-be6211f0-8c2a7a8e-4bb1ac9a|461a24c2-750d271-20436e60-c5620b25_0]  PartitionId [6] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.511430Z :WARNING: [/Root]  TraceId []  SessionId [948bf4f0-be6211f0-8bddfa24-71b96e26|3ec8b045-da5d3611-f8127e9e-6c19c26b_0]  PartitionId [7] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.515444Z :WARNING: [/Root]  TraceId []  SessionId [948d1538-be6211f0-85353a4c-d921918d|a309bb5a-3e9eeaf8-f8487c7c-50a925de_0]  PartitionId [8] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.515735Z :WARNING: [/Root]  TraceId []  SessionId [948dd356-be6211f0-8f4ec3a0-d482569|49ec7f87-6fe40b7-57e30b99-77c61197_0]  PartitionId [9] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.515966Z :WARNING: [/Root]  TraceId []  SessionId [948e360c-be6211f0-97ee6e79-e3827d6a|d512b0e1-ca659ce6-c91c7810-aef795aa_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-10T18:25:18.516149Z :WARNING: [/Root]  TraceId []  SessionId [948e886e-be6211f0-b414d6fe-9cb8584|98a8b71c-dd2a0058-49ffcb3-b984ebf2_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
org.apache.kafka.streams.errors.StreamsException: Error encountered trying to commit a transaction [stream-thread [main]]
	at org.apache.kafka.streams.processor.internals.StreamsProducer.commitTransaction(StreamsProducer.java:313)
	at org.apache.kafka.streams.processor.internals.TaskExecutor.commitOffsetsOrTransaction(TaskExecutor.java:203)
	at org.apache.kafka.streams.processor.internals.TaskExecutor.commitTasksAndMaybeUpdateCommittableOffsets(TaskExecutor.java:154)
	at org.apache.kafka.streams.processor.internals.TaskManager.commitTasksAndMaybeUpdateCommittableOffsets(TaskManager.java:1639)
	at org.apache.kafka.streams.processor.internals.TaskManager.commit(TaskManager.java:1607)
	at org.apache.kafka.streams.processor.internals.StreamThread.maybeCommit(StreamThread.java:1109)
	at org.apache.kafka.streams.processor.internals.StreamThread.runOnce(StreamThread.java:829)
	at org.apache.kafka.streams.processor.internals.StreamThread.runLoop(StreamThread.java:613)
	at org.apache.kafka.streams.processor.internals.StreamThread.run(StreamThread.java:575)
Caused by: org.apache.kafka.common.KafkaException: Unhandled error in EndTxnResponse: The broker is not available.
	at org.apache.kafka.clients.producer.internals.TransactionManager$EndTxnHandler.handleResponse(TransactionManager.java:1531)
	at org.apache.kafka.clients.producer.internals.TransactionManager$TxnRequestHandler.onComplete(TransactionManager.java:1207)
	at org.apache.kafka.clients.ClientResponse.onComplete(ClientResponse.java:109)
	at org.apache.kafka.clients.NetworkClient.completeResponses(NetworkClient.java:583)
	at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:575)
	at org.apache.kafka.clients.producer.internals.Sender.maybeSendAndPollTransactionalRequest(Sender.java:426)
	at org.apache.kafka.clients.producer.internals.Sender.runOnce(Sender.java:316)
	at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:243)
	at java.base/java.lang.Thread.run(Thread.java:840)
Traceback (most recent call last):
  File "contrib/tools/python3/Lib/runpy.py", line 198, in _run_module_as_main
    return _run_code(code, main_globals, None,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/runpy.py", line 88, in _run_code
    exec(code, run_globals)
  File "ydb/tests/stress/kafka/__main__.py", line 27, in <module>
    workload.loop()
  File "ydb/tests/stress/kafka/workload/__init__.py", line 123, in loop
    assert totalMessCountTest == totalMessCountTarget, f"Source and target {self.target_topic_path}-{i} topics total messages count are not equal:" + \
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Source and target target-topic-0 topics total messages count are not equal:{totalMessCountTest} and {totalMessCountTarget} respectively.

ERROR    ya.test:process.py:416 Execution failed with exit code: 255
	,std_out:b"...TITIONS_TO_TXN, apiVersion=3, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=126, headerVersion=2) and timeout 30000 to node 1: AddPartitionsToTxnRequestData(transactionalId='workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1', producerId=2, producerEpoch=0, topics=[AddPartitionsToTxnTopic(name='workload-consumer-0-state-store-changelog', partitions=[7, 5, 3, 1, 9]), AddPartitionsToTxnTopic(name='target-topic-0', partitions=[9, 3, 0, 1, 7, 4, 5])]) (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,615] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,615] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,646] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Begin adding new partition target-topic-0-8 to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)\n[2025-11-10 18:27:18,654] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Begin adding new partition target-topic-0-6 to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)\n[2025-11-10 18:27:18,656] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Begin adding new partition target-topic-0-2 to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)\n[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Received ADD_PARTITIONS_TO_TXN response from node 1 for request with header RequestHeader(apiKey=ADD_PARTITIONS_TO_TXN, apiVersion=3, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=126, headerVersion=2): AddPartitionsToTxnResponseData(throttleTimeMs=0, results=[AddPartitionsToTxnTopicResult(name='workload-consumer-0-state-store-changelog', results=[AddPartitionsToTxnPartitionResult(partitionIndex=7, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=5, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=3, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=1, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=9, errorCode=0)]), AddPartitionsToTxnTopicResult(name='target-topic-0', results=[AddPartitionsToTxnPartitionResult(partitionIndex=9, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=3, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=0, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=1, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=7, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=4, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=5, errorCode=0)])]) (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Successfully added partitions [workload-consumer-0-state-store-changelog-7, workload-consumer-0-state-store-changelog-5, target-topic-0-9, workload-consumer-0-state-store-changelog-3, workload-consumer-0-state-store-changelog-1, target-topic-0-3, target-topic-0-0, target-topic-0-1, target-topic-0-7, target-topic-0-4, workload-consumer-0-state-store-changelog-9, target-topic-0-5] to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)\n[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Enqueuing transactional request AddPartitionsToTxnRequestData(transactionalId='workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1', producerId=2, producerEpoch=0, topics=[AddPartitionsToTxnTopic(name='target-topic-0', partitions=[8, 2, 6])]) (org.apache.kafka.clients.producer.internals.TransactionManager)\n[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending transactional request AddPartitionsToTxnRequestData(transactionalId='workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1', producerId=2, producerEpoch=0, topics=[AddPartitionsToTxnTopic(name='target-topic-0', partitions=[8, 2, 6])]) to node localhost:27594 (id: 1 rack: null) with correlation ID 127 (org.apache.kafka.clients.producer.internals.Sender)\n[2025-11-10 18:27:18,661] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending ADD_PARTITIONS_TO_TXN request with header RequestHeader(apiKey=ADD_PARTITIONS_TO_TXN, apiVersion=3, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=127, headerVersion=2) and timeout 30000 to node 1: AddPartitionsToTxnRequestData(transactionalId='workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1', producerId=2, producerEpoch=0, topics=[AddPartitionsToTxnTopic(name='target-topic-0', partitions=[8, 2, 6])]) (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Received ADD_PARTITIONS_TO_TXN response from node 1 for request with header RequestHeader(apiKey=ADD_PARTITIONS_TO_TXN, apiVersion=3, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=127, headerVersion=2): AddPartitionsToTxnResponseData(throttleTimeMs=0, results=[AddPartitionsToTxnTopicResult(name='target-topic-0', results=[AddPartitionsToTxnPartitionResult(partitionIndex=8, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=2, errorCode=0), AddPartitionsToTxnPartitionResult(partitionIndex=6, errorCode=0)])]) (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Successfully added partitions [target-topic-0-8, target-topic-0-2, target-topic-0-6] to transaction (org.apache.kafka.clients.producer.internals.TransactionManager)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 23 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 17 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 15 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 16 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 18 being sent to partition target-topic-0-4 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,669] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 25 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,670] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 11 being sent to partition workload-consumer-0-state-store-changelog-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,670] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=128, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[target-topic-0-8=10363,target-topic-0-9=10363,workload-consumer-0-state-store-changelog-7=310,workload-consumer-0-state-store-changelog-5=310,workload-consumer-0-state-store-changelog-3=310,workload-consumer-0-state-store-changelog-1=335,target-topic-0-2=10363,target-topic-0-3=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-4=10363,workload-consumer-0-state-store-changelog-9=310,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,674] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-5, workload-consumer-1-state-store-changelog-7, workload-consumer-1-state-store-changelog-1, workload-consumer-1-state-store-changelog-3, workload-consumer-1-state-store-changelog-9] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,681] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,704] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 24 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,721] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 18 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,722] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition workload-consumer-0-state-store-changelog-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,722] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition workload-consumer-0-state-store-changelog-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,722] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,712] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-5, workload-consumer-2-state-store-changelog-3, workload-consumer-2-state-store-changelog-9, workload-consumer-2-state-store-changelog-7, workload-consumer-2-state-store-changelog-1] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,712] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-6, workload-consumer-1-state-store-changelog-8, workload-consumer-1-state-store-changelog-2, workload-consumer-1-state-store-changelog-4, workload-consumer-1-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,733] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,733] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,717] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,733] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,730] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 16 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 17 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-4 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,734] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 26 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,735] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=129, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[target-topic-0-8=10363,target-topic-0-9=10363,workload-consumer-0-state-store-changelog-3=160,workload-consumer-0-state-store-changelog-1=160,target-topic-0-2=10363,target-topic-0-3=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-4=10363,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,736] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 27 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,738] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 25 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition workload-consumer-0-state-store-changelog-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 25 being sent to partition workload-consumer-0-state-store-changelog-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 17 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,757] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 18 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,769] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-4 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,777] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=130, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[target-topic-0-8=10363,workload-consumer-0-state-store-changelog-5=160,target-topic-0-9=10363,workload-consumer-0-state-store-changelog-3=85,target-topic-0-2=10363,target-topic-0-3=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-4=10363,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 28 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 26 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition workload-consumer-0-state-store-changelog-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 25 being sent to partition workload-consumer-0-state-store-changelog-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 23 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition target-topic-0-3 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 22 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 23 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 18 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,778] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-4 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,779] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=131, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[workload-consumer-0-state-store-changelog-7=110,target-topic-0-8=10363,workload-consumer-0-state-store-changelog-5=85,target-topic-0-9=10363,target-topic-0-2=10363,target-topic-0-3=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-4=10363,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,779] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 29 being sent to partition target-topic-0-5 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,779] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 27 being sent to partition target-topic-0-8 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,779] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 21 being sent to partition target-topic-0-9 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 24 being sent to partition target-topic-0-2 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 23 being sent to partition target-topic-0-0 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 24 being sent to partition target-topic-0-1 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 19 being sent to partition target-topic-0-6 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Assigned producerId 2 and producerEpoch 0 to batch with base sequence 20 being sent to partition target-topic-0-7 (org.apache.kafka.clients.producer.internals.RecordAccumulator)\n[2025-11-10 18:27:18,780] DEBUG [kafka-producer-network-thread | workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer] [Producer clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, transactionalId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-1] Sending PRODUCE request with header RequestHeader(apiKey=PRODUCE, apiVersion=9, clientId=workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1-producer, correlationId=132, headerVersion=2) and timeout 30000 to node 1: {acks=-1,timeout=30000,partitionSizes=[target-topic-0-8=10363,target-topic-0-9=10363,target-topic-0-2=10363,target-topic-0-0=10363,target-topic-0-1=10363,target-topic-0-6=10363,target-topic-0-7=10363,target-topic-0-5=10363]} (org.apache.kafka.clients.NetworkClient)\n[2025-11-10 18:27:18,782] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-5, workload-consumer-1-state-store-changelog-7, workload-consumer-1-state-store-changelog-1, workload-consumer-1-state-store-changelog-3, workload-consumer-1-state-store-changelog-9] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,782] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,786] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] stream-thread [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] stream-task [0_1] Flushing all store caches registered in the state manager: {state-store=StateStoreMetadata (state-store : workload-consumer-0-state-store-changelog-1 @ 0} (org.apache.kafka.streams.processor.internals.ProcessorStateManager)\n[2025-11-10 18:27:18,786] DEBUG [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] stream-thread [workload-consumer-0-98eb1739-3b47-4d2e-b816-e08029dfec0c-StreamThread-1] stream-task [0_1] Flushing record collector (org.apache.kafka.streams.processor.internals.RecordCollectorImpl)\n[2025-11-10 18:27:18,834] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-6, workload-consumer-1-state-store-changelog-8, workload-consumer-1-state-store-changelog-2, workload-consumer-1-state-store-changelog-4, workload-consumer-1-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,834] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,837] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-5, workload-consumer-2-state-store-changelog-3, workload-consumer-2-state-store-changelog-9, workload-consumer-2-state-store-changelog-7, workload-consumer-2-state-store-changelog-1] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,841] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,840] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,841] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,883] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-5, workload-consumer-1-state-store-changelog-7, workload-consumer-1-state-store-changelog-1, workload-consumer-1-state-store-changelog-3, workload-consumer-1-state-store-changelog-9] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,894] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,941] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-6, workload-consumer-1-state-store-changelog-8, workload-consumer-1-state-store-changelog-2, workload-consumer-1-state-store-changelog-4, workload-consumer-1-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,941] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,942] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-5, workload-consumer-2-state-store-changelog-3, workload-consumer-2-state-store-changelog-9, workload-consumer-2-state-store-changelog-7, workload-consumer-2-state-store-changelog-1] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,942] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,945] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,948] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:18,999] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-5, workload-consumer-1-state-store-changelog-7, workload-consumer-1-state-store-changelog-1, workload-consumer-1-state-store-changelog-3, workload-consumer-1-state-store-changelog-9] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:18,999] DEBUG [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] stream-thread [workload-consumer-1-77972c0c-c6b1-4c2a-adca-8d6df46ec309-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:19,043] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Finished restoring all changelogs [workload-consumer-1-state-store-changelog-6, workload-consumer-1-state-store-changelog-8, workload-consumer-1-state-store-changelog-2, workload-consumer-1-state-store-changelog-4, workload-consumer-1-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:19,049] DEBUG [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] stream-thread [workload-consumer-1-80630e63-4af8-4737-ac9b-5107df5b6c70-StreamThread-1] Committing task offsets {} (org.apache.kafka.streams.processor.internals.TaskExecutor)\n[2025-11-10 18:27:19,050] DEBUG [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] stream-thread [workload-consumer-2-bfc199cc-758d-4b3f-966a-fa306ca367ce-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-4, workload-consumer-2-state-store-changelog-2, workload-consumer-2-state-store-changelog-8, workload-consumer-2-state-store-changelog-6, workload-consumer-2-state-store-changelog-0] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\n[2025-11-10 18:27:19,045] DEBUG [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] stream-thread [workload-consumer-2-0400d85d-27bb-46fb-8aab-9b80b29161be-StreamThread-1] Finished restoring all changelogs [workload-consumer-2-state-store-changelog-5, workload-consumer-2-state-store-changelog-3, workload-consumer-2-state-store-changelog-9, workload-consumer-2-state-store-changelog-7, workload-consumer-2-state-store-changelog-1] (org.apache.kafka.streams.processor.internals.StoreChangelogReader)\nCreating test topic\nRunning workload topic run\nNumWorkers:  2\nBootstrap: http://localhost:27594 Endpoint: grpc://localhost:14519 Database: /Root\n-----------------\nWaiting for 120 sec\nKilling processes\nPublicDescribeTopicResult(self=<ydb.scheme.SchemeEntry object at 0x7be1af6738c0>, min_active_partitions=10, max_active_partitions=1, partition_count_limit=0, partitions=[PublicDescribeTopicResult.PartitionInfo(partition_id=0, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 528000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279612, per_day=279612), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=1, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 500000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279585, per_day=279585), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=2, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 506000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=3, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 513000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=4, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 506000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279612, per_day=279612), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=5, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 559000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=6, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 554000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=7, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=28, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 548000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=289968, per_day=289968), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=8, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 510000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279612, per_day=279612), partition_node_id=1)), PublicDescribeTopicResult.PartitionInfo(partition_id=9, active=True, child_partition_ids=[], parent_partition_ids=[], partition_stats=PublicPartitionStats(partition_start=0, partition_end=27, store_size_bytes=0, last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 519000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=279585, per_day=279585), partition_node_id=1))], retention_period=seconds: 86400\n, retention_storage_mb=0, supported_codecs=[], partition_write_speed_bytes_per_second=1048576, partition_write_burst_bytes=1048576, attributes={'_partitions_per_tablet': '1', '__max_partition_message_groups_seqno_stored': '6000000', '_message_group_seqno_retention_period_ms': '1382400000'}, consumers=[PublicConsumer(name='workload-consumer-0', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 783000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='targetCheckerConsumer', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 783000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='targetCheckerConsumer-0', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 783000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='targetCheckerConsumer-1', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 784000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='targetCheckerConsumer-2', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 3, 784000), max_read_time_lag=datetime.timedelta(0), max_write_time_lag=datetime.timedelta(microseconds=77000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='workload-consumer-2', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 30, 610000), max_read_time_lag=datetime.timedelta(seconds=14, microseconds=721000), max_write_time_lag=datetime.timedelta(microseconds=348000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0))), PublicConsumer(name='workload-consumer-1', important=False, read_from=datetime.datetime(1970, 1, 1, 0, 0), supported_codecs=[], attributes={'_service_type': 'data-streams'}, consumer_stats=PublicConsumer.ConsumerStats(min_partitions_last_read_time=datetime.datetime(2025, 11, 10, 18, 25, 32, 999000), max_read_time_lag=datetime.timedelta(seconds=17, microseconds=152000), max_write_time_lag=datetime.timedelta(microseconds=348000), bytes_read=MultipleWindowsStat(per_minute=0, per_hour=0, per_day=0)))], metering_mode=<PublicMeteringMode.UNSPECIFIED: 0>, topic_stats=PublicDescribeTopicResult.TopicStats(store_size_bytes=0, min_last_write_time=datetime.datetime(2025, 11, 10, 18, 25, 18, 506000), max_write_time_lag=datetime.timedelta(0), bytes_written=PublicMultipleWindowsStat(per_minute=0, per_hour=2847846, per_day=2847846)), auto_partitioning_settings=PublicAutoPartitioningSettings(strategy=<PublicAutoPartitioningStrategy.DISABLED: 1>, stabilization_window=datetime.timedelta(seconds=300), down_utilization_percent=20, up_utilization_percent=80))\nHave no new messages in a second\nHave no new messages in a second\ntarget target-topic-0. totalMessCountTest = 275,totalMessCountTarget = {totalMessCountTarget}\n"
	std_err:b'2025-11-10T18:25:06.710078Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2\n2025-11-10T18:25:08.715382Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2\n2025-11-10T18:25:10.720814Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2\n2025-11-10T18:25:12.727024Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2\n2025-11-10T18:25:14.729109Z :WARNING: No initial sequence number for ProducerId 94704728-be6211f0-9b9f10d0-95e405d2 PartitionId 2\n2025-11-10T18:25:18.498715Z :WARNING: [/Root]  TraceId []  SessionId [94704728-be6211f0-9b9f10d0-95e405d2|9d555edc-dfb39ab8-678772b8-36ff8268_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.501154Z :WARNING: [/Root]  TraceId []  SessionId [947e49c2-be6211f0-8bccc052-3b8cb07a|83e76154-cfacee7f-e36c3272-addbc820_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.502050Z :WARNING: [/Root]  TraceId []  SessionId [947f2d60-be6211f0-88689505-81db5fea|92993f12-3606a124-2a513584-b3bd3568_0]  PartitionId [4] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.502263Z :WARNING: [/Root]  TraceId []  SessionId [94833c2a-be6211f0-bf6ee6f0-35e9315d|ad790dfc-a807eb83-f0773f56-1fe4bff9_0]  PartitionId [5] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.509489Z :WARNING: [/Root]  TraceId []  SessionId [948b0d74-be6211f0-8c2a7a8e-4bb1ac9a|461a24c2-750d271-20436e60-c5620b25_0]  PartitionId [6] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.511430Z :WARNING: [/Root]  TraceId []  SessionId [948bf4f0-be6211f0-8bddfa24-71b96e26|3ec8b045-da5d3611-f8127e9e-6c19c26b_0]  PartitionId [7] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.515444Z :WARNING: [/Root]  TraceId []  SessionId [948d1538-be6211f0-85353a4c-d921918d|a309bb5a-3e9eeaf8-f8487c7c-50a925de_0]  PartitionId [8] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.515735Z :WARNING: [/Root]  TraceId []  SessionId [948dd356-be6211f0-8f4ec3a0-d482569|49ec7f87-6fe40b7-57e30b99-77c61197_0]  PartitionId [9] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.515966Z :WARNING: [/Root]  TraceId []  SessionId [948e360c-be6211f0-97ee6e79-e3827d6a|d512b0e1-ca659ce6-c91c7810-aef795aa_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\n2025-11-10T18:25:18.516149Z :WARNING: [/Root]  TraceId []  SessionId [948e886e-be6211f0-b414d6fe-9cb8584|98a8b71c-dd2a0058-49ffcb3-b984ebf2_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown\norg.apache.kafka.streams.errors.StreamsException: Error encountered trying to commit a transaction [stream-thread [main]]\n\tat org.apache.kafka.streams.processor.internals.StreamsProducer.commitTransaction(StreamsProducer.java:313)\n\tat org.apache.kafka.streams.processor.internals.TaskExecutor.commitOffsetsOrTransaction(TaskExecutor.java:203)\n\tat org.apache.kafka.streams.processor.internals.TaskExecutor.commitTasksAndMaybeUpdateCommittableOffsets(TaskExecutor.java:154)\n\tat org.apache.kafka.streams.processor.internals.TaskManager.commitTasksAndMaybeUpdateCommittableOffsets(TaskManager.java:1639)\n\tat org.apache.kafka.streams.processor.internals.TaskManager.commit(TaskManager.java:1607)\n\tat org.apache.kafka.streams.processor.internals.StreamThread.maybeCommit(StreamThread.java:1109)\n\tat org.apache.kafka.streams.processor.internals.StreamThread.runOnce(StreamThread.java:829)\n\tat org.apache.kafka.streams.processor.internals.StreamThread.runLoop(StreamThread.java:613)\n\tat org.apache.kafka.streams.processor.internals.StreamThread.run(StreamThread.java:575)\nCaused by: org.apache.kafka.common.KafkaException: Unhandled error in EndTxnResponse: The broker is not available.\n\tat org.apache.kafka.clients.producer.internals.TransactionManager$EndTxnHandler.handleResponse(TransactionManager.java:1531)\n\tat org.apache.kafka.clients.producer.internals.TransactionManager$TxnRequestHandler.onComplete(TransactionManager.java:1207)\n\tat org.apache.kafka.clients.ClientResponse.onComplete(ClientResponse.java:109)\n\tat org.apache.kafka.clients.NetworkClient.completeResponses(NetworkClient.java:583)\n\tat org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:575)\n\tat org.apache.kafka.clients.producer.internals.Sender.maybeSendAndPollTransactionalRequest(Sender.java:426)\n\tat org.apache.kafka.clients.producer.internals.Sender.runOnce(Sender.java:316)\n\tat org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:243)\n\tat java.base/java.lang.Thread.run(Thread.java:840)\nTraceback (most recent call last):\n  File "contrib/tools/python3/Lib/runpy.py", line 198, in _run_module_as_main\n    return _run_code(code, main_globals, None,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/tools/python3/Lib/runpy.py", line 88, in _run_code\n    exec(code, run_globals)\n  File "ydb/tests/stress/kafka/__main__.py", line 27, in <module>\n    workload.loop()\n  File "ydb/tests/stress/kafka/workload/__init__.py", line 123, in loop\n    assert totalMessCountTest == totalMessCountTarget, f"Source and target {self.target_topic_path}-{i} topics total messages count are not equal:" + \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAssertionError: Source and target target-topic-0 topics total messages count are not equal:{totalMessCountTest} and {totalMessCountTarget} respectively.\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:14519/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26282
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16324
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12463
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14519
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19152
============================== slowest durations ===============================
172.88s call     test_kafka_streams.py::TestYdbTopicWorkload::test
22.11s teardown test_kafka_streams.py::TestYdbTopicWorkload::test
9.85s setup    test_kafka_streams.py::TestYdbTopicWorkload::test
=========================== short test summary info ============================
FAILED test_kafka_streams.py::TestYdbTopicWorkload::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/u3d8/000c58/ydb/tests/stress/kafka/kafka_streams_test --endpoint grpc://localhost:14519 --database /Root --bootstrap http://localhost:27594 --source-path test-topic --target-path target-topic --consumer workload-consumer-0 --num-workers 2 --duration 120' has failed with code 255.
Errors:
...t org.apache.kafka.clients.producer.internals.TransactionManager$TxnRequestHandler.onComplete(TransactionManager.java:1207)
	at org.apache.kafka.clients.ClientResponse.onComplete(ClientResponse.java:109)
	at org.apache.kafka.clients.NetworkClient.completeResponses(NetworkClient.java:583)
	at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:575)
	at org.apache.kafka.clients.producer.internals.Sender.maybeSendAndPollTransactionalRequest(Sender.java:426)
	at org.apache.kafka.clients.producer.internals.Sender.runOnce(Sender.java:316)
	at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:243)
	at java.base/java.lang.Thread.run(Thread.java:840)
Traceback (most recent call last):
  File "contrib/tools/python3/Lib/runpy.py", line 198, in _run_module_as_main
    return _run_code(code, main_globals, None,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/runpy.py", line 88, in _run_code
    exec(code, run_globals)
  File "ydb/tests/stress/kafka/__main__.py", line 27, in <module>
    workload.loop()
  File "ydb/tests/stress/kafka/workload/__init__.py", line 123, in loop
    assert totalMessCountTest == totalMessCountTarget, f"Source and target {self.target_topic_path}-{i} topics total messages count are not equal:" + \
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Source and target target-topic-0 topics total messages count are not equal:{totalMessCountTest} and {totalMessCountTarget} respectively.
======================== 1 failed in 209.19s (0:03:29) =========================
