[GitHub] [tinkerpop] sandszhouSZ closed pull request #1131: Fix client / server exception mismatch when server throw StackOverflo…

2019-06-11 Thread GitBox
sandszhouSZ closed pull request #1131: Fix client / server exception mismatch when server throw StackOverflo… URL: https://github.com/apache/tinkerpop/pull/1131 This is an automated message from the Apache Git Service. To

[GitHub] [tinkerpop] sandszhouSZ commented on issue #1131: Fix client / server exception mismatch when server throw StackOverflo…

2019-06-11 Thread GitBox
sandszhouSZ commented on issue #1131: Fix client / server exception mismatch when server throw StackOverflo… URL: https://github.com/apache/tinkerpop/pull/1131#issuecomment-501117223 old pr refer: https://github.com/apache/tinkerpop/pull/1127

[GitHub] [tinkerpop] sandszhouSZ commented on issue #1127: TINKERPOP-2241

2019-06-11 Thread GitBox
sandszhouSZ commented on issue #1127: TINKERPOP-2241 URL: https://github.com/apache/tinkerpop/pull/1127#issuecomment-501117032 thanks,i open a new pr here: https://github.com/apache/tinkerpop/pull/1131 This is an automated

[GitHub] [tinkerpop] sandszhouSZ opened a new pull request #1131: Fix client / server exception mismatch when server throw StackOverflo…

2019-06-11 Thread GitBox
sandszhouSZ opened a new pull request #1131: Fix client / server exception mismatch when server throw StackOverflo… URL: https://github.com/apache/tinkerpop/pull/1131 …wError This is an automated message from the Apache Git

[GitHub] [tinkerpop] sandszhouSZ closed pull request #1127: TINKERPOP-2241

2019-06-11 Thread GitBox
sandszhouSZ closed pull request #1127: TINKERPOP-2241 URL: https://github.com/apache/tinkerpop/pull/1127 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tinkerpop] divijvaidya commented on issue #1105: TINKERPOP-2205 Change connection management to single request per channel

2019-06-11 Thread GitBox
divijvaidya commented on issue #1105: TINKERPOP-2205 Change connection management to single request per channel URL: https://github.com/apache/tinkerpop/pull/1105#issuecomment-501089843 > Are there concerns with netty/netty#9226 ? Is that a problem we introduce as a new exposed risk as a

[GitHub] [tinkerpop] divijvaidya commented on a change in pull request #1105: TINKERPOP-2205 Change connection management to single request per channel

2019-06-11 Thread GitBox
divijvaidya commented on a change in pull request #1105: TINKERPOP-2205 Change connection management to single request per channel URL: https://github.com/apache/tinkerpop/pull/1105#discussion_r292716364 ## File path:

[GitHub] [tinkerpop] divijvaidya commented on a change in pull request #1105: TINKERPOP-2205 Change connection management to single request per channel

2019-06-11 Thread GitBox
divijvaidya commented on a change in pull request #1105: TINKERPOP-2205 Change connection management to single request per channel URL: https://github.com/apache/tinkerpop/pull/1105#discussion_r292716126 ## File path:

[GitHub] [tinkerpop] jon-scho opened a new pull request #1130: typo fix

2019-06-11 Thread GitBox
jon-scho opened a new pull request #1130: typo fix URL: https://github.com/apache/tinkerpop/pull/1130 This is my first pull request (other than the hello-world exercise I went through a little while ago, as a new user of GitHub). Did I do it right?

[GitHub] [tinkerpop] dkuppitz opened a new pull request #1129: TINKERPOP-1084 Branch option tokens should be allowed to be traversals

2019-06-11 Thread GitBox
dkuppitz opened a new pull request #1129: TINKERPOP-1084 Branch option tokens should be allowed to be traversals URL: https://github.com/apache/tinkerpop/pull/1129 https://issues.apache.org/jira/browse/TINKERPOP-1084 Allow predicates and traversals to be used as options in

[GitHub] [tinkerpop] spmallette commented on issue #1127: TINKERPOP-2241

2019-06-11 Thread GitBox
spmallette commented on issue #1127: TINKERPOP-2241 URL: https://github.com/apache/tinkerpop/pull/1127#issuecomment-500991981 Thanks for the fix. I think that this change makes sense. Could you please clean up the commit history a bit though? You have two commits on this pull request when

