Hello Ben, no worries.
Still figuring my way around git, github etc. So, please excuse by
missteps (e.g. subject lines).
I've redone (revert + recommit) changes to my fork with a better commit
message.
Will, be sending the patch (via email) & pull request (via github) shortly.
Let's handle the
As stated in the earlier mail, redoing & resubmitting the changes.
--
Sumit Garg
Extreme Networks
su...@extremenetworks.com
+1 (919) 595-4971
On 6/24/15, 7:41 PM, "Ben Pfaff" wrote:
>On Sat, Jun 20, 2015 at 05:09:55PM -0700, Ben Pfaff wrote:
>> From: Sumit Garg
>>
>> In other words, when
Committing two fixes that address python exceptions:
1. A bool (has_lock) was being accessed as a function call
leading to a runtime exception.
2. When 'alert' was turned off on a column, the code was
erroring out when value for that column was being set
in a newly inserted row. This is
When opening a JSONRPC connection, the health probes
are incorrectly getting turned off for connections
that need probes.
In other words, when stream_or_pstream_needs_probes()
return non-zero, the probes are gettting disabled as
the probe interval is getting set to zero. This leads
to incorrect be