dzitkowskik / mini-dos

Project for Distributed Operating Systems at Warsaw University of Technology (Mathematics and Computer Science department) Winter 2015
Apache License 2.0
0 stars 0 forks source link

Master - task timestamp #37

Closed dzitkowskik closed 8 years ago

dzitkowskik commented 8 years ago

When master gets query from client, it should create task with timestamp and attach this timestamp with id of the task when it passed data further to node.

davidmigloz commented 8 years ago

Is it enough to use the task id as a timestamp? I think it is, right?

dzitkowskik commented 8 years ago

I think it should for now. Then we need only one additional column for each table:)

davidmigloz commented 8 years ago

So then this task is ready :)