[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/809 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-19 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r117423249 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -234,6 +233,37 @@ void DrillClientImpl::Close() { } /* + * Write by

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-19 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r117423292 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -364,7 +395,41 @@ connectionStatus_t DrillClientImpl::recvHandshake(){ return

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-18 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r117412544 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -364,7 +395,41 @@ connectionStatus_t DrillClientImpl::recvHandshake(){ ret

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-18 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r117412175 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -234,6 +233,37 @@ void DrillClientImpl::Close() { } /* + * Writ

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115860398 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115614489 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115877434 --- Diff: contrib/native/client/src/clientlib/utils.cpp --- @@ -111,4 +111,52 @@ AllocatedBuffer::~AllocatedBuffer(){ m_bufSize = 0; } +

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115612998 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115557153 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115532000 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115614854 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115527833 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -370,6 +453,33 @@ void DrillClientImpl::handleHShakeReadTimeout(const boost::system::e

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115612782 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r11119 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115530271 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -495,26 +612,45 @@ connectionStatus_t DrillClientImpl::handleAuthentication(const Dril

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-11 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115861013 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114442242 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -245,6 +264,64 @@ connectionStatus_t DrillClientImpl::sendSync(rpc::OutBoundRpcMes

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114442866 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -245,6 +264,64 @@ connectionStatus_t DrillClientImpl::sendSync(rpc::OutBoundRpcMes

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114442367 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -245,6 +264,64 @@ connectionStatus_t DrillClientImpl::sendSync(rpc::OutBoundRpcMes

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115370795 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115371963 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114442641 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -245,6 +264,64 @@ connectionStatus_t DrillClientImpl::sendSync(rpc::OutBoundRpcMes

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115369295 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115371638 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114629588 --- Diff: contrib/native/client/src/clientlib/utils.cpp --- @@ -111,4 +111,52 @@ AllocatedBuffer::~AllocatedBuffer(){ m_bufSize = 0; }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114775522 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -370,6 +453,33 @@ void DrillClientImpl::handleHShakeReadTimeout(const boost::syste

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115369469 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114828323 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114818140 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114623038 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114778278 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -495,26 +612,45 @@ connectionStatus_t DrillClientImpl::handleAuthentication(const

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r114828848 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r115372156 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -854,75 +990,328 @@ void DrillClientImpl::waitForResults(){ } }

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-05-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/809#discussion_r11272 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -245,6 +264,64 @@ connectionStatus_t DrillClientImpl::sendSync(rpc::OutBoundRpcMes

[GitHub] drill pull request #809: Drill-4335: C++ client changes for supporting encry...

2017-04-06 Thread sohami
GitHub user sohami opened a pull request: https://github.com/apache/drill/pull/809 Drill-4335: C++ client changes for supporting encryption using SASL You can merge this pull request into a Git repository by running: $ git pull https://github.com/sohami/drill DRILL-4335-C++-04