summaryrefslogtreecommitdiff
path: root/Planner_Manager/Component/Planner_Manager_exec.cpp
blob: e4f18e77b39748223a9a6a02a477f659505ce9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
// $Id$
//
// ****              Code generated by the                 ****
// ****  Component Integrated ACE ORB (CIAO) CIDL Compiler ****
// CIAO has been developed by:
//       Center for Distributed Object Computing
//       Washington University
//       St. Louis, MO
//       USA
//       http://www.cs.wustl.edu/~schmidt/doc-center.html
// CIDL Compiler has been developed by:
//       Institute for Software Integrated Systems
//       Vanderbilt University
//       Nashville, TN
//       USA
//       http://www.isis.vanderbilt.edu/
//
// Information about CIAO is available at:
//    http://www.dre.vanderbilt.edu/CIAO

#include "Planner_Manager_exec.h"
#include "ciao/CIAO_common.h"
#include "common/RACE_Log_Msg.h"

#define cpu_resource_prop_name  "LoadAverage"

namespace CIAO
{
  namespace RACE
  {
    namespace CIDL_Planner_Manager_Impl
    {
      //==================================================================
      // Facet Executor Implementation Class:   Planner_Manager_I_exec_i
      //==================================================================

      Planner_Manager_I_exec_i::Planner_Manager_I_exec_i (Planner_Manager_exec_i &comp)
        : comp_ (comp)
      {
      }

      Planner_Manager_I_exec_i::~Planner_Manager_I_exec_i (void)
      {
      }


      // emit log messages for all components being deployed... 
      void
      LogComponentDeploy( const ::CIAO::RACE::Plan_Actions& plan_seq )
      {

	for ( CORBA::ULong k=0; k<plan_seq.length(); k++ )
	{
          const ::Deployment::DeploymentPlan& plan = plan_seq[k].plan;

          for ( CORBA::ULong i=0; i < plan.instance.length(); ++i )
          {
             // Get the monolithic implementation that corresponds to
             // this instance....
             CORBA::ULong pos = plan.instance[i].implementationRef;
             const ::Deployment::MonolithicDeploymentDescription &mono =
                 plan.implementation[pos];

             for ( CORBA::ULong j=0; j < mono.execParameter.length(); ++j )
             {
               if (ACE_OS::strcmp (mono.execParameter[j].name.in (),
                                   cpu_resource_prop_name) == 0)
                 {
                    CORBA::Long value;
                    mono.execParameter[j].value >>= value;

                    RACE_DEPLOYMENT_STATUS(
                         plan_seq[k].command,  Log::EventMark::COMPONENT_DEPLOY,
                         plan.UUID.in(), 0,
                         Log::Status::SUCCESS,
                         plan.instance[i].name.in(),
                         value,
                         plan.instance[i].node.in()  
			 );

                    break;
		 }
	     }
	  }
	}
	return;
      }

      // Operations from ::CIAO::RACE::Planner_Manager_I

