We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017d706 commit ac30f4eCopy full SHA for ac30f4e
rust/operator-binary/src/config/jvm.rs
@@ -43,7 +43,7 @@ pub fn construct_global_jvm_args(kerberos_enabled: bool) -> String {
43
jvm_args.join(" ")
44
}
45
46
-/// All JVM arguments.
+/// JVM arguments that specifically for the role [server], so will *not* be used e.g. by CLI tools
47
fn construct_role_specific_jvm_args(
48
hbase_role: &HbaseRole,
49
role: &Role<HbaseConfigFragment, GenericRoleConfig, JavaCommonConfig>,
0 commit comments