Zoltan Haindrich
bdfcef8220
add note; conditional
2024-11-21 08:12:49 +00:00
Zoltan Haindrich
0c6b40c138
update
2024-11-20 16:30:24 +00:00
Zoltan Haindrich
d4ebca947c
enable trimmer to create blinding project
2024-11-20 16:27:15 +00:00
Zoltan Haindrich
93bae231f1
Merge branch 'rename-d1-dbl1' into unnest-relfieldtrimmer-unnestfieldtype
2024-11-20 14:41:09 +00:00
Zoltan Haindrich
4cc00777e3
Merge remote-tracking branch 'apache/master' into rename-d1-dbl1
2024-11-20 14:07:12 +00:00
Adithya Chakilam
c1d6328249
StreamingTaskRunner: Close the rejection period updater executor service ( #17490 )
2024-11-19 12:49:20 -08:00
zachjsh
8853c7e5c6
Add ingest/notices/queueSize
and ingest/pause/time
to statsd emitter ( #17487 )
...
* SQL syntax error should target USER persona
* * revert change to queryHandler and related tests, based on review comments
* * add test
* * add `ingest/notices/queueSize` and `ingest/pause/time` to statsd emitter
* * add taskStatus dimension to `service/heartbeat` metric
* Revert "* add taskStatus dimension to `service/heartbeat` metric"
This reverts commit cfb02a2813b24243ea0703def7a0dddd948bee00.
2024-11-18 20:58:00 -05:00
Adithya Chakilam
6f436301be
supervisor: make rejection periods work with stopTasksCount ( #17442 )
...
* kafka-indexing: Report consumer io time
* commit
* backward
* tests
* remove unwanted changes
* comments
* comments
* coverage
* change name
* fixes
* fixes
* comments
2024-11-18 13:12:24 -08:00
Clint Wylie
24a1fafaa7
projection segment merge fixes ( #17460 )
...
changes:
* fix issue when merging projections from multiple-incremental persists which was hoping that some 'dim conversion' buffers were not closed, but they already were (by the merging iterator). fix involves selectively persisting these conversion buffers to temp files in the segment write out directory and mapping them and tying them to the segment level closer so that they are available after the lifetime of the parent merger
* modify auto column serializers to use segment write out directory for temp files instead of java.io.tmpdir
* fix queryable index projection to not put the time-like column as a dimension, instead only adding it as __time
* use smoosh for temp files so can safely write any Serializer to a temp smoosh
2024-11-15 16:46:04 -08:00
Zoltan Haindrich
79c489cb88
;stuf
2024-11-15 15:46:49 +00:00
Zoltan Haindrich
400c05e0ca
last trim possibly nbot needed
2024-11-15 15:29:11 +00:00
Zoltan Haindrich
0378e65216
trimmed
2024-11-15 15:22:07 +00:00
Zoltan Haindrich
afad58ce80
Merge branch 'rename-d1-dbl1' into unnest-relfieldtrimmer-unnestfieldtype
2024-11-15 14:41:05 +00:00
Zoltan Haindrich
d2e97da900
add back dummyproject
2024-11-15 14:40:13 +00:00
Zoltan Haindrich
7e46880aac
cleanup
2024-11-15 14:23:56 +00:00
Zoltan Haindrich
8800763484
correct indent
2024-11-15 14:20:17 +00:00
Zoltan Haindrich
797f35de1e
celanup
2024-11-15 14:19:26 +00:00
Zoltan Haindrich
3aff161271
fix fail
2024-11-15 14:12:39 +00:00
Zoltan Haindrich
f9823b0384
Merge branch 'rename-d1-dbl1' into unnest-relfieldtrimmer-unnestfieldtype
2024-11-15 11:23:15 +00:00
Zoltan Haindrich
f89cc82fbb
update 2 more tests
2024-11-15 07:58:14 +00:00
Rishabh Singh
7f335ff486
Resolve CVEs: Upgrade jetty version and suppress azure cve ( #17385 )
2024-11-15 10:55:02 +05:30
Zoltan Haindrich
351615a3c9
Merge branch 'rename-d1-dbl1' into unnest-relfieldtrimmer-unnestfieldtype
2024-11-14 17:09:26 +00:00
Zoltan Haindrich
44523a8ce3
update
2024-11-14 17:09:08 +00:00
Zoltan Haindrich
acc9eb6ef9
Merge branch 'rename-d1-dbl1' into unnest-relfieldtrimmer-unnestfieldtype
2024-11-14 12:03:01 +00:00
Zoltan Haindrich
1e5c37b66f
inline const back
2024-11-14 11:57:57 +00:00
Zoltan Haindrich
6ee980e8ce
update unnest.iq
2024-11-14 11:56:48 +00:00
Zoltan Haindrich
12373a877e
fix one
2024-11-14 11:55:21 +00:00
Zoltan Haindrich
a075cb9c12
removal of some projects
2024-11-14 11:51:43 +00:00
Zoltan Haindrich
23e4dab3df
trim-trim
2024-11-14 11:50:17 +00:00
Zoltan Haindrich
dcdd7d4a92
fix final test
2024-11-14 11:44:17 +00:00
Zoltan Haindrich
9afdfb2dcf
updates
2024-11-14 10:03:28 +00:00
Zoltan Haindrich
9448ed3825
enable trim for unnest
2024-11-14 09:53:17 +00:00
Zoltan Haindrich
fd564fda72
cleanup/enhance rule order to simplify
2024-11-14 09:07:44 +00:00
Zoltan Haindrich
f4d7ec2695
cleanup/enhance rule order to simplify
2024-11-14 07:51:22 +00:00
Katya Macedo
75d9ece665
Docs: update descriptions and default values ( #17473 )
2024-11-13 16:29:27 -08:00
Zoltan Haindrich
fbfed8a07f
update
2024-11-13 18:09:50 +00:00
Zoltan Haindrich
7d9693bd91
aa
2024-11-13 18:00:52 +00:00
zachjsh
b0c73d7c2a
Add 'ingest/notices/time' metric to statsd emitter ( #17468 )
...
* SQL syntax error should target USER persona
* * revert change to queryHandler and related tests, based on review comments
* * add test
* Add 'ingest/notices/time' metric to statsd emitter
This metric gives the milliseconds taken to process a notice by the supervisor.
2024-11-13 12:17:01 -05:00
Zoltan Haindrich
96f572e679
updates/etc
2024-11-13 17:03:06 +00:00
Zoltan Haindrich
0d09c18cab
undo trials; re-introduce expr if needed (will be trimmed in most cases)
2024-11-13 16:48:31 +00:00
Zoltan Haindrich
8dfd57f922
update test
2024-11-13 16:30:08 +00:00
Zoltan Haindrich
1379c9aa2c
Merge branch 'rename-d1-dbl1' into unnest-relfieldtrimmer-unnestfieldtype
2024-11-13 16:24:35 +00:00
Zoltan Haindrich
247ee17f17
fixups after merge
2024-11-13 15:35:00 +00:00
Zoltan Haindrich
a1b9f522fe
Merge remote-tracking branch 'apache/master' into rename-d1-dbl1
2024-11-13 15:30:58 +00:00
Zoltan Haindrich
fc31c8a84a
update iq files
2024-11-13 14:51:56 +00:00
Zoltan Haindrich
ced72b3ab7
fix nondefault
2024-11-13 14:40:12 +00:00
Zoltan Haindrich
08748436a5
fix some more
2024-11-13 14:20:41 +00:00
Zoltan Haindrich
62664e36e7
fix windowtests
2024-11-13 14:16:48 +00:00
Zoltan Haindrich
88e57f972a
fix some more
2024-11-13 14:12:25 +00:00
Zoltan Haindrich
bd72b95777
fix some
2024-11-13 14:01:45 +00:00