[
https://issues.apache.org/jira/browse/TRAFODION-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413294#comment-16413294
]
ASF GitHub Bot commented on TRAFODION-3003:
-------------------------------------------
Github user CoderSong2015 commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1487#discussion_r176968469
--- Diff: core/conn/odbc/src/odbc/Common/Global.h ---
@@ -935,7 +941,10 @@ typedef struct _SRVR_GLOBAL_Def
bzero(m_ProcName,sizeof(m_ProcName));
m_bNewConnection = false;
m_bNewService = false;
-
+ bzero(clientKeepaliveStatus, sizeof(clientKeepaliveStatus));
--- End diff --
That because old code uses tab which equals 8 blanks but i use 4 blanks
directly(so the code aligned on my vim since I set one tab equals 4 blanks.) I
will modify it to keep the indentation consistent, on github.
> Trafodion keepalive support
> ---------------------------
>
> Key: TRAFODION-3003
> URL: https://issues.apache.org/jira/browse/TRAFODION-3003
> Project: Apache Trafodion
> Issue Type: New Feature
> Components: connectivity-mxosrvr
> Affects Versions: 2.4
> Reporter: haolin.song
> Assignee: haolin.song
> Priority: Major
>
> We need to make sure the connection exists when the client does not operate
> for a long time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)