Commit a8f5db2
authored
Make data stream lifecycle project-aware (#125476)
Now that all actions that DLM depends on are project-aware, we can make DLM itself project-aware.
There still exists only one instance of `DataStreamLifecycleService`, it just loops over all the projects - which matches the approach we've taken for similar scenarios thus far.1 parent be9ebd0 commit a8f5db2
File tree
5 files changed
+382
-401
lines changed- modules/data-streams/src
- main/java/org/elasticsearch/datastreams
- lifecycle
- test/java/org/elasticsearch/datastreams/lifecycle
- server/src/main/java/org/elasticsearch/cluster/project
5 files changed
+382
-401
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| |||
0 commit comments