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

    
https://github.com/apache/incubator-trafodion/pull/1192#discussion_r130503892
  
    --- Diff: core/sqf/monitor/linux/clio.cxx ---
    @@ -377,6 +379,21 @@ Local_IO_To_Monitor::Local_IO_To_Monitor(int pv_pid)
             tmpptr++;
         }
     
    +    // Remove the domain portion of the name if any
    +    char str1[MPI_MAX_PROCESSOR_NAME];
    --- End diff --
    
    It's a larger buffer than needed, but I should look at all the uses of 
MPI_MAX_PROCESSOR_NAME. This is targeted for cleanup is MPI usage which is 
quite minimal in the current code base.


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