Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switches Elasticsearch to only write single-type indexes #1698

Merged
merged 1 commit into from
Aug 23, 2017

Conversation

codefromthecrypt
Copy link
Member

@codefromthecrypt codefromthecrypt commented Aug 22, 2017

Multi-type indexes are no longer supported starting with Elasticsearch
6. We added support for single-type writes in Zipkin 1.29 as an opt-in
functionality via ES_EXPERIMENTAL_SPAN2=true. This makes single-
type writes the only means to ingest spans, eventhough we still read
both models.

To turn off dual-reads, set ES_LEGACY_READS_ENABLED=false once your
collectors have been updated to Zipkin 1.31 and old indexes are no longer
valuable.

@codefromthecrypt
Copy link
Member Author

cc @openzipkin/elasticsearch

Multi-type indexes are no longer supported starting with Elasticsearch
6. We added support for single-type writes in Zipkin 1.29 as an opt-in
functionality via `ES_EXPERIMENTAL_SPAN2=true`. This makes single-
type writes the only means to ingest spans, eventhough we still read
both models.

To turn off dual-reads, set `ES_LEGACY_READS_ENABLED=false` once your
collectors have been updated to Zipkin 1.31 and old indexes are no longer
valuable.
@codefromthecrypt
Copy link
Member Author

here's the double-conversion which is easier to obviate when we know how storage happens by type #1700

@codefromthecrypt codefromthecrypt merged commit 190ae60 into master Aug 23, 2017
codefromthecrypt pushed a commit that referenced this pull request Aug 23, 2017
* Switches Elasticsearch to only write single-type indexes (#1698)

Multi-type indexes are no longer supported starting with Elasticsearch
6. We added support for single-type writes in Zipkin 1.29 as an opt-in
functionality via `ES_EXPERIMENTAL_SPAN2=true`. This makes single-
type writes the only means to ingest spans, eventhough we still read
both models.

To turn off dual-reads, set `ES_LEGACY_READS_ENABLED=false` once your
collectors have been updated to Zipkin 1.31 and old indexes are no longer
valuable.

* Deprecates Collector.acceptSpans(List<byte[]> ..
abesto pushed a commit to abesto/zipkin that referenced this pull request Sep 10, 2019
…1698)

Multi-type indexes are no longer supported starting with Elasticsearch
6. We added support for single-type writes in Zipkin 1.29 as an opt-in
functionality via `ES_EXPERIMENTAL_SPAN2=true`. This makes single-
type writes the only means to ingest spans, eventhough we still read
both models.

To turn off dual-reads, set `ES_LEGACY_READS_ENABLED=false` once your
collectors have been updated to Zipkin 1.31 and old indexes are no longer
valuable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant