uds5501 commented on PR #18341:
URL: https://github.com/apache/druid/pull/18341#issuecomment-3143726898
I have verified the `noop` task streaming options in CLI Overlord.
Used the following configuration in embedded test setup to check the same -
```java
overlord.addProperty("druid.indexer.task.default.context",
"{\"useConcurrentLocks\": true}")
.addProperty("druid.manager.segments.useIncrementalCache",
"ifSynced")
.addProperty("druid.manager.segments.pollDuration", "PT0.1s")
.addProperty("druid.manager.segments.killUnused.enabled", "true")
.addProperty("druid.manager.segments.killUnused.bufferPeriod",
"PT0.1s")
.addProperty("druid.manager.segments.killUnused.dutyPeriod",
"PT1s")
.addProperty("druid.indexer.logs.type", "switching")
.addProperty("druid.indexer.logs.switching.defaultType", "file")
.addProperty("druid.indexer.logs.switching.streamType", "noop");
```
<img width="2299" height="1101" alt="image"
src="https://github.com/user-attachments/assets/37a572a7-b3c9-44b7-80ec-7f3784c837b7"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]