SPLK-1003 Exam QuestionsBrowse all questions from this exam

SPLK-1003 Exam - Question 86


When does a warm bucket roll over to a cold bucket?

Show Answer
Correct Answer: D

A warm bucket rolls over to a cold bucket when the maximum number of warm buckets is reached. This is determined by the configuration parameter maxWarmDBCount. Once the maximum limit of warm buckets is reached, the indexer rolls the oldest warm bucket to a cold state.

Discussion

12 comments
Sign in to comment
hwangho
Jun 30, 2022

D is the correct answer. https://docs.splunk.com/Documentation/Splunk/8.1.1/Indexer/HowSplunkstoresindexes Once further conditions are met (for example, the index reaches some maximum number of warm buckets), the indexer begins to roll the warm buckets to cold, based on their age. It always selects the oldest warm bucket to roll to cold. Buckets continue to roll to cold as they age in this manner. Cold buckets reside in a different location from hot and warm buckets. You can configure the location so that cold buckets reside on cheaper storage.

AngusBlack
Dec 30, 2022

It is D. From the System Admin course slides: Warm buckets roll to cold when: The Home Path maximum size is reached (not the bucket size as in the wrong answer) or the maximum warm bucket count (maxWarmDBCount) is reached

jm130106
Feb 8, 2023

D - From warm to cold; once the number of maxWarmDBCount is reached, the older will be rolled. https://wiki.splunk.com/Deploy:BucketRotationAndRetention

newrose
Jun 2, 2022

Is that answer correct?

loky0
Feb 27, 2023

D. While the order of roll is based on age, warm buckets will not roll to cold just because of age. A max limit number of buckets need to be reached in order to trigger the rolling.

ucsdmiami2020
Apr 11, 2023

Agreed D. Quoting the Splunk Wiki reference URL https://wiki.splunk.com/Deploy:BucketRotationAndRetention "Bucket Stages. A bucket rolls from one stage to another depending on certain conditions: Hot -> Warm -> Cold -> Frozen (-> Thawed). From hot to warm if its size reaches a limit 'maxDataSize' or its lifetime is older than 'maxHotSpanSecs', or by using a manual command to roll the buckets. From warm to cold; once the number of maxWarmDBCount is reached, the older will be rolled."

BlueRoselia
Aug 28, 2023

Answer D maxWarmDBCount Determines rolling behavior, warm to cold. The maximum number of warm buckets. When the maximum is reached, warm buckets begin rolling to cold. https://docs.splunk.com/Documentation/Splunk/8.2.5/Indexer/Configureindexstorage

BlueRoselia
Sep 2, 2023

The answer is also A Hot buckets also roll to warm automatically when the indexer is restarted

thomass
Sep 25, 2022

the question is a little bit tricky, thats can be size or age reached to roll to cold

ngum
Nov 5, 2022

B i think. As buckets age, they "roll" from one state to the next. When data is first indexed, it gets written to a hot bucket. Hot buckets are buckets that are actively being written to. An index can have several hot buckets open at a time. Hot buckets are also searchable. When certain conditions are met (for example, the hot bucket reaches a certain size or the indexer gets restarted), the hot bucket becomes a warm bucket ("rolls to warm"), and a new hot bucket is created in its place. The warm bucket is renamed but it remains in the same location as when it was a hot bucket. Warm buckets are searchable, but they are not actively written to. There can be a large number of warm buckets.

ngum
Nov 5, 2022

I could be D .

MariuszSem
Feb 2, 2023

D is correct

denominatorOption: D
Dec 24, 2023

Warm bucket count (default 300), once its reached, it switches to cold. Answer D

mngesha
Aug 12, 2024

D is the answer. maxWarmDBCount reaches 300. https://docs.splunk.com/Documentation/Splunk/8.1.2/Indexer/Configureindexstorage

toney_mu
Aug 18, 2024

Option D maxWarmDBCount : Determines rolling behavior, warm to cold. The maximum number of warm buckets. When the maximum is reached, warm buckets begin rolling to cold