Shannon Carey

Results 19 issues of Shannon Carey

This issue keeps track of the need to add support for the "cassandra.force_3_0_protocol_version" property explained here https://docs.datastax.com/en/upgrade/doc/upgrade/datastax_enterprise/upgdDseMinor50x.html for updating from DSE 5.0.0-5.0.8 to 5.0.9 and later 5.0.x releases. It looks...

If the data passed to `query_values=` results in a type mismatch in the value of `new_query_values` on line 1504 when `.sort!` is called, such as: `[['a', '1'], ['a', 2]]` the...

Accepted

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

ECS
Proposed

One of the metrics provided by Kiam, for `kiam_metadata_responses_total`, is described as "Responses from mocked out metadata handlers". It's unclear what this means. Neither the documentation nor the code uses...

It looks like you are relying on the ENTRYPOINT script to append the contents of OPERATOR_FLINK_CONFIG env var to `/opt/flink/conf/flink-conf.yaml`. Unfortunately, this makes it impossible to use a ConfigMap mounted...

As discussed here http://stackoverflow.com/questions/6418414/maven-exec-plugin-cant-depend-on-provided-dependancy#comment48129503_16042080 there is no way to use the plugin while getting both provided and runtime dependencies onto the classpath.

- New "provided" value for classpathScope includes both runtime and provided dependencies - Closes #60

Psych does not complain or raise an error when it encounters a duplicate key. Instead, it happily overwrites the previous value of the key. This is in contrast to the...

- See https://github.com/helm/helm/issues/11232 and https://github.com/helm/helm/issues/7915 for examples of confusion the current explanation/wording has caused. - Replaced inconsistent and unexplained terminology: "root context", "root scope", "top-level scope", "parent scope". - Go...

size/L

Was experiencing a strange failure: ``` > Error while evaluating property 'generatedProperties' of task ':generateGitProperties'. > No Git repository found. ``` This was occurring despite a `.git` directory being present....