Dean Hiller
Dean Hiller
I 200% agree with @szpak here @Kjens93 BUT I have a better solution for you in issue #29 If that gets implemented, then you close repository with the staging id...
ok, a few things here... 1. our TIME_SERIES table are much faster than RELATIONAL(just an FYI)....much much faster ;) 2. it appears the basic auth user name is not getting...
I will run a quick local test myself and post my results
documenting my test (If you get a 401, make sure your robot is in the group and has write or admin access as 401 is permission error....ideally, we should never...
Some rows are like this Parent table key: something children.FK1 : null children.FK2 : null children.FK3 : null select a from Parent as a left join a.children where a.name="dean" so...
single node cluster should be fine. I know we worked a ticket for another customer where we detected if localhost was the server and automatically moved to CL=ONE
We are working towards that.....part of the new model has it so we can do this easier now......deleting databases and deleting tables are very similar. It is not like deleting...
1. can we get the more full stack trace(the one above only has the top line) as I do want to look at the specific code to see if I...
ah, so that is an older version that does not have that log I mentioned. upgrade and it will log the bad json that it did receive. Let me know...
when I say upgrade, you only need to upgrade the webserver not cassandra by the way.