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

    https://github.com/apache/drill/pull/773#discussion_r113353149
  
    --- Diff: 
exec/rpc/src/main/java/org/apache/drill/exec/rpc/RpcConstants.java ---
    @@ -24,4 +24,29 @@ private RpcConstants(){}
     
       public static final boolean SOME_DEBUGGING = false;
       public static final boolean EXTRA_DEBUGGING = false;
    +
    +  // RPC Handler names
    +  public static final String TIMEOUT_HANDLER = "timeout-handler";
    +  public static final String PROTOCOL_DECODER = "protocol-decoder";
    +  public static final String PROTOCOL_ENCODER = "protocol-encoder";
    +  public static final String MESSAGE_DECODER = "message-decoder";
    +  public static final String HANDSHAKE_HANDLER = "handshake-handler";
    +  public static final String MESSAGE_HANDLER = "message-handler";
    +  public static final String EXCEPTION_HANDLER = "exception-handler";
    +  public static final String IDLE_STATE_HANDLER = "idle-state-handler";
    +  public static final String SASL_DECRYPTION_HANDLER = 
"sasldecryption-handler";
    --- End diff --
    
    `sasl-decryption-handler`
    `sasl-encryption-handler`
    `chunk-creation-handler`


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to