Skip to content

Fix periodic feature spec reload - #189

Merged
feast-ci-bot merged 1 commit into
feast-dev:masterfrom
pradithya:fix_188
May 4, 2019
Merged

Fix periodic feature spec reload#189
feast-ci-bot merged 1 commit into
feast-dev:masterfrom
pradithya:fix_188

Conversation

@pradithya

Copy link
Copy Markdown
Collaborator

scheduledExecutorService was a local variable which will be garbage collected after a while. This PR change scheduledExecutorService to be a field instead so that periodic feature spec reload will still be active.

Fix #188

@zhilingc

zhilingc commented May 3, 2019

Copy link
Copy Markdown
Collaborator

/lgtm

@pradithya

Copy link
Copy Markdown
Collaborator Author

/approve

@feast-ci-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pradithya

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@feast-ci-bot
feast-ci-bot merged commit 78e65bb into feast-dev:master May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Serving stop periodically reloading feature specification after a while

3 participants