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

    https://github.com/apache/incubator-trafodion/pull/6#discussion_r33179301
  
    --- Diff: core/sql/executor/ExHbaseIUD.cpp ---
    @@ -3806,7 +3899,7 @@ ExWorkProcRetcode ExHbaseAccessSQRowsetTcb::work()
                          // another chance in case there is more input data.
                          // If parent doesn't input any more data on second (or
                          // later) chances, then process the request.
    -                     if (numRetries_ == 2)    {
    +                     if (numRetries_ == 3)    {
    --- End diff --
    
    It was 3 earlier and I changed it 2 later. Now I bumped it 3, because the 
executor scheduler needs to cycle through the last list at least twice before 
this task could get a entry its down queue


---
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