Inphi

Results 24 comments of Inphi

Partial flags shouldn't be relied on as they aren't even transmitted by hbase server versions between 1.0.0 and 1.0.3.

@lungfei I have a [branch](https://github.com/Inphi/gohbase/tree/issue-81) that addresses this issue. Please let me know if that works for you too.

> @Inphi how about we add another variable with getters/setters (similar to `cryptKeeperKey`) called `keyPaddingMode`; that way, we can say `keyPaddingMode = PaddingModePKS7`, `GetKeyPaddingMode`, etc which will allow us to...

@blaskovicz Any idea what's up with coveralls?

What version are you using? I'm unable to reproduce this with using the snippet you've provided on the latest version of zmq4. In any case, you shouldn't be creating a...

That's alright. Thanks for the response. I might look into submitting a PR then.

> > > I think we need some clarification on how we want to propagate beacon blocks that don't have sidecars > > Do we want to support this? It...

Hey @McSim85. This is most likely because those transactions touch alot of memory and each slot access is being traced by default. You could try disabling memory traces as in...

yeah, the default call tracer doesn't handle null values correctly. Until this is fixed, for the time being, might I suggest using this [tracer](https://gist.github.com/Inphi/48c104db351a73a8ce0567362ac59129). The script does the same thing...

It's tricky to do this directly on the cmd line as the tracer script has to be escaped. If you don't mind using python, you can use this [convenient script](https://gist.github.com/Inphi/f76ce40c8737f84a7d3accfe14365f3f)...