On Jun 17, 2013, at 11:38 AM, "Owens, Steve" <[email protected]> wrote:

> I am trying to diagnose a problem with a transform plugin and am not sure how 
> to get information to find the cause.

For a transform plugin, you might want to checkout the LinkedIn C++ API at 
https://github.com/linkedin/atscppapi. I know they spent a lot of time handling 
the corner cases of transforms.

J

> 
> What is happening:
> 
> The plugin is copying data to the output buffer and copies around 32K of data 
> to the output buffer in several chunks.
> BUT the client is only getting about 4K of data before the stream is closed.
> 
> Issue:
> Nothing in the logs indicates any sort of error.
> 
> Now clearly if not all of the data is being sent then that would be an error. 
>  
> 
> What do you do when you get nothing in the logs to help you identify the 
> cause of the error but you know the system is not working as expected?

Reply via email to