Hi,

We are getting following exceptions in ClusterBlockException due to which 
messages are not getting written on the cluster due to which its eating up 
all the memory.

root@ip-10-151-2-86:/home/ubuntu# mongo
MongoDB shell version: 2.6.4
connecting to: test
Welcome to the MongoDB shell.
For interactive help, type "help".
For more comprehensive documentation, see
    http://docs.mongodb.org/
Questions? Try the support group
    http://groups.google.com/group/mongodb-user
> use graylog2
switched to db graylog2
> db.index_failures.find().limit(1).pretty()
{
    "_id" : ObjectId("5405f7bfe4b0022b08911f32"),
    "timestamp" : ISODate("2014-09-02T17:00:47.304Z"),
    "message" : "ClusterBlockException[blocked by: [FORBIDDEN/8/index write 
(api)];]",
    "index" : "graylog2_13",
    "written" : false,
    "letter_id" : "af3d6dfe-32c2-11e4-927f-22000a970256",
    "type" : "message"
}

Please let me know what is the issue here.

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to