GitHub user hbdeshmukh opened a pull request: https://github.com/apache/incubator-quickstep/pull/355
QUICKSTEP-127 Data provider thread - Thread used for receiving block requests from clients and sending the contents of a block back to the client. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hbdeshmukh/incubator-quickstep data-provider-thread Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/355.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #355 ---- commit 6967ca57c448a17b63e176bf8bc1576066fe893a Author: Harshad Deshmukh <hbdeshmukh@...> Date: 2018-04-06T21:00:54Z Data Provider thread added. - Thread used for receiving block requests from clients and sending the contents of a block back to the client. ---- ---