Skip to content

Need to move object UUID creation into the indexer, rather than the ingester #47

Open
@fsgeek

Description

The rationale for this is that we want to have multiple ingesters, but if the UUID is defined by one of the ingesters, the others become dependent upon that ingester.

The solution is to move the UUID generation out of the local ingester and put it into the local indexer. Then an ingester can depend just on the indexer file to generate additional ingest information.

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions