Dan Hill
05/30/2020, 6:24 PMKishore G
Kishore G
Dan Hill
05/30/2020, 6:24 PMDan Hill
05/30/2020, 8:16 PMgetMinValue
and getMaxValue
. Does it actually use values from the data source? Is there any rounding to the logic? If a replace job adds more missing events to a time frame that are after the latest previous time, then will I have to manually delete the old segments?Kishore G
Dan Hill
05/30/2020, 8:18 PMDan Hill
05/31/2020, 12:49 AMKishore G
Kishore G
Dan Hill
05/31/2020, 2:51 AMMayank
Dan Hill
05/31/2020, 11:19 PM{
"labels": [
"a",
"b"
],
"count": 1
}
If I query it without specifying that I want to group by label, would it return sum(count)==1? If I add a groupby labels, would it return sum(count)==2?Mayank
Mayank
Dan Hill
05/31/2020, 11:48 PMDan Hill
06/01/2020, 4:55 PMDan Hill
06/01/2020, 6:21 PMKishore G
Kishore G
Shounak Kulkarni
06/03/2020, 3:21 PMServer cores= 7
Server jvm heap= 3 gb
Server MaxDirectMemorySize = 10gb
Segment size = 100mb
Consuming segments on server=6
load mode is MMAP and just fyi random load is generated so almost all consuming segments go into completion during same time slot. Thanks!Subbu Subramaniam
06/03/2020, 4:00 PMShounak Kulkarni
06/03/2020, 4:10 PMSubbu Subramaniam
06/03/2020, 4:14 PMShounak Kulkarni
06/03/2020, 4:18 PMSubbu Subramaniam
06/03/2020, 4:19 PMSubbu Subramaniam
06/03/2020, 4:20 PMShounak Kulkarni
06/03/2020, 4:25 PMKishore G