[10:00:41] lunch [12:58:50] greetings [13:05:45] o/ [13:15:45] ejoseph can't make our ES meeting today, but the good news is, I finally have some time to work on that environment [14:40:02] not feeling great, going call it a day, have a nice week-end [14:41:41] Hope ya feel better. See you next wk [14:58:51] \o [15:01:59] wow, it's still collecting explains. I probably should have used make -j [16:48:18] have a good weekend, all [18:02:31] surprisingly only a few tweaks to function_score handling, looks like they optimized out a match_all and bool layer, in the explain_parser and it's now running through a thousand hits per sec generating equations [21:46:59] * ebernhardson found a great use for topological sorting, but wonders if anyone really wants to see that in spicerack :P [21:47:42] the use case is that some nodes are masters in one cluster, some nodes are masters in multiple clusters, and we always want to start all the workers before the masters. With a topo-sort we define the edges and it gives us the order :) [23:16:02] * ebernhardson simplifies it away to the point where it looks sane and not like a random-cs concept thrown in