GitHub user selvaganesang opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1245
[TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()
str_sprintf is Trafodion specific formatting function. Replaced
str_sprintf with sprint that provides better checking with parameters.
str_sprintf is replaced with sprintf in the statistics output related
functions
only. It is advised that the new code should start using the standard
formatting
functions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/incubator-trafodion
master_stats_core_issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1245.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1245
----
commit 43c312df5ea45c810a1b7f5e2bcd8e5a0bde8bdb
Author: selvaganesang <[email protected]>
Date: 2017-09-26T00:36:26Z
[TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()
str_sprintf is Trafodion specific formatting function. Replaced
str_sprintf with sprint that provides better checking with parameters.
str_sprintf is replaced with sprintf in the statistics output related
functions
only. It is advised that the new code should start using the standard
formatting
functions.
----
---