-
Notifications
You must be signed in to change notification settings - Fork 33
create StateActor to store and serve logs for hyperactor #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D76343950 |
c3dd0eb
to
ee855bd
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
…s#211) Summary: This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
ee855bd
to
f337332
Compare
…s#211) Summary: This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
f337332
to
ad59b5f
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
…s#211) Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
ad59b5f
to
0401612
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
…s#211) Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
0401612
to
db11073
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
db11073
to
3268992
Compare
…s#211) Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
This pull request was exported from Phabricator. Differential Revision: D76343950 |
…s#211) Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
3268992
to
98ca300
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
98ca300
to
92255ba
Compare
…s#211) Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
This pull request was exported from Phabricator. Differential Revision: D76343950 |
92255ba
to
c3512d1
Compare
…s#211) Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
This pull request was exported from Phabricator. Differential Revision: D76343950 |
c3512d1
to
8cd5e05
Compare
…s#211) Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
This pull request was exported from Phabricator. Differential Revision: D76343950 |
…s#211) Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
433d7b5
to
ecbb659
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
ecbb659
to
0a2f49f
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
0a2f49f
to
e3819a2
Compare
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
This pull request was exported from Phabricator. Differential Revision: D76343950 |
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
e3819a2
to
f344d33
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
f344d33
to
75e8ee9
Compare
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
This pull request was exported from Phabricator. Differential Revision: D76343950 |
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
75e8ee9
to
5284d14
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
5284d14
to
a025017
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
a025017
to
24dffd2
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
24dffd2
to
fd930af
Compare
Summary: Pull Request resolved: pytorch-labs#211 This is an initial commit for the state actor. This diff creates a circular buffer to store latest log messages. If the circular buffer is full, messages will be discarded with a FIFO rule. Next: 1. register the StateActor with actors in the proc_mesh so logs can be streamed in. 2. stream the logs out to loggregator so we can see the logs in `hyper log`. Differential Revision: D76343950
fd930af
to
1302c1a
Compare
This pull request was exported from Phabricator. Differential Revision: D76343950 |
Differential Revision: D76343950