forked from facebookarchive/scribe
-
Notifications
You must be signed in to change notification settings - Fork 12
FAQ
rajubairishetti edited this page Aug 28, 2014
·
2 revisions
num_store_threads=<value>
Only single writer thread writes to the store(hdfs).
System behavior would be unpredictable(may crash).
1) Stop the scribe collector
2) set this property
If you want to increase the number of threads from 0 or 1 then we should check whether any spooled data is there or not. If the spooled data is available then first move all these data to <spooled location>/thread_0 for despooling after restart.
3) start the scribe collector
1) Stop the scribe collector
2) configure num_store_threads
Note: Should not decrease the threads in case of spooled data is available
3) start the scribe collector