Skip to content

Commit

Permalink
[MINOR] chore(operator): remove useless configuration items in config…
Browse files Browse the repository at this point in the history
…uration example (apache#764)

### What changes were proposed in this pull request?
Remove useless configuration items in configuration example.

### Why are the changes needed?
The configuration items that removed will be generated automatically. Setting them has no effect.

### Does this PR introduce any user-facing change?
No.

### How was this patch tested?
No need
  • Loading branch information
xianjingfeng authored Mar 27, 2023
1 parent d7fbfc0 commit 3245ae5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deploy/kubernetes/operator/examples/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ data:
log4j.appender.RollingAppender.layout=org.apache.log4j.PatternLayout
log4j.appender.RollingAppender.layout.ConversionPattern=[%p] %d %t %c{1} %M - %m%n
server.conf: |-
rss.coordinator.quorum rss-coordinator-rss-demo-0:19997,rss-coordinator-rss-demo-1:19997
rss.jetty.http.port 19996
# these configurations in comments are generated by operator automatically
# rss.coordinator.quorum
# rss.jetty.http.port
# rss.rpc.server.port
# rss.storage.basePath
rss.rpc.executor.size 500
rss.rpc.message.max.size 1073741824
rss.rpc.server.port 19997
rss.server.app.expired.withoutHeartbeat 120000
rss.server.buffer.capacity 60g
rss.server.commit.timeout 600000
Expand All @@ -70,5 +72,4 @@ data:
rss.server.read.buffer.capacity 5g
rss.server.shuffle.expired.timeout.ms 120000
rss.server.write.retry.max 2
rss.storage.basePath /data1/rssdata,/data10/rssdata,/data11/rssdata,/data12/rssdata,/data2/rssdata,/data3/rssdata,/data4/rssdata,/data5/rssdata,/data6/rssdata,/data7/rssdata,/data8/rssdata,/data9/rssdata
rss.storage.type MEMORY_LOCALFILE

0 comments on commit 3245ae5

Please sign in to comment.