This is an automated email from the ASF dual-hosted git repository.

asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f54f20660 allow compaction config slots to drop to 0 (#15877)
66f54f20660 is described below

commit 66f54f20660a912a0ac15eea9bea62511fc5e8d0
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Wed Feb 14 23:27:15 2024 -0800

    allow compaction config slots to drop to 0 (#15877)
---
 .../compaction-dynamic-config-dialog.tsx                                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/web-console/src/dialogs/compaction-dynamic-config-dialog/compaction-dynamic-config-dialog.tsx
 
b/web-console/src/dialogs/compaction-dynamic-config-dialog/compaction-dynamic-config-dialog.tsx
index 4a91337d32e..59f73c27a11 100644
--- 
a/web-console/src/dialogs/compaction-dynamic-config-dialog/compaction-dynamic-config-dialog.tsx
+++ 
b/web-console/src/dialogs/compaction-dynamic-config-dialog/compaction-dynamic-config-dialog.tsx
@@ -46,7 +46,7 @@ const COMPACTION_DYNAMIC_CONFIG_FIELDS: 
Field<CompactionDynamicConfig>[] = [
     type: 'number',
     defaultValue: DEFAULT_MAX,
     info: <>The maximum number of task slots for compaction tasks</>,
-    min: 1,
+    min: 0,
   },
 ];
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to