basho / leveldb

Clone of http://code.google.com/p/leveldb/
BSD 3-Clause "New" or "Revised" License
408 stars 182 forks source link

pthread create should log to syslog on failure [JIRA: RIAK-2582] #196

Open matthewvon opened 8 years ago

matthewvon commented 8 years ago

There is no access to leveldb's Logger in the thread creation code (which is also called during eleveldb startup now days). Failed thread creation should post error messages to syslog.

Same with thread priority change failures.