Commit 54b7a06
Merge actor_mesh field to actor_name (#1940)
Summary:
Pull Request resolved: #1940
`actor mesh name` is the same as the `actor name`. This diff removes the `actor_mesh` column, and only use `actor_name`. In this way, we can search scuba with 1 column and get all the logs related to an actor mesh.
Reviewed By: dulinriley
Differential Revision: D87459230
fbshipit-source-id: eb75ebcd88a164c7cbd8d009e3a3891da43110ea1 parent fc3e30e commit 54b7a06
File tree
3 files changed
+3
-3
lines changed- hyperactor_mesh/src/v1
- monarch_hyperactor/src/v1
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
885 | | - | |
| 885 | + | |
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
0 commit comments