File tree Expand file tree Collapse file tree 9 files changed +16
-14
lines changed Expand file tree Collapse file tree 9 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ All notable changes to this project will be documented in this file.
38
38
- ubi-rust-builder: Bump Rust toolchain to 1.81.0 ([ #902 ] ).
39
39
- ci: Handle release builds in the same build workflows ([ #913 ] ).
40
40
- hadoop: Bump to ` hdfs-utils ` 0.4.0 ([ #914 ] ).
41
+ - jmx_exporter: Updated to a custom-built version of 1.0.1 to fix performance regressions ([ #920 ] ).
41
42
42
43
### Removed
43
44
@@ -101,6 +102,7 @@ All notable changes to this project will be documented in this file.
101
102
[ #912 ] : https://github.com/stackabletech/docker-images/pull/912
102
103
[ #913 ] : https://github.com/stackabletech/docker-images/pull/913
103
104
[ #914 ] : https://github.com/stackabletech/docker-images/pull/914
105
+ [ #920 ] : https://github.com/stackabletech/docker-images/pull/920
104
106
105
107
## [ 24.7.0] - 2024-07-24
106
108
Original file line number Diff line number Diff line change 4
4
"java-base" : "11" ,
5
5
"java-devel" : "11" ,
6
6
"async_profiler" : "2.9" ,
7
- "jmx_exporter" : "1.0.1" ,
7
+ "jmx_exporter" : "1.0.1-stackable " ,
8
8
"protobuf" : "3.7.1" ,
9
9
"hdfs_utils" : "0.4.0" ,
10
10
},
13
13
"java-base" : "11" ,
14
14
"java-devel" : "11" ,
15
15
"async_profiler" : "2.9" ,
16
- "jmx_exporter" : "1.0.1" ,
16
+ "jmx_exporter" : "1.0.1-stackable " ,
17
17
"protobuf" : "3.7.1" ,
18
18
"hdfs_utils" : "0.4.0" ,
19
19
},
22
22
"java-base" : "11" ,
23
23
"java-devel" : "11" ,
24
24
"async_profiler" : "2.9" ,
25
- "jmx_exporter" : "1.0.1" ,
25
+ "jmx_exporter" : "1.0.1-stackable " ,
26
26
"protobuf" : "3.7.1" ,
27
27
"hdfs_utils" : "0.4.0" ,
28
28
},
Original file line number Diff line number Diff line change 11
11
"phoenix" : "5.2.0" ,
12
12
"hbase_profile" : "2.4" ,
13
13
"hadoop" : "3.3.6" ,
14
- "jmx_exporter" : "1.0.1" , # update the stackable/jmx/config<version> folder too
14
+ "jmx_exporter" : "1.0.1-stackable " , # update the stackable/jmx/config<version> folder too
15
15
"opa_authorizer" : "" , # only for HBase 2.6.0
16
16
"delete_caches" : "true" ,
17
17
},
Original file line number Diff line number Diff line change 1
1
versions = [
2
2
{
3
3
"product" : "4.0.0" ,
4
- "jmx_exporter" : "1.0.1" ,
4
+ "jmx_exporter" : "1.0.1-stackable " ,
5
5
# Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
6
6
"java-base" : "11" ,
7
7
"java-devel" : "8" ,
13
13
},
14
14
{
15
15
"product" : "3.1.3" ,
16
- "jmx_exporter" : "1.0.1" ,
16
+ "jmx_exporter" : "1.0.1-stackable " ,
17
17
# Hive 3 must be built with Java 8 but will run on Java 11
18
18
"java-base" : "11" ,
19
19
"java-devel" : "8" ,
Original file line number Diff line number Diff line change 6
6
"scala" : "2.13" ,
7
7
"kcat" : "1.7.0" ,
8
8
"opa_authorizer" : "1.5.1" ,
9
- "jmx_exporter" : "1.0.1" ,
9
+ "jmx_exporter" : "1.0.1-stackable " ,
10
10
},
11
11
{
12
12
"product" : "3.8.0" ,
15
15
"scala" : "2.13" ,
16
16
"kcat" : "1.7.0" ,
17
17
"opa_authorizer" : "1.5.1" ,
18
- "jmx_exporter" : "1.0.1" ,
18
+ "jmx_exporter" : "1.0.1-stackable " ,
19
19
},
20
20
]
Original file line number Diff line number Diff line change 3
3
"product" : "1.1.2" ,
4
4
"java-base" : "11" ,
5
5
"java-devel" : "11" ,
6
- "jmx_exporter" : "1.0.1" ,
6
+ "jmx_exporter" : "1.0.1-stackable " ,
7
7
},
8
8
]
Original file line number Diff line number Diff line change 13
13
"stax2_api" : "4.2.1" , # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
14
14
"woodstox_core" : "6.5.1" , # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
15
15
"vector" : "0.41.1" ,
16
- "jmx_exporter" : "1.0.1" ,
16
+ "jmx_exporter" : "1.0.1-stackable " ,
17
17
"tini" : "0.19.0" ,
18
18
"hbase_connector" : "1.0.1" ,
19
19
},
31
31
"stax2_api" : "4.2.1" , # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
32
32
"woodstox_core" : "6.5.1" , # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
33
33
"vector" : "0.41.1" ,
34
- "jmx_exporter" : "1.0.1" ,
34
+ "jmx_exporter" : "1.0.1-stackable " ,
35
35
"tini" : "0.19.0" ,
36
36
"hbase_connector" : "1.0.1" ,
37
37
},
Original file line number Diff line number Diff line change 3
3
"product" : "451" ,
4
4
"java-base" : "22" ,
5
5
"java-devel" : "22" ,
6
- "jmx_exporter" : "1.0.1" ,
6
+ "jmx_exporter" : "1.0.1-stackable " ,
7
7
"storage_connector" : "451" ,
8
8
},
9
9
{
10
10
"product" : "455" ,
11
11
"java-base" : "22" ,
12
12
"java-devel" : "22" ,
13
- "jmx_exporter" : "1.0.1" ,
13
+ "jmx_exporter" : "1.0.1-stackable " ,
14
14
"storage_connector" : "455" ,
15
15
},
16
16
]
Original file line number Diff line number Diff line change 7
7
# zookeeper: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs failed: Java
8
8
# returned: 1 -> [Help 1]
9
9
"java-devel" : "11" ,
10
- "jmx_exporter" : "1.0.1" ,
10
+ "jmx_exporter" : "1.0.1-stackable " ,
11
11
},
12
12
]
You can’t perform that action at this time.
0 commit comments