[
https://issues.apache.org/jira/browse/GEODE-5954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Blake Bender closed GEODE-5954.
-------------------------------
This is by design, stats archiving can be turned off with a property
> Client side statistics are still being generated when executing functions on
> server
> -----------------------------------------------------------------------------------
>
> Key: GEODE-5954
> URL: https://issues.apache.org/jira/browse/GEODE-5954
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Blake Bender
> Priority: Major
>
> The newly-added C++ "function-execution" example creates a cache, pool, and
> region in the standard fashion, gets hold of the region service and executes
> a function that returns some values. It does not do anything specifically
> related to statistics, but stats appear to be gathered regardless.
> Steps to reproduce:
> # Install Geode
> # install native client
> # build function-execution example
> # Execute startserver script for example
> # Run function-execution
> Expected result:
> # function-execution prints out list of values
> Actual result:
> # function-execution prints out list of values
> # native client leaves behind a file of the form "statArchive-XXXXX.gfs,"
> where XXXXX is a random 5-digit number
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)