List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:September 23 2008 1:57am
Subject:bzr commit into mysql-falcon branch (hky:278)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/

  278 Hakan Kuecuekyilmaz	2008-09-23
      Back to falcon_page_size of 8k.
modified:
  dbt2/weekly_dbt2_overview.sh

=== modified file 'dbt2/weekly_dbt2_overview.sh'
--- a/dbt2/weekly_dbt2_overview.sh	2008-09-21 05:17:22 +0000
+++ b/dbt2/weekly_dbt2_overview.sh	2008-09-23 01:57:19 +0000
@@ -165,7 +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=32k \
+  --falcon_page_size=8k \
   --falcon_serial_log_dir=$LOG_DIR \
   --falcon_serial_log_buffers=100 \
   --falcon_record_scavenge_threshold=70 \
@@ -449,11 +449,8 @@ for ENGINE in FALCON INNODB
             fi
 
             if [ $W100_DATA_LOADED -eq 0 -a $WAREHOUSES -eq 100 ]; then
-                sync
-                sleep 5
-
                 $MYSQLADMIN -uroot shutdown
-                sleep 3
+                sleep 1
 
                 rm -rf $W100_DATA_COPY
                 mkdir $W100_DATA_COPY
@@ -493,7 +490,7 @@ for ENGINE in FALCON INNODB
                 $OPCONTROL --shutdown
             fi
 
-            ${PERL} mix_analyzer.pl --infile output/${ROUND}/driver/mix.log --outdir /tmp | grep new-order >> $LOG_FILE
+            $PERL mix_analyzer.pl --infile output/${ROUND}/driver/mix.log --outdir /tmp | grep new-order >> $LOG_FILE
 
             # Copy iostat and vmstat of this round.
             # If gnuplot is present on system, then we get a NOTPM graph for free.

Thread
bzr commit into mysql-falcon branch (hky:278) Hakan Kuecuekyilmaz23 Sep