      void
      Planner_Manager_I_exec_i::execute_planners
      (const ::CIAO::RACE::Plan_Actions & plan_seq,
       const ::CIAO::RACE::PlannerFlow & flow
       ACE_ENV_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((CORBA::SystemException))
      {
        RACE_DEPLOYMENT_STATUS(
	      plan_seq[0].command,  Log::EventMark::BEGIN_PLAN,
              plan_seq[0].plan.UUID.in (), 0,
              Log::Status::SUCCESS,
              Log::find_importance( plan_seq[0].package ),
              "Success"  );

        bool planner_found = false;
        try
          {
            ACE_DEBUG ((LM_DEBUG, "Entering execute planners...\n"));

            ACE_DEBUG ((LM_DEBUG, "Copying plan_actions...\n"));
            ::CIAO::RACE::Plan_Actions result (plan_seq);

            //            ::Deployment::DeploymentPlan result (plan);

            ACE_DEBUG ((LM_DEBUG, "Getting planner connections.\n"));
            ::CIAO::RACE::Planner_Manager::plannersConnections_var planners
                = this->comp_.context_->get_connections_planners ();

            ACE_DEBUG ((LM_DEBUG, "%i planners found \n",
                        planners->length ()));

            // @@todo:  I should cache this list in a hash map to speed lookups....
            for (CORBA::ULong i = 0;
                 i < flow.length ();
                 ++i)
              {
                ACE_DEBUG ((LM_DEBUG, "Searching for planner %s\n",
                            flow[i].planner.in ()));

                for (CORBA::ULong j = 0;
                     j < planners->length ();
                     ++j)
                  {
                    ACE_DEBUG ((LM_DEBUG, "Examining %s\n",
                                planners[j].objref->name ()));

                    if (ACE_OS::strcmp (flow[i].planner.in (),
                                        planners[j].objref->name ()) == 0)
                      {
                        ACE_DEBUG ((LM_DEBUG, "RACE::Allocation::Planner_Manager - Found match for %s, running planner\n",
                                    flow[i].planner.in ()));
                        planner_found = true;

                        bool ret_val = true;
                        ACE_CString error;
                        try
                          {
                            ret_val = planners[j].objref->process_plan (result);

                            // error string , to be used in case plan fails ...
                            error = "PlannerFailure: Allocation Failed...Resource Exhaustion.";
                          }
                        catch (PlannerFailure &ex)
                          {
                            ret_val = false;
                            error = ex.name.in();
                            error += ": ";
                            error += ex.reason.in ();
                          }
                        catch (...)
                          {
                            ret_val = false;
                            error = "Unknown exception";
                          }
                        if (!ret_val) // must have been an error ...
                          {
                            ACE_DEBUG ((LM_DEBUG,
                                        "Planner %s has reported failure, bailing out....\n%s\n\n",
                                        flow[i].planner.in (), error.c_str() ));

                            RACE_DEPLOYMENT_STATUS(
	                          plan_seq[0].command,  Log::EventMark::END_PLAN,
                                  plan_seq[0].plan.UUID.in (), 0,
                                  Log::Status::FAILURE,
                                  Log::find_importance( plan_seq[0].package ),
                                  error.c_str ());
                            return;
                          }
                      }
                  }
                if (!planner_found) // must have been an error ...
                  {
                    ACE_DEBUG ((LM_DEBUG,
                                "Requested planner %s was not foind, bailing out....\n\n",
                                flow[i].planner.in ()));
                    return;

                  }
              }

            /// Call the output adapters only if the plan_action sequence
            /// returned by the planner contains one of more plan_actions.
	    	    
            ACE_DEBUG ((LM_DEBUG, "Planner_Manager: current deployment has %i actions\n",
                        result.length ()));

            LogComponentDeploy( result ); 

            RACE_DEPLOYMENT_STATUS(
	          plan_seq[0].command,  Log::EventMark::END_PLAN,
                  plan_seq[0].plan.UUID.in (), 0,
                  Log::Status::SUCCESS,
                  Log::find_importance (plan_seq[0].package),
                  ""  );
            
            if (result.length () > 0)
              {
                
                ::CIAO::RACE::Planner_Manager::outputsConnections_var conns
                  = this->comp_.context_->get_connections_outputs ();

                for (CORBA::ULong i = 0; i < conns->length (); ++i)
                  {
                    conns[i].objref->output_plan (result);
                  }
              }
            return;
          }
        catch (CORBA::Exception &ex)
          {
            ex._tao_print_exception ("");
          }
        catch (...)
          {
            ACE_ERROR ((LM_ERROR, "Unknown exception caught\n"));
          }


      }

      void
      Planner_Manager_I_exec_i::process_domain_change (
        ::CIAO::Domain_Changed_Event * ev
        ACE_ENV_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((::CORBA::SystemException))
      {
        ACE_DEBUG ((LM_DEBUG, "PlannerMgr::DomainChange - Entering.\n"));

        Plan_Actions_var plan_actions = new Plan_Actions;

        ::CIAO::RACE::Planner_Manager::plannersConnections_var planners;

        RACE_DEPLOYMENT_STATUS(
	      Log::EventType::AUTO_PLAN,  Log::SubType::PLANNING_BEGIN,
              "UNK-Multiple-Possible", 0,
              Log::Status::SUCCESS,
              -1, "Auto Plan for Domain Change"  
	      );

        try
          {
            planners = this->comp_.context_->get_connections_planners ();
          }
        catch (CORBA::Exception & ex)
          {
            ACE_DEBUG ((LM_DEBUG,
                        "PlannerMgr::DomainChange - CORBA Error in get_connections_planners\n"));

            RACE_DEPLOYMENT_STATUS(
                  Log::EventType::AUTO_PLAN,  Log::SubType::PLANNING_END,
                  "UNK-Multiple-Possible", 0,
                  Log::Status::FAILURE,
                  -1, "Domain Change Failed with CORBA Exception on call to get_connections_planners"  
	          );

             return;
          }

        CIAO::RACE::Planner_I::Domain_Changes changes;

        changes.length (ev->changes ().node.length ());

        for (CORBA::ULong i = 0;i < ev->changes ().node.length ();i++)
          {
            changes[i].hostname =
              CORBA::string_dup ( ev->changes ().node[i].name.in ());

	    if (ev->change_kind () == ::Deployment::Delete)
              changes[i].change = CIAO::RACE::Planner_I::NODE_FAILED;
            else if  (ev->change_kind () == ::Deployment::Add)
              changes[i].change = CIAO::RACE::Planner_I::NODE_JOINED;
	    else
	    {
              changes[i].change = CIAO::RACE::Planner_I::NODE_FAILED;
              ACE_DEBUG ((LM_DEBUG,
                 "PlannerMgr::DomainChange - Erro: Invalid change kind on Domain Change.\n"));
	    }
          }

        for ( CORBA::ULong i=0; i<planners->length() ;i++ )
          {
            //make a call to the planners to change domain
            bool ret_val = 0;
            Plan_Actions_var temp_plan_actions;

            try
              {
                ACE_DEBUG ((LM_DEBUG, "PlannerMgr::DomainChange - Making a call on the Planner = [%s]\n",
                            planners[i].objref->name ()));

                ret_val = planners[i].objref->
                             process_domain_change (changes,
                                                      temp_plan_actions.out ());

                // Add the plan actions ...
                CORBA::ULong prev_size = plan_actions->length ();

                if (temp_plan_actions)
                  {

                    plan_actions->length (prev_size + temp_plan_actions->length ());

                    // here append the plans ..
                    for (CORBA::ULong i = 0;
                         i < temp_plan_actions->length ();
                         i++)
                      {
                        plan_actions[prev_size + i] =
                          temp_plan_actions[i];
                      }
                  }
              }
            catch (CORBA::Exception &ex)
              {
                ex._tao_print_exception ("");

                 RACE_DEPLOYMENT_STATUS(
                       Log::EventType::AUTO_PLAN,  Log::SubType::PLANNING_END,
                       "UNK-Multiple-Possible", 0,
                       Log::Status::FAILURE,
                       -1, "Domain Change Failed with CORBA Exception on call to Planner"  
	               );

                 return;
              }
            catch (...)
              {
                ACE_ERROR ((LM_ERROR,
                            "Planner_Manager::Unknown exception caught\n"));

                 RACE_DEPLOYMENT_STATUS(
                       Log::EventType::AUTO_PLAN,  Log::SubType::PLANNING_END,
                       "UNK-Multiple-Possible", 0,
                       Log::Status::FAILURE,
                       -1, "Domain Change Failed with Unknown Exception on call to Planner"  
	               );

                 return;
              }

            if (!ret_val) // must have been an error ...
              {
                 ACE_DEBUG ((LM_DEBUG,
                            "PlannerMgr::DomainChange - Planner has reported failure \n"));
                 /*
                 RACE_DEPLOYMENT_STATUS(
                       Log::EventType::AUTO_PLAN,  Log::SubType::PLANNING_END,
                       "UNK-Multiple-Possible", 0,
                       Log::Status::FAILURE,
                       -1, "Domain Change Failed with Planner Error"  
	               );

                 return;
                 */
              }

          }

        ACE_DEBUG ((LM_DEBUG, "Planner_Manager::DomainChange: \
                    [%d] plans to be redeployed\n",
                    plan_actions->length ()));

        if (plan_actions->length () > 0)
          {
            ::CIAO::RACE::Planner_Manager::outputsConnections_var conns
              = this->comp_.context_->get_connections_outputs ();

                for (CORBA::ULong i = 0; i < conns->length (); ++i)
                  {
                    try
                      {
                        conns[i].objref->output_plan (plan_actions);
                      }
                    catch (CORBA::Exception &ex)
                      {
                        ex._tao_print_exception ("");

                        RACE_DEPLOYMENT_STATUS(
                	      Log::EventType::AUTO_PLAN,  Log::SubType::PLANNING_END,
                              "UNK-Multiple-Possible", 0,
                              Log::Status::FAILURE,
                              -1, "Domain Change Failed with CORBA Exception on call to Output Adapter"  
	                      );
			return;
                      }
                    catch (...)
                      {
                        ACE_ERROR ((LM_ERROR, "PlannerMgr::DomainChange - Unknown exception caught\n"));

                        RACE_DEPLOYMENT_STATUS(
	                      Log::EventType::AUTO_PLAN,  Log::SubType::PLANNING_END,
                              "UNK-Multiple-Possible", 0,
                              Log::Status::FAILURE,
                              -1, "Domain Change Failed with Unknown Exception on call to Output Adapter"  
	                      );
			return;
                      }
                  }
            LogComponentDeploy( plan_actions ); 
          }
        else
	{
          ACE_DEBUG ((LM_DEBUG,
                      "Planner_manager::DomainChange - No plans were affected\n"));
	}

        RACE_DEPLOYMENT_STATUS(
	      Log::EventType::AUTO_PLAN,  Log::SubType::PLANNING_END,
              "UNK-Multiple-Possible", 0,
              Log::Status::SUCCESS,
              -1, "Successful Auto Plan for Domain Change"  
	      );

	return;
      }


      void
      Planner_Manager_exec_i::push_domain_changed (
        ::CIAO::Domain_Changed_Event * ev
        ACE_ENV_ARG_DECL_NOT_USED)
      ACE_THROW_SPEC (( ::CORBA::SystemException))
      {
        ACE_DEBUG ((LM_DEBUG,
                    "Planner_Manager_exec_i::push_domain_change - Enter.\n"));

        if (exec_ptr_)
          this->exec_ptr_->process_domain_change (ev);
        else
          ACE_DEBUG ((LM_DEBUG, "Planner_Manager_exec_i::push_domain_change - Executor still not active\n"));

      }

      //==================================================================
      // Component Executor Implementation Class:   Planner_Manager_exec_i
      //==================================================================

      Planner_Manager_exec_i::Planner_Manager_exec_i (void)
        :exec_ptr_ (0)
      {
      }

      Planner_Manager_exec_i::~Planner_Manager_exec_i (void)
      {
      }

      // Supported or inherited operations.

      // Attribute operations.

      ::CIAO::RACE::RACE_Classifications *
      Planner_Manager_exec_i::classes (
                                       ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((CORBA::SystemException))
      {
        // Your code here.
        RACE_Classifications_var retval (new RACE_Classifications (0));
        retval->length (0);
        return retval._retn ();
      }

      // Port operations.

      ::CIAO::RACE::CCM_Planner_Manager_I_ptr
      Planner_Manager_exec_i::get_planner_manager_i (
                                                     ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((CORBA::SystemException))
      {
        exec_ptr_ = new Planner_Manager_I_exec_i (*this);
        return exec_ptr_;
      }

      // Operations from Components::SessionComponent

      void
      Planner_Manager_exec_i::set_session_context (
                                                   ::Components::SessionContext_ptr ctx
                                                   ACE_ENV_ARG_DECL)
        ACE_THROW_SPEC ((
                         ::CORBA::SystemException,
                         ::Components::CCMException))
      {
        this->context_ =
          Planner_Manager_Context::_narrow (
                                            ctx
                                            ACE_ENV_ARG_PARAMETER);
        ACE_CHECK;

        if (this->context_ == 0)
          {
            ACE_THROW (CORBA::INTERNAL ());
          }
      }

      void
      Planner_Manager_exec_i::ciao_preactivate (
                                                ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((
                         ::CORBA::SystemException,
                         ::Components::CCMException))
      {
        // Your code here.
      }

      void
      Planner_Manager_exec_i::ciao_postactivate (
                                                 ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((
                         ::CORBA::SystemException,
                         ::Components::CCMException))
      {
        // Your code here.
      }

      void
      Planner_Manager_exec_i::ccm_activate (
                                            ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((
                         ::CORBA::SystemException,
                         ::Components::CCMException))
      {
        // Your code here.
      }

      void
      Planner_Manager_exec_i::ccm_passivate (
                                             ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((
                         ::CORBA::SystemException,
                         ::Components::CCMException))
      {
        // Your code here.
      }

      void
      Planner_Manager_exec_i::ccm_remove (
                                          ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
        ACE_THROW_SPEC ((
                         ::CORBA::SystemException,
                         ::Components::CCMException))
      {
        // Your code here.
      }

      //==================================================================
      // Home Executor Implementation Class:   Planner_Manager_Home_exec_i
      //==================================================================

      Planner_Manager_Home_exec_i::Planner_Manager_Home_exec_i (void)
      {
      }

      Planner_Manager_Home_exec_i::~Planner_Manager_Home_exec_i (void)
      {
      }

      // Supported or inherited operations.

      // Home operations.

      // Factory and finder operations.

      // Attribute operations.

      // Implicit operations.

      ::Components::EnterpriseComponent_ptr
      Planner_Manager_Home_exec_i::create (
                                           ACE_ENV_SINGLE_ARG_DECL)
        ACE_THROW_SPEC ((
                         ::CORBA::SystemException,
                         ::Components::CCMException))
      {
        ::Components::EnterpriseComponent_ptr retval =
          ::Components::EnterpriseComponent::_nil ();

        ACE_NEW_THROW_EX (
                          retval,
                          Planner_Manager_exec_i,
                          CORBA::NO_MEMORY ());
        ACE_CHECK_RETURN (::Components::EnterpriseComponent::_nil ());

        return retval;
      }

      extern "C" PLANNER_MANAGER_EXEC_Export ::Components::HomeExecutorBase_ptr
      create_CIAO_RACE_Planner_Manager_Home_Impl (void)
      {
        ::Components::HomeExecutorBase_ptr retval =
          ::Components::HomeExecutorBase::_nil ();

        ACE_NEW_RETURN (
                        retval,
                        Planner_Manager_Home_exec_i,
                        ::Components::HomeExecutorBase::_nil ());

        return retval;
      }
    }
  }
}