Skip to content

[Transform] Track Linked Projects#144399

Merged
prwhelan merged 9 commits intoelastic:mainfrom
prwhelan:cps-transform-11-4
Mar 31, 2026
Merged

[Transform] Track Linked Projects#144399
prwhelan merged 9 commits intoelastic:mainfrom
prwhelan:cps-transform-11-4

Conversation

@prwhelan
Copy link
Copy Markdown
Member

Transform and ML make decisions based on whether there are or are not linked projects. Added a core implementation of LinkedProjects listener that keeps either a Set or Map depending on whether we are in a single project or multi project environment.

Transform and ML make decisions based on whether there are or are not
linked projects. Added a core implementation of LinkedProjects listener
that keeps either a Set or Map depending on whether we are in a single
project or multi project environment.
@prwhelan prwhelan added >non-issue :ml/Transform Transform Team:ML Meta label for the ML team v9.4.0 labels Mar 17, 2026
@prwhelan prwhelan marked this pull request as ready for review March 17, 2026 16:09
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/ml-core (Team:ML)

*/
Set<ProjectId> getLinkedProjects(ProjectId projectId);

class Factory {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may make fun of me for the kotlin companion class paradigm that i am trying to cram into java here - since most deployments do not support multi-project, i figured it is better to not have the ConcurrentHashMap and just go right to the Set, ignoring the ProjectId. i tried to capture this in the javadoc above.

@prwhelan prwhelan enabled auto-merge (squash) March 23, 2026 16:52
@prwhelan prwhelan disabled auto-merge March 23, 2026 17:09
@prwhelan
Copy link
Copy Markdown
Member Author

I am out of office for a week starting tomorrow, so I will wait until I am back to merge this

@prwhelan prwhelan enabled auto-merge (squash) March 31, 2026 12:30
@prwhelan prwhelan merged commit 3802df6 into elastic:main Mar 31, 2026
33 of 36 checks passed
szybia added a commit to szybia/elasticsearch that referenced this pull request Mar 31, 2026
…rics

* upstream/main: (21 commits)
  Mute org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test {csv-spec:external-basic.topSnippetsFunction} elastic#145353
  Mute org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test {csv-spec:external-basic.scoreFunction} elastic#145352
  [DiskBBQ] Fix bug in NeighborQueue#popRawAndAddRaw (elastic#145324)
  Fix dense_vector default index options when using BFLOAT16 (elastic#145202)
  Use checked exceptions in entitlement constructor rules (elastic#145234)
  ESQL: DS: datasource file plugins should not return TEXT types (elastic#145334)
  Plumb DLM error store through to DlmFrozenTransition classes (elastic#145243)
  Make Settings.Builder.remove() fluent (elastic#145294)
  Add FLS tests for METRICS_INFO and TS_INFO (elastic#145211)
  Fix flaky SecurityFeatureResetTests (elastic#145063)
  [DOCS] Fix conflict markers in ESQL processing command list (elastic#145338)
  Skip certain metric assertions on Windows (elastic#144933)
  [ES|QL] Add schema reconciliation for multi-file external sources (elastic#145220)
  Simplify DiskBBQ dynamic visit ratio to linear (elastic#142784)
  ESQL: Disallow unmapped_fields=load with partial non-KEYWORD (elastic#144109)
  [Transform] Track Linked Projects (elastic#144399)
  Fix bulk scoring to process last batch instead of falling through to scalar tail (elastic#145316)
  Clean up TickerScheduleEngineTests (elastic#145303)
  [CI] ShardBulkInferenceActionFilterIT testRestart - Ensuring that secrets-inference index is available after full restart and unmuting test (elastic#145317)
  Add CRUD doc to the DistributedArchitectureGuide (elastic#144710)
  ...
ncordon pushed a commit to ncordon/elasticsearch that referenced this pull request Apr 1, 2026
Transform and ML make decisions based on whether there are or are not
linked projects. Added a core implementation of LinkedProjects listener
that keeps either a Set or Map depending on whether we are in a single
project or multi project environment.
mromaios pushed a commit to mromaios/elasticsearch that referenced this pull request Apr 9, 2026
Transform and ML make decisions based on whether there are or are not
linked projects. Added a core implementation of LinkedProjects listener
that keeps either a Set or Map depending on whether we are in a single
project or multi project environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:ml/Transform Transform >non-issue Team:ML Meta label for the ML team v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants