Error with Event Type when Testing Random Day from Google Trace

26 views
Skip to first unread message

duaa h

unread,
Jun 29, 2025, 4:44:58 AMJun 29
to Google cluster data - discussions
I want to run simulation using google cluster dataset. But I don't want to run it from first day, I want to choose any day to test. Task event type causes a problem. for example, if a task occurs first time with kill event (it submitted in previous day), this will cause an error. How can I fix this error?   Anyone could help me please

john wilkes

unread,
Jun 30, 2025, 2:05:49 PMJun 30
to googlecluste...@googlegroups.com
You'd need to calculate the set of active tasks (etc) by reading the part of the trace before your start window.  That's the only way to avoid surprises like the one you encountered.

On Sun, Jun 29, 2025, 10:45 AM duaa h <d.hum...@gmail.com> wrote:
I want to run simulation using google cluster dataset. But I don't want to run it from first day, I want to choose any day to test. Task event type causes a problem. for example, if a task occurs first time with kill event (it submitted in previous day), this will cause an error. How can I fix this error?   Anyone could help me please

--
You received this message because you are subscribed to the "Google cluster data - discussions" group. To post to this group, send email to googlecluste...@googlegroups.com. To unsubscribe from this group, send email to googleclusterdata-...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/googleclusterdata-discuss?hl=en-US.
---
You received this message because you are subscribed to the Google Groups "Google cluster data - discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googleclusterdata-...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/googleclusterdata-discuss/e333fee8-5515-475f-ac6b-1e9c5f10b8c8n%40googlegroups.com.

duaa h

unread,
Jun 30, 2025, 11:56:38 PMJun 30
to Google cluster data - discussions
Could you explain more please. I need to read only tasks that submitted in my testing file, otherwise ignored.

john wilkes

unread,
Jul 1, 2025, 6:56:35 AMJul 1
to googlecluste...@googlegroups.com
You need to know which tasks are running in the system at your simulation start point (at least, the ones that you care about).   The only way to do that is to simulate all the start/stop events up to that point.  Or you can make your software assume that any task-kill event for a task that's not previously been seen is for a task that was running at the start of your window (i.e., the "error" is with your software, not the trace :-)).

duaa h

unread,
Jul 1, 2025, 11:11:14 AMJul 1
to Google cluster data - discussions
Thank you. yes, the problem is from the software. I am using Cloudsim plus framework and I don't know the exact method to modify.

john wilkes

unread,
Jul 1, 2025, 1:55:50 PMJul 1
to googlecluste...@googlegroups.com
That I cannot help you with.  Perhaps somebody else in the group can, though?

duaa h

unread,
Jul 3, 2025, 3:17:14 AMJul 3
to Google cluster data - discussions
Thank you so much for your interest and trying to help.
Reply all
Reply to author
Forward
0 new messages