[GitHub] [tinkerpop] spmallette opened a new pull request #1128: TINKERPOP-2242 Bump to netty 4.1.36

2019-06-11 Thread GitBox
spmallette opened a new pull request #1128: TINKERPOP-2242 Bump to netty 4.1.36 URL: https://github.com/apache/tinkerpop/pull/1128 https://issues.apache.org/jira/browse/TINKERPOP-2242 All tests pass with `docker/build.sh -t -i` VOTE +1

[tinkerpop] branch master updated (9eeed66 -> 61a1aff)

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 9eeed66 Merge branch 'tp34' add 7b7b59b TINKERPOP-2099 Consistent behavior of property() in relation

[tinkerpop] 01/01: Merge pull request #1123 from apache/TINKERPOP-2099

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 61a1affba40a2af9e0b971b9e16026a60f4abcab Merge: 9eeed66 7b7b59b Author: stephen mallette AuthorDate: Tue Jun 11

[GitHub] [tinkerpop] spmallette merged pull request #1123: TINKERPOP-2099 Consistent behavior of property() in relation to null values

2019-06-11 Thread GitBox
spmallette merged pull request #1123: TINKERPOP-2099 Consistent behavior of property() in relation to null values URL: https://github.com/apache/tinkerpop/pull/1123 This is an automated message from the Apache Git Service.

[tinkerpop] branch TINKERPOP-2099 deleted (was 7b7b59b)

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2099 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. was 7b7b59b TINKERPOP-2099 Consistent behavior of property() in relation to null values The revisions

[tinkerpop] 01/01: TINKERPOP-2242 Bump to netty 4.1.36

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-2242 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit bf58ee4bae35ba30cc5ddb91c56e4ee8bfaf53f1 Author: Stephen Mallette AuthorDate: Tue Jun 11 13:41:12 2019

[tinkerpop] branch TINKERPOP-2242 created (now bf58ee4)

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2242 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at bf58ee4 TINKERPOP-2242 Bump to netty 4.1.36 This branch includes the following new commits:

[GitHub] [tinkerpop] github5775 commented on issue #1122: Expose Connection Status to Client

2019-06-11 Thread GitBox
github5775 commented on issue #1122: Expose Connection Status to Client URL: https://github.com/apache/tinkerpop/pull/1122#issuecomment-500899023 Yes, they both call that IsOpen, so I will look deeper. Yes, we can close the PR.

[GitHub] [tinkerpop] github5775 closed pull request #1122: Expose Connection Status to Client

2019-06-11 Thread GitBox
github5775 closed pull request #1122: Expose Connection Status to Client URL: https://github.com/apache/tinkerpop/pull/1122 This is an automated message from the Apache Git Service. To respond to the message, please log on

[tinkerpop] 01/02: TINKERPOP-1084 Allow predicates to be used as options in BranchSteps.

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1084 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 2bc081daf86548e245d2c918193581fb4c131411 Author: Daniel Kuppitz AuthorDate: Mon Jun 10 12:45:16 2019 -0700

[tinkerpop] branch TINKERPOP-2230 deleted (was 7a18d92)

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-2230 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. was 7a18d92 TINKERPOP-2230 Fixed bug in match() step The revisions that were on this branch are still

[tinkerpop] 02/02: TINKERPOP-1084 Allow predicates and traversals to be used as options in `BranchStep`.

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1084 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit e8bd5c1fc7058881b82858a4c88583c24b4260c9 Author: Daniel Kuppitz AuthorDate: Tue Jun 11 07:46:51 2019 -0700

[tinkerpop] branch TINKERPOP-1084 updated (0398aaf -> e8bd5c1)

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-1084 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard 0398aaf TINKERPOP-1084 Allow predicates and traversals to be used as options in `BranchStep`.

[tinkerpop] branch tp34 updated (6fbe3d0 -> 5400e22)

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch tp34 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 6fbe3d0 Merge branch 'tp33' into tp34 add 7a18d92 TINKERPOP-2230 Fixed bug in match() step add

