Project

General

Profile

Statistics
| Revision:

root / branches / 1.1 / src / haizea / core @ 841

  • svn:mergeinfo:
# Date Author Comment
841 10/20/2010 02:43 PM Borja Sotomayor

Remove redundant code that checks for new hosts in simulation

840 10/20/2010 02:42 PM Borja Sotomayor

When printing string representation of Capacity, include multiple instances

839 07/28/2010 05:34 PM Borja Sotomayor

If lease is in state SUSPENDED_SCHEDULED, don't remove its files when it is cancelled.

838 07/28/2010 05:33 PM Borja Sotomayor

Fixed bug in how cp_list is constructed

837 07/28/2010 05:32 PM Borja Sotomayor

Suspend/Resume RRs should consume CPU

836 07/28/2010 05:31 PM Borja Sotomayor

Dirty kluge to avoid conflicts in loaded and injected leases.

835 07/21/2010 03:21 PM Borja Sotomayor

Fixed bug in weird corner case where a lease could be scheduled in such a way that the shutdown, and not the VM, would have to be suspended (which is not possible).

834 07/21/2010 01:28 PM Borja Sotomayor

Saner migration scheduling

831 07/16/2010 11:44 AM Borja Sotomayor

- Allow a lease in preparing state to be preempted
- Multiple minor fixes to preparation scheduler (mostly avoid referring to leases by their ID, and simply store the lease object directly)

830 07/15/2010 06:52 PM Borja Sotomayor

Lease in PREPARING state should be able to return to QUEUED state.

829 07/15/2010 05:45 PM Borja Sotomayor

Bug in how slowdown is computed

828 07/09/2010 06:31 PM Borja Sotomayor

- Another fix to image transfer scheduling for ARs
- Added sanity check to make sure image transfers are not scheduled incorrectly.

827 07/09/2010 05:07 PM Borja Sotomayor

Extra check

826 07/09/2010 05:07 PM Borja Sotomayor

Not sure why this was commented out (maybe a stopgap measure?) but it shouldn't be commented out.

825 07/09/2010 05:06 PM Borja Sotomayor

Extra logging

824 07/09/2010 04:32 PM Borja Sotomayor

Not entirely sure what's the root of this, but when using image transfers the availability window doesn't seem to get properly cached. This fix seems to shave ~30% off the time it takes to run the simulations that involve image transfers.

823 07/08/2010 04:55 PM Borja Sotomayor

Preparation scheduling for AR leases was broken. THere were cases when it would schedule an image transfer that was actually infeasible.

822 07/08/2010 04:55 PM Borja Sotomayor

Preparation scheduling for AR leases was broken. THere were cases when it would schedule an image transfer that was actually infeasible.

821 07/08/2010 04:54 PM Borja Sotomayor

Since preparation scheduling can result in an infeasible lease, preemptions should be done after the preparation has been scheduled.

820 07/08/2010 04:53 PM Borja Sotomayor

Fixed wrong handling of attributes in multiconfig files

818 07/04/2010 11:37 AM Borja Sotomayor

- Modified LWF generator so it won't have an empty ramp-up period.
- Minor fixes here and there.

817 06/28/2010 07:40 PM Borja Sotomayor

Fixed bug when determining the "first start" of a VMRR. Shouldn't include the migration RRs.

816 06/25/2010 07:28 PM Borja Sotomayor

Fix bug in availability window optimization

815 06/25/2010 06:06 PM Borja Sotomayor

Fixed some bugs in optimization. Added a flag to turn it off (albeit in a kludgy way), because otherwise the slottable unit tests get confused.

814 06/25/2010 05:19 PM Borja Sotomayor

More optimizations

813 06/25/2010 04:13 PM Borja Sotomayor

A few optimizations (still need to be polished a bit)

812 06/25/2010 02:28 PM Borja Sotomayor

Fixed uninitialized variable

811 06/24/2010 01:24 PM Borja Sotomayor

Added option to interrupt simulation after a given amount of (simulated) time has passed.

810 06/22/2010 05:18 PM Borja Sotomayor

Bug: lease/lease.id confusion

809 06/22/2010 04:36 PM Borja Sotomayor

Another error-propagation bug in estimating times.

808 06/22/2010 02:37 PM Borja Sotomayor

- In some cases an error was carried over in the estimated migration times that would result in the sanity check failing.
- Migration bandwidth was hardcoded; now taken from configuration file.

