parasssh

Results 11 comments of parasssh

Thanks for the reply. Your answer still requires me to find every go routine in my application and add the Sentry integration (with or without Hub) for each one of...

Thanks for the explanation. The application is a distributed graph-db (dgraph) which consists of worker nodes and manager nodes. My immediate requirement is to capture _all_ panics in any go...

I did exactly that. And events are flowing in now. Will continue to expore. For Stage 4, I see there are three ways. 1. For each "interesting" go routine, call...

> @parasssh one thing to keep in mind and test is that introducing an extra process may affect how other software interact with dgraph. In particular, make sure that signal...

> We may integrate with https://github.com/mitchellh/panicwrap. I tried this and seems to work ok. Simply calling sentry.CaptureException followed by sentry.Flush() in the panic handler does the trick. The only downside...

> > We may integrate with https://github.com/mitchellh/panicwrap. > > I tried this and seems to work ok. Simply calling sentry.CaptureException followed by sentry.Flush() in the panic handler does the trick....

First, I'd like to acknowledge that we have found 3-4 bugs since we integrated Sentry. It is definitely adding value for us and our customers. Thank you. Now, It seems...

When this ticket is picked, we should also look at the ability to enable/disable rebalance as it seems to be a use-case for some users where they don't want rebalance...

@tharun208 , can you push this in? It has been approved.

> > @tharun208 , can you push this in? It has been approved. > > @parasssh , should i need to manually merge this with master ? Yes. You have...