kl0u commented on a change in pull request #9207: [FLINK-9526][e2e] Fix
unstable BucketingSink end-to-end test
URL: https://github.com/apache/flink/pull/9207#discussion_r308216627
##########
File path: flink-end-to-end-tests/test-scripts/test_streaming_bucketing.sh
##########
@@ -22,7 +22,8 @@ source "$(dirname "$0")"/common.sh
TEST_PROGRAM_JAR=${END_TO_END_DIR}/flink-bucketing-sink-test/target/BucketingSinkTestProgram.jar
# enable DEBUG logging level to retrieve truncate length later
-sed -i -e
's/#log4j.logger.org.apache.flink=INFO/log4j.logger.org.apache.flink=DEBUG/g'
$FLINK_DIR/conf/log4j.properties
+echo "" >> $FLINK_DIR/conf/log4j.properties
+echo
"log4j.logger.org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink=DEBUG,
file" >> $FLINK_DIR/conf/log4j.properties
Review comment:
@ifndef-SleePy I do not have a strong opinion on keeping it or not. Either
way it does not add or remove any important information so we can as well keep
it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services