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

  271 Hakan Kuecuekyilmaz	2008-09-19
      Changed Falcon parameters.
      
      Changed startup order of virtual machines.
modified:
  dbt2/weekly_dbt2_overview.sh
  weekly_falcon_test_overview/vmware_start.sh

per-file messages:
  dbt2/weekly_dbt2_overview.sh
    Increased Falcon page size and
    falcon_record_scavenge_threshold (from 67 to 70).
  weekly_falcon_test_overview/vmware_start.sh
    Changed order of starting virtual machines.
    
    Windows still does not want to start up
    correctly in unattended runs via cronjob.
=== modified file 'dbt2/weekly_dbt2_overview.sh'
--- a/dbt2/weekly_dbt2_overview.sh	2008-09-14 06:45:50 +0000
+++ b/dbt2/weekly_dbt2_overview.sh	2008-09-19 05:58:41 +0000
@@ -164,9 +164,10 @@ 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_page_size=32k \
   --falcon_serial_log_dir=$LOG_DIR \
   --falcon_serial_log_buffers=100 \
+  --falcon_record_scavenge_threshold=70 \
   --falcon_consistent_read=off"
 MYSQLD_CONFIG_INNODB="$MYSQLD_CONFIG_GENERAL \
   --skip_falcon \

=== modified file 'weekly_falcon_test_overview/vmware_start.sh'
--- a/weekly_falcon_test_overview/vmware_start.sh	2008-07-01 17:14:33 +0000
+++ b/weekly_falcon_test_overview/vmware_start.sh	2008-09-19 05:58:41 +0000
@@ -6,21 +6,20 @@
 # $Id$
 # Hakan Kuecuekyilmaz, <hakan at mysql dot com>, 2007-12-06.
 
-sleep 5
-
 export DISPLAY=':1.0'
 export PATH="/usr/X11R6/bin:$PATH"
 export VM_DIR='/data0/vmware'
 
 Xvfb :1 -ac -screen 0 1920x1200x24 &
-
-vmrun start $VM_DIR/ubuntu32x2/ubuntu32x2.vmx &
-sleep 3600
+sleep 3
 
 vmrun start $VM_DIR/windows200364x2/windows200364x2.vmx &
+sleep 1200
+
+vmrun start $VM_DIR/ubuntu32x2/ubuntu32x2.vmx &
 #sleep 300
 
 
-# Todo: loop until test run on machine is finished
+# Todo: Loop until test run on machine is finished
 #       and shut down that virtual machine.
-#       Done: shut down is handled inside virtual machine OS.
+#       Done: Shut down is handled inside virtual machine OS.

Thread
bzr commit into mysql-falcon branch (hky:271) Hakan Kuecuekyilmaz19 Sep