Commit c6d1c22
authored
refactor(alluxio): remove redundant CacheStates update from UpdateDatasetStatus (#5806)
CacheStates is already managed by UpdateCacheOfDataset() at Sync step 5.
The duplicate assignment in UpdateDatasetStatus() has no effect and adds
an unnecessary getRuntime() call.
Signed-off-by: lin121291 <4jp33f9e@gmail.com>1 parent 82e490e commit c6d1c22
1 file changed
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 78 | | |
86 | 79 | | |
87 | 80 | | |
| |||
127 | 120 | | |
128 | 121 | | |
129 | 122 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 123 | | |
135 | 124 | | |
136 | 125 | | |
| |||
0 commit comments