[GitHub] [tinkerpop] asfgit merged pull request #1124: TINKERPOP-2230 Fixed bug in match() step

2019-06-11 Thread GitBox
asfgit merged pull request #1124: TINKERPOP-2230 Fixed bug in match() step URL: https://github.com/apache/tinkerpop/pull/1124 This is an automated message from the Apache Git Service. To respond to the message, please log on

[tinkerpop] branch tp33 updated (ed8ddcb -> 7a18d92)

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from ed8ddcb Fixed typo for math() step and division CTR add 7a18d92 TINKERPOP-2230 Fixed bug in match() step

[tinkerpop] 02/02: Merge branch 'tp34'

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 9eeed660ba839d7342b8974235896c94eff57fd3 Merge: 0627e29 5400e22 Author: Daniel Kuppitz AuthorDate: Tue Jun 11

[tinkerpop] branch master updated (0627e29 -> 9eeed66)

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 0627e29 Merge branch 'tp34' add 7a18d92 TINKERPOP-2230 Fixed bug in match() step new 5400e22 Merge

[tinkerpop] 01/02: Merge branch 'tp33' into tp34

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 5400e220a7a6c05bf2acab50bc502e56edf1c103 Merge: 6fbe3d0 7a18d92 Author: Daniel Kuppitz AuthorDate: Tue Jun 11

[tinkerpop] branch TINKERPOP-2230 updated (75233d9 -> 7a18d92)

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-2230 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. omit 75233d9 TINKERPOP-2230 Fixed bug in match() step add 56ac066 Bump shade plugin to 3.2.1 CTR

[tinkerpop] 01/01: TINKERPOP-2230 Fixed bug in match() step

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-2230 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 7a18d92b018050324417f56fe3481a6797539df1 Author: Daniel Kuppitz AuthorDate: Tue May 28 12:25:15 2019 -0700

[tinkerpop] branch TINKERPOP-1084 updated: TINKERPOP-1084 Allow predicates and traversals to be used as options in `BranchStep`.

2019-06-11 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1084 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-1084 by this push: new 0398aaf TINKERPOP-1084

[tinkerpop] branch tp33 updated (0283a80 -> ed8ddcb)

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 0283a80 Merge branch 'pr-1118' into tp33 add ed8ddcb Fixed typo for math() step and division CTR No new

[tinkerpop] 03/03: Merge branch 'tp34'

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 0627e2975d8ac577e407dbe71db85c487ae549dc Merge: d3c4898 6fbe3d0 Author: Stephen Mallette AuthorDate: Tue Jun 11

[tinkerpop] 02/03: Merge branch 'tp33' into tp34

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 6fbe3d0792170b2d7bbd858fa0173449a6b71cbc Merge: 2f0b6fa ed8ddcb Author: Stephen Mallette AuthorDate: Tue Jun 11

[tinkerpop] branch master updated (d3c4898 -> 0627e29)

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from d3c4898 Merge branch 'tp34' new ed8ddcb Fixed typo for math() step and division CTR new 6fbe3d0

[tinkerpop] 01/03: Fixed typo for math() step and division CTR

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit ed8ddcbfa19cc17124e03b61ef10a84320041ca8 Author: Stephen Mallette AuthorDate: Tue Jun 11 07:55:55 2019 -0400

[tinkerpop] branch tp34 updated (2f0b6fa -> 6fbe3d0)

2019-06-11 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp34 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 2f0b6fa Merge branch 'tp33' into tp34 add ed8ddcb Fixed typo for math() step and division CTR add

[GitHub] [tinkerpop] sandszhouSZ opened a new pull request #1127: Tinkerpop 2241

2019-06-11 Thread GitBox
sandszhouSZ opened a new pull request #1127: Tinkerpop 2241 URL: https://github.com/apache/tinkerpop/pull/1127 fix Client exception don't match Server exception when server throw StackOverflowError see

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1122: Expose Connection Status to Client

2019-06-11 Thread GitBox
FlorianHockmann commented on issue #1122: Expose Connection Status to Client URL: https://github.com/apache/tinkerpop/pull/1122#issuecomment-500757661 > i see that HasOpenConnection checks both IsOpen and _connectionState, but ConnectionPool only checks IsOpen. `HasOpenConnection`