[GitHub] [tinkerpop] spmallette opened pull request #1046: TINKERPOP-2138 Provide way to disable the global function cache

2019-01-24 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2138 Added a new `globalFunctionCacheEnabled` configuration to the `GroovyCompilerGremlinPlugin` and an overriding setting for sessions on `SessionOpProcessor` that disables the global function cache. In cases where you don't need the cache (i.e.

[GitHub] [tinkerpop] jorgebay commented on issue #1045: TINKERPOP-2141: Rewind buffer's position in ByteBufferSerializer

2019-01-24 Thread GitHub
Good catch and fix! VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1045 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1045: TINKERPOP-2141: Rewind buffer's position in ByteBufferSerializer

2019-01-24 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1045 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1045: TINKERPOP-2141: Rewind buffer's position in ByteBufferSerializer

2019-01-24 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1045 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1045: TINKERPOP-2141: Rewind buffer's position in ByteBufferSerializer

2019-01-24 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1045 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette opened pull request #1047: TINKERPOP-2139 Properly handle client side serialization exceptions

2019-01-24 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2139 Prior to this change serialization exceptions were basically just logged because any failure would signal a bad host and mark it as dead, but that's not really what was happening obviously if the client was never even able to try to send the

[GitHub] [tinkerpop] nastra commented on issue #1047: TINKERPOP-2139 Properly handle client side serialization exceptions