807 06/22/2010 01:34 PM Borja Sotomayor

Minor fixes

802 06/22/2010 10:01 AM Borja Sotomayor

More small bug fixes

801 06/22/2010 09:54 AM Borja Sotomayor

Small bug fixes

800 06/19/2010 03:20 PM Borja Sotomayor

Miscellaneous small bug fixes.

799 06/02/2010 12:30 PM Borja Sotomayor

- Added support for lease annotation files where the annotations are not bound to a specific lease
- haizea-lwf-stats now prints a summary of requested images
- Tweaked discrete distributions in stats module

798 06/01/2010 01:33 PM Borja Sotomayor

Utilization-based LWF generation (still needs some work, but mostly done)

797 05/28/2010 11:03 AM Borja Sotomayor

LWF generator mostly working

795 05/18/2010 05:17 PM Borja Sotomayor

Fixed bug in creation of resource tuples with multi-instance resources where the original Capacity object doesn't specify a value for the multi-instance resource.

794 05/18/2010 04:40 PM Borja Sotomayor

Fixed minor bugs (https://mailman.cs.uchicago.edu/pipermail/haizea/2010-May/000153.html)

788 01/24/2010 02:41 PM Borja Sotomayor

Pushing a bunch of minor changes.

787 01/20/2010 09:52 PM Borja Sotomayor

Allow premature ends to happen in the actual end (this can happen in weird corner cases)

786 01/20/2010 08:40 PM Borja Sotomayor

Reschedule leases after a premature end

785 01/20/2010 08:40 PM Borja Sotomayor

Fixed: When rescheduling, can't schedule earlier than the requested start time

784 01/20/2010 04:23 PM Borja Sotomayor

When scheduling deadline leases, do the preemptions when mapping (fixes the problem that the preemption policy could select leases that "looked" preemptable because of their slack, but turned out not to be because they couldn't be rescheduled).

783 01/20/2010 04:21 PM Borja Sotomayor

Allow the slottable to be saved more than once (using a stack)

782 01/19/2010 04:59 PM Borja Sotomayor

Catch exception from schedule_asap

780 01/19/2010 03:47 PM Borja Sotomayor

When scheduling as soon as possible, don't bother to look at changepoints that don't allow the deadline to be met.

779 01/17/2010 10:02 PM Borja Sotomayor

Store more information about leases in the accounting file

778 01/17/2010 09:51 PM Borja Sotomayor

Multiple small fixes

777 01/15/2010 07:49 PM Borja Sotomayor

This kludge is no longer necessary now that we handle premature ends more sanely.

776 01/15/2010 07:48 PM Borja Sotomayor

Fix to bug that showed up when running Haizea with larger workloads.

775 01/15/2010 07:43 PM Borja Sotomayor

Lists of reservations returned by the slottable have to be sorted before they can be used.

774 01/15/2010 05:22 PM Borja Sotomayor

More sanity checks

773 01/15/2010 03:08 PM Borja Sotomayor

Add option to perform a sanity check at every timestep.

771 01/15/2010 05:35 AM Borja Sotomayor

Fix to bug that showed up when running Haizea with larger workloads.

770 01/15/2010 05:34 AM Borja Sotomayor

Determining if a lease can be suspended should also take into account the current time.

769 01/15/2010 04:13 AM Borja Sotomayor

Fix to bug that showed up when running Haizea with larger workloads.

768 01/15/2010 03:25 AM Borja Sotomayor

Saner handling of premature ends in simulations.

767 01/15/2010 02:21 AM Borja Sotomayor

Fixes to several bugs that showed up when running Haizea with larger workloads.

766 01/15/2010 01:45 AM Borja Sotomayor

Fixes to several bugs that showed up when running Haizea with larger workloads.

765 01/15/2010 12:23 AM Borja Sotomayor

Fixes to several bugs that showed up when running Haizea with larger workloads.

764 01/14/2010 11:20 PM Borja Sotomayor

- Optimized rescheduling of deadline leases
- Allow leases to be preempted at any point, not just at the "last vm"
- Enable rescheduling of deadline leases when a lease ends prematurely

763 01/13/2010 10:09 PM Borja Sotomayor

More fixes to corner-case bugs arising when running on long workloads.

762 01/13/2010 08:14 PM Borja Sotomayor

Fixes to several bugs that showed up when running Haizea with larger workloads.

761 01/12/2010 08:00 PM Borja Sotomayor

Minor bugs

760 01/12/2010 07:36 PM Borja Sotomayor

Fixes to pricing when preempting-but-not-suspending

757 01/12/2010 07:12 PM Borja Sotomayor

Take into account that deadline leases can also be preempted without suspension.

756 01/12/2010 06:32 PM Borja Sotomayor

Terminology change: "rate" instead of "fair price" and "markup"

754 01/12/2010 05:45 PM Borja Sotomayor

Miscellaneous fixes to deadline scheduling. Added pricing of surcharge from preempted leases.

753 01/12/2010 05:44 PM Borja Sotomayor

Fixed: Initial estimation of the time to suspend/resume was too big (scheduled time was still ok)

752 01/10/2010 04:50 PM Borja Sotomayor

Corrections to deadline scheduling with preemption.

751 01/09/2010 06:32 PM Borja Sotomayor

Beginnings of preemption support in deadline scheduling

742 01/04/2010 05:55 PM Borja Sotomayor

Add parameter to the mapper to specify if preemption is allowed.

741 01/04/2010 05:54 PM Borja Sotomayor

Move suspension/resumption time estimation methods from VMScheduler to Lease

737 12/29/2009 06:15 PM Borja Sotomayor

- Leases should be sorted by stretch factor, not absolute deadline
- The earliest starting time can't be earlier than the current time

735 12/28/2009 07:10 PM Borja Sotomayor

Replaced deadline scheduling algorithm with slightly better one.

734 12/28/2009 06:44 PM Borja Sotomayor

Add methods to save and restore slottable state. Useful to test a new schedule without modifying the current one.

732 12/23/2009 09:46 PM Borja Sotomayor

Save the fair price when the lease is rejected as non-schedulable

727 12/22/2009 06:12 PM Borja Sotomayor

Don't remove lease RRs is the debug level is VDEBUG; that information is useful for debugging.

726 12/22/2009 06:12 PM Borja Sotomayor

Plugging a few more potential memory leaks (explicitly remove circular references between VM RR and other RRs)

725 12/22/2009 06:11 PM Borja Sotomayor

Tweaked status message

724 12/21/2009 02:24 PM Borja Sotomayor

Remove RRs from lease as soon as they're done. Otherwise, this results in Haizea eating up a lot of memory.

723 12/21/2009 02:23 PM Borja Sotomayor

Print types of completed leases in status message

722 12/21/2009 02:22 PM Borja Sotomayor

Don't overwrite lease id if already provided in tracefile

720 12/20/2009 06:49 PM Borja Sotomayor

Miscellaneous changes to supporte REJECTED_BY_USER state

719 12/20/2009 06:45 PM Borja Sotomayor

Check that a per-lease stat doesn't already exist when creating it

718 12/20/2009 06:44 PM Borja Sotomayor

Print a more helpful status message

717 12/20/2009 06:44 PM Borja Sotomayor

Use incremental parsing when reading attributes from tracefiles (no need to read entire file when attributes are right at the beginning)

715 12/20/2009 06:42 PM Borja Sotomayor

Added a REJECTED_BY_USER state to leases

713 12/18/2009 06:32 PM Borja Sotomayor

Miscellaneous minor bug fixes.

712 12/18/2009 06:24 PM Borja Sotomayor

Miscellaneous minor bug fixes.

708 12/17/2009 07:47 PM Borja Sotomayor

Add method to pricing policies that allows the scheduler to provide "feedback" to the policy module (needed for adaptive policies)

704 12/14/2009 05:56 PM Borja Sotomayor

Don't set value of lease.price unless the lease is accepted.

703 12/14/2009 05:55 PM Borja Sotomayor

Added accounting probes for deadline leases and leases with prices

702 12/11/2009 04:59 PM Borja Sotomayor

Take into account that annotations file may lack attributes element

700 12/11/2009 04:55 PM Borja Sotomayor

Added a very basic, but also very inefficient, deadline scheduler.

698 12/11/2009 12:54 PM Borja Sotomayor

- Add attributes from trace file, injected file, and annotation file to config files generated from multiconfig.
- Allow annotator to add attributes to annotation file.

697 12/10/2009 07:58 PM Borja Sotomayor

Add support for annotation files in multiconfig files.

696 12/10/2009 06:48 PM Borja Sotomayor

Finished annotator command