Commit 40f2c9d
authored
Adding virtual memory pools (opensearch-project#21885)
* Adding virtual memory pools
Signed-off-by: rayshrey <rayshrey@amazon.com>
* Node stats BWC and other fixes
Signed-off-by: rayshrey <rayshrey@amazon.com>
---------
Signed-off-by: rayshrey <rayshrey@amazon.com>1 parent c78f251 commit 40f2c9d
59 files changed
Lines changed: 2790 additions & 1649 deletions
File tree
- libs/arrow-spi
- src
- main/java/org/opensearch/arrow/spi
- test/java/org/opensearch/arrow/spi
- plugins
- arrow-base/src
- main/java/org/opensearch/arrow/allocator
- test/java/org/opensearch/arrow/allocator
- arrow-flight-rpc/src
- internalClusterTest/java/org/opensearch/arrow/flight
- test/java/org/opensearch/arrow/flight/transport
- sandbox
- libs/dataformat-native/rust/common/src
- plugins
- analytics-backend-datafusion/src
- main/java/org/opensearch/be/datafusion
- test/java/org/opensearch/be/datafusion
- composite-engine/src/internalClusterTest/java/org/opensearch/composite
- parquet-data-format
- benchmarks/src/main/java/org/opensearch/parquet/benchmark
- src
- main
- java/org/opensearch/parquet
- bridge
- rust/src
- test/java/org/opensearch/parquet
- engine
- memory
- vsr
- writer
- server
- src
- main/java/org/opensearch
- action/admin/cluster
- node/stats
- stats
- indices
- node
- plugins
- plugin/stats
- test/java/org/opensearch
- action/admin/cluster
- node/stats
- stats
- cluster
- indices
- node
- plugin/stats
- test/framework/src/main/java/org/opensearch
- cluster
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
Lines changed: 88 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
| 17 | + | |
15 | 18 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
31 | 30 | | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
50 | 90 | | |
51 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
52 | 98 | | |
53 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
54 | 117 | | |
55 | 118 | | |
56 | | - | |
57 | | - | |
| 119 | + | |
58 | 120 | | |
59 | 121 | | |
60 | 122 | | |
| |||
63 | 125 | | |
64 | 126 | | |
65 | 127 | | |
66 | | - | |
| 128 | + | |
67 | 129 | | |
68 | 130 | | |
69 | 131 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 132 | + | |
73 | 133 | | |
74 | 134 | | |
75 | | - | |
76 | | - | |
77 | | - | |
| 135 | + | |
78 | 136 | | |
79 | 137 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 138 | + | |
83 | 139 | | |
84 | 140 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 141 | + | |
88 | 142 | | |
89 | 143 | | |
90 | 144 | | |
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 29 | | |
0 commit comments