This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 2a936f850f2 [improve][broker] ENABLE_IO_URING property name (#18402)
2a936f850f2 is described below
commit 2a936f850f29e55086087ca79043207e625ab30a
Author: Cong Zhao <[email protected]>
AuthorDate: Wed Nov 16 00:36:19 2022 +0800
[improve][broker] ENABLE_IO_URING property name (#18402)
Co-authored-by: tison <[email protected]>
---
.../main/java/org/apache/pulsar/common/util/netty/EventLoopUtil.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pulsar-common/src/main/java/org/apache/pulsar/common/util/netty/EventLoopUtil.java
b/pulsar-common/src/main/java/org/apache/pulsar/common/util/netty/EventLoopUtil.java
index 3ed88947ccc..cfc766890f0 100644
---
a/pulsar-common/src/main/java/org/apache/pulsar/common/util/netty/EventLoopUtil.java
+++
b/pulsar-common/src/main/java/org/apache/pulsar/common/util/netty/EventLoopUtil.java
@@ -50,7 +50,7 @@ import org.apache.commons.lang3.StringUtils;
@Slf4j
public class EventLoopUtil {
- private static final String ENABLE_IO_URING = "enable.io_uring";
+ private static final String ENABLE_IO_URING = "pulsar.enableUring";
/**
* @return an EventLoopGroup suitable for the current platform