Monitoring Splunk

Error about bloomfilter not built

mataharry
Communicator

Found this error message in my splunkd.log while rebuilding my indexes.
Is it serious ?

8:33:19.729 AM 05-09-2012 08:33:19.729 -0400 ERROR ProcessTracker - (child_593365__RecoverMetadata) INFO timeinvertedIndex - Not building bloomfilter for db_1313856000_1313856000_385 in main, since it is 232 days past maxBloomBackfillBucketAgehost=EEEP01
| sourcetype=splunkd | source=D:\Program Files\Splunk\var\log\splunk\splunkd.log

Tags (2)
0 Karma
1 Solution

yannK
Splunk Employee
Splunk Employee

Please disregard this message, his severity is actually misleading, and will be fixed in future release.

As you can see it contains both a severity of ERROR and INFO :

  • This is initially an INFO message from the bloomfilter module telling that one bloomfilter file creation will be skipped because the bucket had no recent activity.
  • However the message is catch by the parent process that tags its as an ERROR.

for detail about the bloomfilter : http://docs.splunk.com/Documentation/Splunk/4.3.2/Admin/Bloomfilters

View solution in original post

yannK
Splunk Employee
Splunk Employee

Please disregard this message, his severity is actually misleading, and will be fixed in future release.

As you can see it contains both a severity of ERROR and INFO :

  • This is initially an INFO message from the bloomfilter module telling that one bloomfilter file creation will be skipped because the bucket had no recent activity.
  • However the message is catch by the parent process that tags its as an ERROR.

for detail about the bloomfilter : http://docs.splunk.com/Documentation/Splunk/4.3.2/Admin/Bloomfilters

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...