fjy
29d14b772f
prepare for next release
2014-08-14 14:56:27 -07:00
fjy
3556db1c2a
Merge pull request #680 from lexicalunit/update-cassandra-example
...
Updates Cassandra example documentation.
2014-08-14 15:48:15 -06:00
Gian Merlino
56f1d924e3
Merge pull request #681 from metamx/fix-rt
...
fix some rt cleanup and failure edge cases
2014-08-14 14:45:08 -07:00
fjy
4f0f198a00
add more logging
2014-08-14 14:43:54 -07:00
fjy
c36ffd1e55
address cr
2014-08-14 14:39:08 -07:00
Amy Troschinetz
71b8db631c
Updates Cassandra example documentation.
...
Updates the required properties to enable Cassandra as deep storage.
Also adds more information about how to create the required keystore,
and which properties files need to be modified to support Cassandra.
Also adds syntax highlighting to the provided example code.
Additionally, moves Cassandra Deep Storage documentation out into the
actual documentation hierarchy with appropriate linkage. A stub
README.md is left in the example directory to provide a useful landing
page for existing weblinks to the original documentation.
2014-08-14 16:36:36 -05:00
fjy
6ba0a0df8b
address cr
2014-08-14 13:56:36 -07:00
fjy
96d5d4a59a
fix some rt cleanup and failure edge cases
2014-08-14 13:38:32 -07:00
fjy
4e3f4fbc22
[maven-release-plugin] prepare for next development iteration
2014-08-12 13:24:55 -07:00
fjy
f3aafc246c
[maven-release-plugin] prepare release druid-0.6.144
2014-08-12 13:24:50 -07:00
fjy
79f6486b88
prepare for next release
2014-08-12 13:22:23 -07:00
fjy
d4014c6a4e
Merge pull request #675 from metamx/slimmer-column-cache
...
reduce object count overhead of column cache
2014-08-12 14:16:33 -06:00
fjy
578e0b4fb6
add more logging for groupby caching
2014-08-12 12:35:39 -07:00
Xavier Léauté
1c244c8be8
add column cache docs
2014-08-12 10:40:09 -07:00
Xavier Léauté
a1bcff49c5
disable column cache by default
2014-08-11 18:10:33 -07:00
Xavier Léauté
69f4c2677f
formatting
2014-08-11 18:10:19 -07:00
Xavier Léauté
da399724eb
add approximate object overhead
2014-08-11 17:07:10 -07:00
Xavier Léauté
aecf4491be
reduce object count overhead of column cache
2014-08-11 15:25:14 -07:00
fjy
0cff63c7c6
[maven-release-plugin] prepare for next development iteration
2014-08-09 19:36:11 -07:00
fjy
724562b181
[maven-release-plugin] prepare release druid-0.6.143
2014-08-09 19:36:05 -07:00
fjy
bd98e0dd29
prep next release
2014-08-09 19:33:31 -07:00
fjy
0e1a8f6f02
concurrency my old foe, we meet again
2014-08-09 19:33:07 -07:00
fjy
d58ae945a4
[maven-release-plugin] prepare for next development iteration
2014-08-08 16:22:38 -07:00
fjy
d240479133
[maven-release-plugin] prepare release druid-0.6.142
2014-08-08 16:22:34 -07:00
fjy
8998700760
prepare for next release
2014-08-08 16:19:45 -07:00
fjy
199f2b1683
[maven-release-plugin] prepare for next development iteration
2014-08-08 15:53:53 -07:00
fjy
29a077d893
[maven-release-plugin] prepare release druid-0.6.141
2014-08-08 15:53:49 -07:00
fjy
8e87cae990
prepare for next rel
2014-08-08 15:51:22 -07:00
fjy
e5896f4863
fix yet another bug with LQP
2014-08-08 15:50:57 -07:00
fjy
958792db5c
[maven-release-plugin] prepare for next development iteration
2014-08-08 15:16:38 -07:00
fjy
4482e1b7d8
[maven-release-plugin] prepare release druid-0.6.140
2014-08-08 15:16:34 -07:00
fjy
9a371f3490
Merge pull request #674 from metamx/fix-arbitrary-granularity
...
fix missing queryGranularity in ArbitraryGranularitySpec
2014-08-08 16:12:24 -06:00
Xavier Léauté
3826b1d976
fix missing queryGranularity in ArbitraryGranularitySpec
2014-08-08 15:11:35 -07:00
fjy
68827ff88b
fix another bug in LQP with concurrency
2014-08-08 15:06:03 -07:00
fjy
35937132a7
prep next release
2014-08-08 14:35:22 -07:00
fjy
48b99e43fc
fix LQP register callback
2014-08-08 14:34:54 -07:00
xvrl
05b791376b
add note on filing bugs
2014-08-08 11:41:26 -07:00
fjy
74646f18f4
[maven-release-plugin] prepare for next development iteration
2014-08-08 11:40:52 -07:00
fjy
78c7140b52
[maven-release-plugin] prepare release druid-0.6.139
2014-08-08 11:40:46 -07:00
fjy
bb44056810
prepare for next release
2014-08-08 11:38:17 -07:00
xvrl
038f2de496
Merge pull request #672 from metamx/router-strat
...
Add more config to router strategies; fix bad test
2014-08-08 11:37:35 -07:00
fjy
9803be7529
Merge pull request #673 from metamx/rt-plumber-merge-behavior
...
Change merged-segment-removing behavior in RealtimePlumber.
2014-08-08 12:24:23 -06:00
Gian Merlino
179170224d
Fix conditional.
2014-08-08 11:20:36 -07:00
Gian Merlino
f547049929
Change merged-segment-removing behavior in RealtimePlumber.
...
Old: Merged segments are deleted upon successful push, or on IOException.
New: Merged segments are deleted on any Exception, but NOT successful push.
Deleting a merged segment means that the next merge-and-push run will try to
push it again. So we want that to happen if there was any sort of Exception.
We *don't* want it to happen if the merge-and-push was successful, since in
that case, we are just waiting for historical nodes to load the segment. It
might take a while, but there's no reason to re-push while waiting.
2014-08-08 10:59:16 -07:00
fjy
a855db2170
make things immutable
2014-08-08 10:53:10 -07:00
fjy
d2c7a67a0c
clean up some redundant code
2014-08-08 10:52:05 -07:00
fjy
f1409f751a
fix bad defaults
2014-08-08 10:46:36 -07:00
fjy
d4cf2763ac
fix test again
2014-08-08 10:45:59 -07:00
fjy
8877ee9714
fix test
2014-08-08 10:43:50 -07:00
fjy
b3eb4cc5da
fix defaults
2014-08-08 10:42:58 -07:00