This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a commit to branch transform_service_test_suite
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/transform_service_test_suite
by this push:
new c8f3c2f4973 updates
c8f3c2f4973 is described below
commit c8f3c2f4973b241caba3642b5e2bc0fdf3715ae9
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Fri Mar 8 20:21:29 2024 -0800
updates
---
sdks/python/scripts/run_transform_service.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/sdks/python/scripts/run_transform_service.sh
b/sdks/python/scripts/run_transform_service.sh
index b1596112555..bfd0e08ea23 100755
--- a/sdks/python/scripts/run_transform_service.sh
+++ b/sdks/python/scripts/run_transform_service.sh
@@ -86,6 +86,9 @@ case $STARTSTOP in
echo "************ xyz123 in script run_transform_service.sh: starting the
service"
echo "Starting the transform service for project $GROUP_ID at port
$EXTERNAL_PORT for Beam version $BEAM_VERSION_DOCKER transform service startup
jar is $TRANSFORM_SERVICE_LAUNCHER_JAR"
java -jar $TRANSFORM_SERVICE_LAUNCHER_JAR --project_name $GROUP_ID --port
$EXTERNAL_PORT --beam_version $BEAM_VERSION_DOCKER --command up
>$TEMP_DIR/$FILE_BASE-java1.log 2>&1 </dev/null
+ echo "************ xyz123 printing launcher app startup error log"
+ cat $TEMP_DIR/$FILE_BASE-java1.log
+ echo "************ xyz123 DONE printing launcher app startup error log"
echo "************ xyz123 in script run_transform_service.sh: DONE
starting the service"
;;
stop)
@@ -110,6 +113,13 @@ case $STARTSTOP in
echo "************ xyz123 run_transform_service.sh: DONE printing docker
logs"
echo "Stopping the transform service for project $GROUP_ID at port
$EXTERNAL_PORT for Beam version $BEAM_VERSION_DOCKER transform service startup
jar is $TRANSFORM_SERVICE_LAUNCHER_JAR"
java -jar $TRANSFORM_SERVICE_LAUNCHER_JAR --project_name $GROUP_ID --port
$EXTERNAL_PORT --beam_version $BEAM_VERSION_DOCKER --command down
>$TEMP_DIR/$FILE_BASE-java2.log 2>&1 </dev/null
+
+ echo "************ xyz123 printing launcher app shutdown error log"
+ cat $TEMP_DIR/$FILE_BASE-java2.log
+ echo "************ xyz123 DONE printing launcher app shutdown error log"
+
+ echo "************ xyz123 run_transform_service.sh: DONE printing docker
logs"
+
TRANSFORM_SERVICE_TEMP_DIR=$TEMP_DIR/$GROUP_ID
if [[ -d ${TRANSFORM_SERVICE_TEMP_DIR} ]]; then
echo "Removing transform service temporary directory
$TRANSFORM_SERVICE_TEMP_DIR"