mrproliu commented on code in PR #13910:
URL: https://github.com/apache/skywalking/pull/13910#discussion_r3409224176
##########
docs/en/banyandb/stages.md:
##########
@@ -31,14 +31,15 @@ The lifecycle stages configuration is under each group
settings of the `bydb.yml
nodeSelector:
${SW_STORAGE_BANYANDB_GM_MINUTE_WARM_NODE_SELECTOR:"type=warm"}
cold:
shardNum: ${SW_STORAGE_BANYANDB_GM_MINUTE_COLD_SHARD_NUM:2}
- segmentInterval: ${SW_STORAGE_BANYANDB_GM_MINUTE_COLD_SI_DAYS:5}
+ segmentInterval: ${SW_STORAGE_BANYANDB_GM_MINUTE_COLD_SI_DAYS:6}
Review Comment:
Update the `stages.md` from `metricsMin` to `metricsMinute`.
##########
docs/en/setup/backend/configuration-vocabulary.md:
##########
@@ -432,7 +432,7 @@ OAP will query the data from the "hot and warm" stage by
default if the "warm" s
| - | - | nodeSelector | Specifying
target nodes for this stage.
| SW_STORAGE_BANYANDB_RECORDS_WARM_NODE_SELECTOR | type=warm |
| - | cold | - | The cold stage
settings.
| - | - |
| - | - | shardNum | Shards Number
for for this stage.
| SW_STORAGE_BANYANDB_RECORDS_COLD_SHARD_NUM | 1 |
-| - | - | segmentInterval | Segment
Interval Days for this stage.
| SW_STORAGE_BANYANDB_RECORDS_COLD_SI_DAYS | 3
|
+| - | - | segmentInterval | Segment
Interval Days for this stage.
| SW_STORAGE_BANYANDB_RECORDS_COLD_SI_DAYS | 4
|
Review Comment:
Done.
--
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]