mck
mck
> We should update the .build/README.md as we've removed dtest-offheap and added dtest-latest. Doing this. > It's worth mentioning build-jars.sh as well. Not doing this (it doesn't add value, it's...
>> We should update the .build/README.md as we've removed dtest-offheap and added dtest-latest. > >Doing this. pushed, check new commits.
@shyla226 this is looking good. i have further questions about tightening up the messages, and avoiding us having to edit hardcoded numbers. these are best expressed in the following suggested...
> Plus we need to test the packaging in Jenkins Jenkins does not work for pre-commit on 5.0 and trunk. Jenkins just uses the in-tree scripts, and it has already...
It can be narrowed to `DESCRIBE TABLE zipkin2.span;` Mostly likely related to the unicode character [here](https://github.com/openzipkin/zipkin/blob/master/zipkin-storage/cassandra/src/main/resources/zipkin2-schema-indexes.cql#L43) used in the SASI. (Confirmed: if the delimiter is changed to any ascii character...
It's a bug in https://github.com/datastax/python-driver in that in `metadata.py` is trying to unpack the options (to the custom index) without ever first explicitly setting it to unicode, eg `.encode('utf-8')` (for...
have filed an upstream ticket: https://issues.apache.org/jira/browse/CASSANDRA-14632
@storbeck Reaper `1.4.3`, `1.4.4`, and `master` have a number of fixes related to this page. > It may be worth also changing how the JSON responds to only pluck out...
Sounds like either 'no-cache; no-store' http headers need to be added to the page, or a 'max-age' header that matches the validity period of the shiro login.