[
https://issues.apache.org/jira/browse/PIO-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16109344#comment-16109344
]
Mars Hall commented on PIO-108:
-------------------------------
The "feedback" code in question is enclosed by a conditional on [line
514|https://github.com/apache/incubator-predictionio/blob/develop/core/src/main/scala/org/apache/predictionio/workflow/CreateServer.scala#L514]:
{code:java}
val result = if (feedbackEnabled) {
{code}
The feedback events are not stored unless the process is started with the
feedback option enabled:
{code}
pio deploy --feedback true
{code}
If you do not want to store these events, then ensure you're not passing that
option.
> Clean storage from old predict query
> -------------------------------------
>
> Key: PIO-108
> URL: https://issues.apache.org/jira/browse/PIO-108
> Project: PredictionIO
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.10.0-incubating, 0.11.0-incubating
> Reporter: Claudio
>
> Sry, it's my first Jira doc...
> Is possible let user to decide if store query request on datastore.. or make
> something that auto clean these data?
> Code in question is in
> core/src/main/scala/org/apache/predictionio/workflow/CreateServer.scala
> at row 551.
> I dont know the purpouse of this store but i think that this can be improve
> and logged outside if there are not relevant use of these data..
> Best regards for your work
> Claudio
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)