Github user hbdeshmukh commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/64#discussion_r72498531
  
    --- Diff: query_execution/QueryExecutionTypedefs.hpp ---
    @@ -73,9 +73,17 @@ enum QueryExecutionMessageType : message_type_id {
       kPoisonMessage,  // From the main thread to Foreman and Workers.
     
     #ifdef QUICKSTEP_DISTRIBUTED
    +  kShiftbossRegistrationMessage,  // From Shiftboss to Foreman.
    +  kShiftbossRegistrationResponseMessage,  // From Foreman to Shiftboss.
    +  kQueryInitiateMessage,  // From Foreman to Shiftboss.
    +  kQueryInitiateResponseMessage,  // From Shiftboss to Foreman.
    +
       kInitiateRebuildMessage,  // From Foreman to Shiftboss.
       kInitiateRebuildResponseMessage,  // From Shiftboss to Foreman.
     
    +  kQueryResultRelationMessage,  // From Foreman to Shiftboss.
    +  kQueryResultRelationResponseMessage,  // From Shiftboss to Foreman.
    --- End diff --
    
    There are two kinds of message patterns: X to Shiftboss and Shiftboss to X. 
I can see that ShiftBoss constructor has appropriate type of registration 
related code. To appropriately register X with the bus, have you already 
written the code or you plan to address it in the next PR?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to