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

Rivers: Add a _status doc for each river #468

Closed
kimchy opened this issue Nov 2, 2010 · 1 comment
Closed

Rivers: Add a _status doc for each river #468

kimchy opened this issue Nov 2, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Nov 2, 2010

A status doc _status, under _river/[river name]/_status, that exposes the general status of the river, which includes the node the river is running on. This is automatically created for all rivers.

@kimchy
Copy link
Member Author

kimchy commented Nov 2, 2010

Rivers: Add a _status doc for each river, closed by 2cdaf63.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
costin pushed a commit to costin/elasticsearch that referenced this issue Dec 19, 2022
Previously, applying a filter on blocks with nulls produced incorrect
results because the nulls positions are not mapped correctly.

This PR addresses the issue by moving the nulls `BitSet` into a separate
`NullsMaskBlock` class that's only used by blocks that allow marking
individual positions as `null`. This refactoring would not strictly be
necessary but it ensures that the `nullsMask` property is only present
in an object when it's actually needed. This makes inconsistent states
like a ConstantIntBlock with a non-null `nullsMask` impossible.
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant