[ 
https://issues.apache.org/jira/browse/TRAFODION-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16381221#comment-16381221
 ] 

ASF GitHub Bot commented on TRAFODION-2883:
-------------------------------------------

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

    https://github.com/apache/trafodion/pull/1457#discussion_r171419726
  
    --- Diff: core/sqf/monitor/linux/mlio.cxx ---
    @@ -1261,7 +1261,13 @@ SQ_LocalIOToClient::SQ_LocalIOToClient(int nid)
       if (cmid == -1)
       {
           if (trace_settings & TRACE_INIT)
    -         trace_printf("%s@%d" " failed shmget("  "%d" "), errno="  "%d" 
"\n", method_name, __LINE__, (shsize), errno);
    +      {
    +          int err = errno;
    +          char la_buf[MON_STRING_BUF_SIZE];
    --- End diff --
    
    yep


> Preliminary Trafodion Foundation Scalability Enhancements
> ---------------------------------------------------------
>
>                 Key: TRAFODION-2883
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2883
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: dtm, foundation, installer
>    Affects Versions: 2.3
>            Reporter: Gonzalo E Correa
>            Assignee: Gonzalo E Correa
>            Priority: Major
>             Fix For: 2.3
>
>
> Initial changes required to:
>   - AGENT mode monitor
>       o Preliminary change to remove dependency on OpenMPI during 
> initialization of operational cluster by creating a cluster
>           of one node (MASTER monitor) where other remote nodes (SLAVE 
> monitors) join the cluster through the MASTER
>  - MASTER monitor selection
>  - Scale bug fixes found when creating clusters greater than 120 nodes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to