[
https://issues.apache.org/jira/browse/BEAM-8385?focusedWorklogId=327641&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-327641
]
ASF GitHub Bot logged work on BEAM-8385:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Oct/19 07:16
Start Date: 14/Oct/19 07:16
Worklog Time Spent: 10m
Work Description: mwalenia commented on pull request #9770: [BEAM-8385]
Add a KafkaIOIT hash for 100M records
URL: https://github.com/apache/beam/pull/9770#discussion_r334348492
##########
File path: .test-infra/kubernetes/kafka-cluster/05-kafka/configmap-config.yaml
##########
@@ -34,5 +34,5 @@ data:
sleep 20
done
echo "Applying runtime configuration using confluentinc/cp-kafka:5.0.1"
- kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force
--topic apache-beam-load-test --partitions 3 --replication-factor 2
+ kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force
--topic apache-beam-load-test --partitions 1 --replication-factor 1
Review comment:
The increase of number of partitions introduces a possibility that not all
messages will be read from the topic and the test will hang. Keeping it at 1
ensures that the tests finish
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 327641)
Time Spent: 40m (was: 0.5h)
> Add an option to run KafkaIOIT with 10GB dataset
> ------------------------------------------------
>
> Key: BEAM-8385
> URL: https://issues.apache.org/jira/browse/BEAM-8385
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Michal Walenia
> Assignee: Michal Walenia
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)