Skip to content

Commit 3191359

Browse files
committed
Clarifies output a bit more
1 parent 68260c8 commit 3191359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maintenance/replication-factor-increase-job.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ spec:
5151
5252
sed -i 's/"replicas":\[.\]/"replicas":[0,1,2]/g' /tmp/proposed-reassignment.json;
5353
sed -i 's/,"log_dirs":\["any"\]//g' /tmp/proposed-reassignment.json;
54-
echo "# proposed-reassignment.json";
54+
echo "# proposed-reassignment.json modified to affect replication factor";
5555
cat /tmp/proposed-reassignment.json;
5656
57+
echo "# Triggering kafka-reassign-partitions.sh"
5758
./bin/kafka-reassign-partitions.sh
5859
--zookeeper=$ZOOKEEPER
5960
--execute

0 commit comments

Comments
 (0)