From: Jonathan M. <jon...@bs...> - 2009-02-11 16:55:59
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 As I get no feedback from this bug, and I didn't want to check the integrity of GridSim after changing this, I've implemented another solution for the bug. Basically, I added a new event CTLG_GET_REPLICA_FROM_RM with its corresponding CTLG_REPLICA_DELIVERY_TO_RM that it is only processed from the Replica Manager (so Replica Catalogue ignores that). It would be nice to know if there is any official mechanism to report a bug and its solution (or at least who I should discuss it with). Thanks, Jonathan Jonathan Marti escribió: > I've tried a dubious solution by changing the > DataGridResource.processOtherEvent(Sim_event ev) code. > > Instead of passing the event to the localRC first and then to the Replica > Manager if it is not a RC event, I've changed the order so the event is > processed at Replica Manager firstly. > > Now DataGridlets can be executed, but I still have no idea about the effects on > the rest of the cases or user operations with file replicas. > > > Jonathan Marti escribió: >> Hi everybody, > >> I'm using the gridsim.datagrid package and I'm trying to submit some >> DataGridlets. These DataGridlets have some requirements regarding input files >> which are not satisfied locally at the resources where they are submited. > >> In this case, SimpleReplicaManager asks for the location of the missing files by >> sending CTLG_GET_REPLICA events to its DataGridResource. These events are >> processed by the corresponding RC which eventually sends CTGL_REPLICA_DELIVERY. > >> The problem is that when DataGridResource receives this CTLG_REPICA_DELIVERY it >> is processed by its localRC !! >> Therefore, SimpleReplicaManager never gets the CTLG_REPLICA_DELIVERY, then it >> never starts the following step (FILE_REQUEST), so that DataGridlets with input >> requirements that are not locally satisfied are never executed. > >> Do you have any idea/solution for this problem? > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > - ------------------------------------------------------------------------------ _______________________________________________ Gridsim-users mailing list Gri...@li... https://lists.sourceforge.net/lists/listinfo/gridsim-users - -- - ----------------------------------------------------------------------- Jonathan Martí Fraiz Storage Systems Research Group - Computer Sciences Department Barcelona Supercomputing Center - Centro Nacional de Supercomputación www : http://www.bsc.es/StorageSystems email : jonathan(dot)marti(at)bsc(dot)es phone : (0034) 934054281 - ----------------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmS/psACgkQ4cH1a6R2mCsZwgCfQNJB4B/fe7pJT9yjBSLKbGqw zbEAoKt5M/CL3kMx/TEwnDKzShIqtsBs =4ibQ -----END PGP SIGNATURE----- |