2019-01-24 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1047 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on pull request #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-25 Thread GitHub
we tend to just use the "." rather than the "::" when referencing methods on specific classes. [ Full content available at: https://github.com/apache/tinkerpop/pull/1044 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-25 Thread GitHub
It's an odd way to deal with `ConcurrentModificationException` but the code that is throwing it is out of our hands so we can't really fix it at its source very well. As i look at this one this morning, I wonder IF this does happen to somehow create some form of infinite loop it's going to be re

[GitHub] [tinkerpop] dkuppitz commented on issue #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-25 Thread GitHub
I can make it a `for` loop, retry at most 5 times, log every retry attempt and increase the pause between each retry. If they all fail, we just return `ObjectWritable.class.toString()`, as you suggested earlier. No big deal, but realistically, I don't think this can ever happen. Hitting the exce

[GitHub] [tinkerpop] spmallette commented on issue #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-25 Thread GitHub
I like what you proposed - a more defensive posture is better imo. thanks [ Full content available at: https://github.com/apache/tinkerpop/pull/1044 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on pull request #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-25 Thread GitHub
Ha, you're picky. "::" is the official notation for method references though. [ Full content available at: https://github.com/apache/tinkerpop/pull/1044 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on pull request #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-25 Thread GitHub
sorry - just trying to be consistent. [ Full content available at: https://github.com/apache/tinkerpop/pull/1044 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann opened pull request #1048: TINKERPOP-2140 Add CI smoke test for Docker build on Travis

2019-01-25 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2140 This additional Travis build job checks whether the Docker build still works. The job took 21 minutes [on Travis](https://travis-ci.org/apache/tinkerpop/builds/484445855) which is still faster than the Spark job which took 26 minutes. So, thi

[GitHub] [tinkerpop] dkuppitz commented on issue #1048: TINKERPOP-2140 Add CI smoke test for Docker build on Travis

2019-01-25 Thread GitHub
Nice one. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1048 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1043: Fix NPE is not thrown when null id is set to AbstractStep

2019-01-25 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1043 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-25 Thread GitHub
thanks for the explanation. i'm still fine with the version your upgrading to. happy to review again when you've addressed the issues i'd noted. [ Full content available at: https://github.com/apache/tinkerpop/pull/1042 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.or

[GitHub] [tinkerpop] spmallette commented on issue #1048: TINKERPOP-2140 Add CI smoke test for Docker build on Travis

2019-01-25 Thread GitHub
thanks for this - VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1048 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-25 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1044 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-25 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette opened pull request #1049: TINKERPOP-2144 Better handle Authenticator failures

2019-01-25 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2144 Failures occurred on the first round of a SASL request when the negotiator was being created and if an exception was tossed there neither the server nor driver handled the situation well. By explicitly capturing and handling it, we can now pr

[GitHub] [tinkerpop] FlorianHockmann closed pull request #1048: TINKERPOP-2140 Add CI smoke test for Docker build on Travis

2019-01-26 Thread GitHub
[ pull request closed by FlorianHockmann ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1048 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on pull request #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-28 Thread GitHub
could you add some javadoc like our other strategies: https://github.com/apache/tinkerpop/blob/e51bfc90fe6a863c17016c80fe53b4b5ccb97fd0/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/CountStrategy.java#L50-L62 [ Full content available at: https://g

[GitHub] [tinkerpop] spmallette commented on pull request #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-28 Thread GitHub
could you add some javadoc like our other strategies: https://github.com/apache/tinkerpop/blob/e51bfc90fe6a863c17016c80fe53b4b5ccb97fd0/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/CountStrategy.java#L50-L62 actually, a bit more "explaining" inli

[GitHub] [tinkerpop] spmallette commented on pull request #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-28 Thread GitHub
This is a pretty nice batch of test. Still thinking if there are cases that are not covered Are there any provider test suite tests that trigger this strategy? [ Full content available at: https://github.com/apache/tinkerpop/pull/1040 ] This message was relayed via gitbox.apache.org for dev

[GitHub] [tinkerpop] spmallette commented on pull request #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-28 Thread GitHub
This is a pretty nice batch of test. Still thinking if there are cases that are not covered Are there any existing provider test suite tests that trigger this strategy? [ Full content available at: https://github.com/apache/tinkerpop/pull/1040 ] This message was relayed via gitbox.apache.or

[GitHub] [tinkerpop] nastra opened pull request #1050: Test GraphBinary with nested lists/sets/maps

2019-01-28 Thread GitHub
[ Full content available at: https://github.com/apache/tinkerpop/pull/1050 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-28 Thread GitHub
Other than the few minor comments I made, I think this looks good. You have 100% coverage on the new strategy which is cool. I can't help thinking that there is yet some case that hasn't be covered but I'm not sure what case of significance isn't in your tests already. Only thing I could thin

[GitHub] [tinkerpop] spmallette commented on issue #1050: Test GraphBinary with nested lists/sets/maps

2019-01-28 Thread GitHub
Thanks for this - merged via CTR as the change is for additional tests and Travis passed without issue. [ Full content available at: https://github.com/apache/tinkerpop/pull/1050 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1050: Test GraphBinary with nested lists/sets/maps

2019-01-28 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1050 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on pull request #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-28 Thread GitHub
I just put some breakpoints on the lines that mutate the traversal, but it looks like the tests in the provider test suite all have pretty optimal traversals, hence this strategy never changes any of them. [ Full content available at: https://github.com/apache/tinkerpop/pull/1040 ] This message

[GitHub] [tinkerpop] spmallette commented on pull request #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-28 Thread GitHub
Might want to add one or two specifically for this strategy just so that it gets exercised on graph provider systems. [ Full content available at: https://github.com/apache/tinkerpop/pull/1040 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1046: TINKERPOP-2138 Provide way to disable the global function cache

2019-01-28 Thread GitHub
LGTM. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1046 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1046: TINKERPOP-2138 Provide way to disable the global function cache

2019-01-29 Thread GitHub
Makes sense, VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1046 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] nastra opened pull request #1051: Make readValue(..) public

2019-01-29 Thread GitHub
This is so that simple custom type serializers can reuse the same logic without having to put their type serializer into the same package structure. [ Full content available at: https://github.com/apache/tinkerpop/pull/1051 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.

[GitHub] [tinkerpop] jorgebay commented on issue #1051: Make readValue(..)/writeValue(..) protected

2019-01-29 Thread GitHub
My intention was to make it `protected` initially (not package-private), thanks @nastra for the fix! I'll merge it via CTR once the build finishes. [ Full content available at: https://github.com/apache/tinkerpop/pull/1051 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache

[GitHub] [tinkerpop] jorgebay commented on issue #1051: Make readValue(..)/writeValue(..) protected

2019-01-29 Thread GitHub
My intention was to make it `protected` initially (not package-private), thanks @nastra ! I'll merge it via CTR once the build finishes. [ Full content available at: https://github.com/apache/tinkerpop/pull/1051 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1046: TINKERPOP-2138 Provide way to disable the global function cache

2019-01-29 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1046 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay closed pull request #1051: Make readValue(..)/writeValue(..) protected

2019-01-29 Thread GitHub
[ pull request closed by jorgebay ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1051 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz closed pull request #1041: TINKERPOP-2125 Extend release validation script

2019-01-30 Thread GitHub
[ pull request closed by dkuppitz ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1041 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1047: TINKERPOP-2139 Properly handle client side serialization exceptions

2019-01-30 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1047 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1049: TINKERPOP-2144 Better handle Authenticator failures

2019-01-30 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1049 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1047: TINKERPOP-2139 Properly handle client side serialization exceptions

2019-01-31 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1047 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz closed pull request #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-31 Thread GitHub
[ pull request closed by dkuppitz ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1044 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dimas-b opened pull request #1052: Release dropped response Frames in ResponseHandlerContext

2019-01-31 Thread GitHub
A Frame may wrap a ReferenceCounted buffer, which is normally released when it is written back to the client. However, if the Frame is dropped by ResponseHandlerContext the buffer also has to be released. --- This is a follow-up fix for #899 [ Full content available at: https://github.com/apache

[GitHub] [tinkerpop] spmallette closed pull request #1052: Release dropped response Frames in ResponseHandlerContext

2019-01-31 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1052 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1052: Release dropped response Frames in ResponseHandlerContext

2019-01-31 Thread GitHub
thank you - merged this little fix as CTR [ Full content available at: https://github.com/apache/tinkerpop/pull/1052 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] nastra opened pull request #1053: TINKERPOP-2147: Add serializer for TraversalMetrics

2019-02-01 Thread GitHub
[ Full content available at: https://github.com/apache/tinkerpop/pull/1053 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1053: TINKERPOP-2147: Add serializer for TraversalMetrics

2019-02-01 Thread GitHub
Could you please add a line to the CHANGELOG.asciidoc to say that we added this? Other than that - too bad we missed this in the first go round, thanks for adding: VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1053 ] This message was relayed via gitbox.apache.org

[GitHub] [tinkerpop] nastra commented on issue #1053: TINKERPOP-2147: Add serializer for TraversalMetrics

2019-02-01 Thread GitHub
@spmallette added line to the changelog [ Full content available at: https://github.com/apache/tinkerpop/pull/1053 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1049: TINKERPOP-2144 Better handle Authenticator failures

2019-02-01 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1049 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1053: TINKERPOP-2147: Add serializer for TraversalMetrics

2019-02-01 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1053 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1053: TINKERPOP-2147: Add serializer for TraversalMetrics

2019-02-04 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1053 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay closed pull request #1053: TINKERPOP-2147: Add serializer for TraversalMetrics

2019-02-04 Thread GitHub
[ pull request closed by jorgebay ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1053 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz closed pull request #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-02-04 Thread GitHub
[ pull request closed by dkuppitz ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1040 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay opened pull request #1054: TINKERPOP-2149 Add fallback resolver to TypeSerializerRegistry

2019-02-04 Thread GitHub
Provide a way to resolve the `TypeSerializer` instance to use when there isn't any direct match. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1054 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay opened pull request #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-05 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2150 VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1054: TINKERPOP-2149 Add fallback resolver to TypeSerializerRegistry

2019-02-05 Thread GitHub
Please add an entry to CHANGELOG when you merge, but otherwise VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1054 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-05 Thread GitHub
Please add an entry to CHANGELOG when you merge but otherwise VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1054: TINKERPOP-2149 Add fallback resolver to TypeSerializerRegistry

2019-02-05 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1054 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on pull request #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-05 Thread GitHub
The new configuration option should be added to the [docs](https://github.com/apache/tinkerpop/blob/TINKERPOP-2150/docs/src/reference/gremlin-applications.asciidoc#graphbinary). [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache

[GitHub] [tinkerpop] jorgebay commented on pull request #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-05 Thread GitHub
Nice catch @dkuppitz , will do! [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] thefliik opened pull request #1056: fix: Path#toString() variable reference bug

2019-02-05 Thread GitHub
I'm going through the process of creating typescript definitions for the javascript library, and I noticed a bug in Path#toString(). It incorrectly attempts to call a non-existant local `objects` variable instead of calling the class property `this.objects`. [ Full content available at: https:/

[GitHub] [tinkerpop] thefliik commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-05 Thread GitHub
Seperately, would you be interested in a PR to port the whole javascript library over to typescript? [ Full content available at: https://github.com/apache/tinkerpop/pull/1056 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-05 Thread GitHub
Adding typescript definitions is being discussed here: https://issues.apache.org/jira/browse/TINKERPOP-2027 perhaps you could read through that and include any thoughts you might have. i don't think anyone is working on that issue at this time, but you might want to ask on that in any comments

[GitHub] [tinkerpop] jorgebay commented on issue #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-06 Thread GitHub
I've updated the docs and added an entry to the CHANGELOG. [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay closed pull request #1054: TINKERPOP-2149 Add fallback resolver to TypeSerializerRegistry

2019-02-06 Thread GitHub
[ pull request closed by jorgebay ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1054 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-06 Thread GitHub
Thanks @thefliik , I've filed a ticket to keep track of this: https://issues.apache.org/jira/browse/TINKERPOP-2152 Can you target branch `tp33` for this to be applied to the 3.3 line? [ Full content available at: https://github.com/apache/tinkerpop/pull/1056 ] This message was relayed via gitbox

[GitHub] [tinkerpop] dkuppitz commented on issue #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-06 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay closed pull request #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-06 Thread GitHub
[ pull request closed by jorgebay ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] thefliik commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-06 Thread GitHub
@jorgebay in the `tp33` branch it looks like the Path#toString() method has been removed entirely, so when/if that branch is merged into master this PR will be unnecessary. Feel free to close. [ Full content available at: https://github.com/apache/tinkerpop/pull/1056 ] This message was relayed v

[GitHub] [tinkerpop] spmallette commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-06 Thread GitHub
`tp33` continually merges to `master` - wonder why `toString()` isn't present on that branch [ Full content available at: https://github.com/apache/tinkerpop/pull/1056 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] thefliik commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-06 Thread GitHub
The code in question on `tp33`: https://github.com/apache/tinkerpop/blob/tp33/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/graph.js#L118-L139 [ Full content available at: https://github.com/apache/tinkerpop/pull/1056 ] This message was relayed via gitbox.apache.org for

[GitHub] [tinkerpop] jorgebay commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-07 Thread GitHub
`toString()` was introduced as part of TK-1446, it didn't have a string representation on the js side prior to that. @thefliik sorry for the confusion, nvm. Fixing it on `master` makes sense, VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1056 ] This message was r

[GitHub] [tinkerpop]

2019-02-07 Thread GitHub
[ Full content available at: https://github.com/apache/tinkerpop/pull/1057 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] IsaacBoy opened pull request #1057: Changed loop break check to break out of the connection creation loop

2019-02-07 Thread GitHub
Changed loop break check to break out of the connection creation loop if greater than or equal to the expected amount of connections are created. A situation exists where unless exactly the expected amount of connections are made when checked, and infinite loop of connections may be opened. [ F

[GitHub] [tinkerpop] IsaacBoy commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-07 Thread GitHub
Issue: https://github.com/apache/tinkerpop/compare/master...IsaacBoy:TINKERPOP-2155 [ Full content available at: https://github.com/apache/tinkerpop/pull/1057 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] IsaacBoy commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-07 Thread GitHub
Issue in JIRA: https://issues.apache.org/jira/browse/TINKERPOP-2155 [ Full content available at: https://github.com/apache/tinkerpop/pull/1057 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay opened pull request #1058: TINKERPOP-2154 GraphBinary: Release working buffers on failure

2019-02-08 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2154 Ensures that reference counts of allocated buffers are set to 0 when there is a failure during serialization. Includes a test for memory allocation when introducing failures. VOTE +1 [ Full content available at: https://github.com/apache/tin

[GitHub] [tinkerpop] spmallette commented on issue #1058: TINKERPOP-2154 GraphBinary: Release working buffers on failure

2019-02-11 Thread GitHub
i guess there isn't a better way to do that kind of stuff since we allocate within the serializers themselves. oh well. needs a changelog entry but VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1058 ] This message was relayed via gitbox.apache.org for dev@tinkerp

[GitHub] [tinkerpop] dkuppitz commented on issue #1058: TINKERPOP-2154 GraphBinary: Release working buffers on failure

2019-02-11 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1058 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-11 Thread GitHub
thanks for submitting this - in principle your change makes sense to me so VOTE +1 but i'll let @FlorianHockmann provide his thoughts since he probably knows the most about this. [ Full content available at: https://github.com/apache/tinkerpop/pull/1057 ] This message was relayed via gitbox.apa

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-11 Thread GitHub
Thanks for this contribution. I also noticed problems with the way the connection pool now handles resizing and closing of broken connections ([TINKERPOP-2135](https://issues.apache.org/jira/browse/TINKERPOP-2135)) which are probably related. Improving this situation will most likely require a

[GitHub] [tinkerpop] jorgebay closed pull request #1058: TINKERPOP-2154 GraphBinary: Release working buffers on failure

2019-02-12 Thread GitHub
[ pull request closed by jorgebay ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1058 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] IsaacBoy closed pull request #1057: Changed loop break check to break out of the connection creation loop

2019-02-12 Thread GitHub
[ pull request closed by IsaacBoy ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1057 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] IsaacBoy commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-12 Thread GitHub
Cool. Does somebody manually initiate the merge into master? [ Full content available at: https://github.com/apache/tinkerpop/pull/1057 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-12 Thread GitHub
yes. it will get merged. typically we need 3 +1s from committers OR a single +1 and a seven day waiting period for objections: http://tinkerpop.apache.org/docs/current/dev/developer/#rtc either way, should merge shortly. as it's a small change i could probably just merge it given florian's feed

[GitHub] [tinkerpop] dkuppitz commented on issue #1057: Changed loop break check to break out of the connection creation loop

2019-02-12 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1057 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette opened pull request #1059: Improve download page

2019-02-12 Thread GitHub
I didn't bother to create a ticket for this as it's more of a administrative thing, but I've reworked the download page to have a dropdown list of the archived versions. In that way, the page doesn't scroll so much and other content lower in the page is more immediately visible. This should also

[GitHub] [tinkerpop] spmallette closed pull request #1057: Changed loop break check to break out of the connection creation loop

2019-02-12 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1057 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1056: fix: Path#toString() variable reference bug

2019-02-12 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1056 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette opened pull request #1060: TINKERPOP-1435 GraphSON extended module support for gremlin-python

2019-02-12 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-1435 Implemented `Duration`, `Char`, `ByteBuffer`, `Byte`, `BigInteger` and `BigDecimal` which were the most critical ones right now. Tried to do `InetAddress` but there didn't seem to be anything in Python suitable to handled that type except for

[GitHub] [tinkerpop] robertdale commented on issue #1059: Improve download page

2019-02-12 Thread GitHub
The current instructions are: https://tinkerpop.apache.org/docs/current/dev/developer/#_pmc_vote > PMC Vote > 4. d. Update Downloads page, when moving "Current Releases" to "Archived > Releases" recall that the hyperlink must change to point to version in the > Apache Archives. With this, we wo

[GitHub] [tinkerpop] spmallette commented on issue #1059: Improve download page

2019-02-12 Thread GitHub
yes - i will update that before i merge. [ Full content available at: https://github.com/apache/tinkerpop/pull/1059 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1059: Improve download page

2019-02-12 Thread GitHub
Looks, good, much cleaner now. I haven't tested all the links, but I picked out some random releases and all links worked as expected. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1059 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] robertdale commented on issue #1059: Improve download page

2019-02-12 Thread GitHub
Firefox renders the dropdown as black. ![image](https://user-images.githubusercontent.com/122206/52675378-acf2c500-2ef4-11e9-8701-b6063f4384cf.png) [ Full content available at: https://github.com/apache/tinkerpop/pull/1059 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache

[GitHub] [tinkerpop] jorgebay commented on pull request #1060: TINKERPOP-1435 GraphSON extended module support for gremlin-python

2019-02-13 Thread GitHub
Shouldn't we throw in case we exceed the range of a int64? [ Full content available at: https://github.com/apache/tinkerpop/pull/1060 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1060: TINKERPOP-1435 GraphSON extended module support for gremlin-python

2019-02-13 Thread GitHub
It's looking good, I have a doubt: would addition of `ByteIO` and others represent a breaking change for Python users? I mean the expected type was x and now is y. cc @aboudreault [ Full content available at: https://github.com/apache/tinkerpop/pull/1060 ] This message was relayed via gitbox.a

[GitHub] [tinkerpop] robertdale commented on issue #1059: Improve download page

2019-02-13 Thread GitHub
I pushed a fix. Looks like there is no 'bootstrap-select' class. I changed it to use the standard bootstrap form/select - https://getbootstrap.com/docs/3.3/css/#forms-controls [ Full content available at: https://github.com/apache/tinkerpop/pull/1059 ] This message was relayed via gitbox.ap

[GitHub] [tinkerpop] aboudreault commented on issue #1060: TINKERPOP-1435 GraphSON extended module support for gremlin-python

2019-02-13 Thread GitHub
It is. But not sure if we can do otherwise if we want to add this serializer. Stephen, is the server really rejecting the data if we send a gx:Int32 in the range of the Byte possible values? [ Full content available at: https://github.com/apache/tinkerpop/pull/1060 ] This message was relayed via

<    1   2   3   4   5   6   7   8   9   10   >