List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:September 4 2008 2:44pm
Subject:bzr commit into mysql-falcon branch (hky:249)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/

  249 Hakan Kuecuekyilmaz	2008-09-04
      Labeled log messages.
modified:
  dbt2/wait_for_dbt2_and_collect.sh
  dbt2/weekly_dbt2_overview.sh

per-file messages:
  dbt2/weekly_dbt2_overview.sh
    Added --falcon_page_size=16384
=== modified file 'dbt2/wait_for_dbt2_and_collect.sh'
--- a/dbt2/wait_for_dbt2_and_collect.sh	2008-06-20 07:01:40 +0000
+++ b/dbt2/wait_for_dbt2_and_collect.sh	2008-09-04 14:44:29 +0000
@@ -54,7 +54,7 @@ UNTIL=$(($START + $DURATION))
 
 while (! [ -a $CONTROL ] ); do
     if [ $UNTIL -lt $(date +%s) ]; then
-        echo 'Wait time exceeded.'
+        echo '[ERROR] Wait time exceeded.'
         echo "Waited $DURATION seconds for $CONTROL. Exiting."
         exit 1
     fi
@@ -74,7 +74,7 @@ $PHP ../../weekly_dbt2_overview_cpu_grap
 
 # Mail status
 if [ $? != 0 ]; then
-    echo 'Weekly DBT2 Overview failed' | mail -c $CC_LIST -s '[WDO ERROR]' $MAINTAINER_EMAIL
+    echo 'Weekly DBT2 Overview failed' | mail -s '[WDO ERROR]' $MAINTAINER_EMAIL
 else
     # Synchronize remote repository. Exclude mix.log files, because they get quite big (~50MB).
     rsync -avz --delete --cvs-exclude --exclude '*_mix.log' $BZR_BASE/old_weekly_dbt2_runs/$(hostname)/ $PRODUCTION/
@@ -88,7 +88,7 @@ else
     rsync -avz --delete $BZR_BASE/weekly_dbt2_overview.png $PRODUCTION/weekly_dbt2_overview/
 
     if [ $? != 0 ]; then
-        echo "rsync to production for $(hostname) failed!"
+        echo "[ERROR] rsync to production for $(hostname) failed!"
         exit 1;
     else
         if [ $HAVE_NAIL = 1 ]; then

=== modified file 'dbt2/weekly_dbt2_overview.sh'
--- a/dbt2/weekly_dbt2_overview.sh	2008-07-23 08:51:37 +0000
+++ b/dbt2/weekly_dbt2_overview.sh	2008-09-04 14:44:29 +0000
@@ -165,6 +165,7 @@ MYSQLD_CONFIG_FALCON="$MYSQLD_CONFIG_GEN
   --falcon_io_threads=5 \
   --falcon_record_memory_max=650M \
   --falcon_page_cache_size=1650M \
+  --falcon_page_size=16384 \
   --falcon_serial_log_dir=$LOG_DIR \
   --falcon_serial_log_buffers=100 \
   --falcon_consistent_read=off"

Thread
bzr commit into mysql-falcon branch (hky:249) Hakan Kuecuekyilmaz4 Sep