bmahler

Results 5 issues of bmahler

Currently it's not possible to use glog to dump stack traces (via `InstallFailureSignalHandler()`) on program crashes on windows because windows handles these without using signals. On windows, structured exception handling...

enhancement
PR welcome

Currently the glog stack trace facilities on Windows do not include file name and line number information (nor does the code for Linux as far as I can tell). It's...

enhancement
PR welcome

I noticed some odd stack traces that looked truncated, and realized that the stack trace depth is currently burned in to be 32: https://github.com/google/glog/blob/v0.3.5/src/signalhandler.cc#L307 It would be great to support...

enhancement
PR welcome

Currently the readme shows the startup time advantage of this golang client. The jvm based hdfs client also uses a lot of memory, I would assume this go client has...

A bit about our setup for context: We use znodes as representation of work items (typically there are hundreds of work items / znodes present), and we have many workers...

Possible bug