You are viewing a plain text version of this content. The canonical link for it is here.
- [01/24] tinkerpop git commit: if the System.getProperty() has a shim-service set, then it is also set as a DRIVER_JAVA_OPTIONS and an EXECUTOR_JAVA_OPTIONS in SparkGraphComputer (this is necessary for Spark 2.0). Also, some is.testing class registrations - posted by ok...@apache.org on 2017/01/03 14:43:47 UTC, 0 replies.
- [02/24] tinkerpop git commit: TINKERPOP-1389 Support Spark 2.0 - posted by ok...@apache.org on 2017/01/03 14:43:48 UTC, 0 replies.
- [03/24] tinkerpop git commit: @dalaro provided an update to KryoShimServiceLoader via a gist as the LOG message was not so clear. - posted by ok...@apache.org on 2017/01/03 14:43:49 UTC, 0 replies.
- [04/24] tinkerpop git commit: had to go back down to Hadoop 2.7.2 because Hadoop 2.7.3 changed a method signature that GiraphJob calls and thus, Giraph fails. Dar. Cleaned up pom.xmls a bit and updated CHANGELOG. This branch is ready to be tested on the - posted by ok...@apache.org on 2017/01/03 14:43:50 UTC, 0 replies.
- [05/24] tinkerpop git commit: jesus. that was a depedency hell like only spark can provide. got SparkServer working with GremlinConsole and HDFS. Phew... Also, bumped to Hadoop 2.7.3 (from 2.7.2). - posted by ok...@apache.org on 2017/01/03 14:43:51 UTC, 0 replies.
- [06/24] tinkerpop git commit: GryoSerializer uses HadoopPools so that gryo pools are not constantly produced (object reused stylie). This have increased the performance of GryoSerializer based jobs to that of the 3.2.x line prior to bumping to Spark 2.0. - posted by ok...@apache.org on 2017/01/03 14:43:52 UTC, 0 replies.
- [07/24] tinkerpop git commit: minor nothing to GiraphGraphComputer. - posted by ok...@apache.org on 2017/01/03 14:43:53 UTC, 0 replies.
- [08/24] tinkerpop git commit: UnshadedKryoShimService is now the default for SparkGraphComputer. Users no longer have to System.setProperty() as its all handled in the SparkGraphComputer constructor. I would really like to get rid of the 'service model' - posted by ok...@apache.org on 2017/01/03 14:43:54 UTC, 0 replies.
- [09/24] tinkerpop git commit: added SystemUtil to gremlin-core which is able to generate Configurations from System.properties. Useful in Hadoop GraphComputer settings where JVMs can have IO configuration information in them. HadoopPools will now try and - posted by ok...@apache.org on 2017/01/03 14:43:55 UTC, 0 replies.
- [10/24] tinkerpop git commit: Decoupled GryoRecordReader/Writer from KryoShimService. The shim service should ONLY be for inter-process communication -- not input/output formats. cc/ @dalaro - posted by ok...@apache.org on 2017/01/03 14:43:56 UTC, 0 replies.
- [11/24] tinkerpop git commit: Avoid starting VP worker iterations that never end - posted by ok...@apache.org on 2017/01/03 14:43:57 UTC, 0 replies.
- [12/24] tinkerpop git commit: Really simplified UnshadedKryoShimService and IoRegistryAwareKryoSerializer. Also, introduced a synchronization point in KryoServiceLoader.applyConfiguration() as I believe that multiple threads are creating a service over a - posted by ok...@apache.org on 2017/01/03 14:43:58 UTC, 0 replies.
- [13/24] tinkerpop git commit: using tinkerpop as the prefix for System property configurations. Tweaked the KryoShimServiceLoader's logging information so its easier to see whats going on --- doing cluster testing. - posted by ok...@apache.org on 2017/01/03 14:43:59 UTC, 0 replies.
- [14/24] tinkerpop git commit: lots of good stuff here -- finally have testing of IORegistry in SparkGraphComputer. Have ToyPoint and TestIoRegistry. Realized a bunch of stupid .flush() calls in the GryoSerializer serializers (Spark)... perhaps that is wh - posted by ok...@apache.org on 2017/01/03 14:44:00 UTC, 0 replies.
- [15/24] tinkerpop git commit: Added AbstractIoRegistryCheck that verifies the IoRegistry of test-types (ToyPoint and ToyTriangle) work for OLTP, OLAP, and Storage streaming on all Hadoop-based graphs (Giraph/Spark). Currently, it only checks Gryo regitra - posted by ok...@apache.org on 2017/01/03 14:44:01 UTC, 0 replies.
- [16/24] tinkerpop git commit: dah. sorry. had some work I started doing before the previous commit. reverting. - posted by ok...@apache.org on 2017/01/03 14:44:02 UTC, 0 replies.
- [17/24] tinkerpop git commit: KryoShimServices now implement .close() so they can relinquish resources. KryoShimServiceLoader also implements close() and will close any static shim service it maintains. On a force reload, any existing KryoShimService is - posted by ok...@apache.org on 2017/01/03 14:44:03 UTC, 0 replies.
- [18/24] tinkerpop git commit: weird necessity. will figure out cause later. - posted by ok...@apache.org on 2017/01/03 14:44:04 UTC, 0 replies.
- [19/24] tinkerpop git commit: okay. so I found a bug that has to do with joins() in Spark and IoRegistry.... I thought this whole time it was from me -- but then I realized that I added a .out() to the test. I reverted to an older version of the branch a - posted by ok...@apache.org on 2017/01/03 14:44:05 UTC, 0 replies.
- [20/24] tinkerpop git commit: Limit JVM system props passed around in Spark jobs - posted by ok...@apache.org on 2017/01/03 14:44:06 UTC, 0 replies.
- [21/24] tinkerpop git commit: No more IoAwareSerializer -- it doens't work in Spark 2.0's serialization model. GryoRegistrar is now responsible for handling IoRegistry registration. Much simpler. Finally, everything is passing -- both GryoSerializer and - posted by ok...@apache.org on 2017/01/03 14:44:07 UTC, 0 replies.
- [22/24] tinkerpop git commit: tweaks to IoRegistryHelper now that instance() is the default instead of getInstance(). Minor tweaks here and there otheriwse. Rebased with master/. - posted by ok...@apache.org on 2017/01/03 14:44:08 UTC, 0 replies.
- [23/24] tinkerpop git commit: fixed a bug in the CHANGELOG and added a few more things. - posted by ok...@apache.org on 2017/01/03 14:44:09 UTC, 0 replies.
- [24/24] tinkerpop git commit: merged Spark 2.0.0 work. Massive undertaking that provided us performance improvements. Thanks @dalaro and @yucx. - posted by ok...@apache.org on 2017/01/03 14:44:10 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Removed incompatibility notes concept. - posted by sp...@apache.org on 2017/01/03 15:07:38 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: Really simplified UnshadedKryoShimService and IoRegistryAwareKryoSerializer. Also, introduced a synchronization point in KryoServiceLoader.applyConfiguration() as I believe that multiple threads are creating a servic [Forced Update!] - posted by sp...@apache.org on 2017/01/03 15:44:10 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: Limit JVM system props passed around in Spark jobs - posted by sp...@apache.org on 2017/01/03 15:44:11 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: No more IoAwareSerializer -- it doens't work in Spark 2.0's serialization model. GryoRegistrar is now responsible for handling IoRegistry registration. Much simpler. Finally, everything is passing -- both GryoSeriali - posted by sp...@apache.org on 2017/01/03 15:44:12 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: okay. so I found a bug that has to do with joins() in Spark and IoRegistry.... I thought this whole time it was from me -- but then I realized that I added a .out() to the test. I reverted to an older version of the - posted by sp...@apache.org on 2017/01/03 15:44:13 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: tweaks to IoRegistryHelper now that instance() is the default instead of getInstance(). Minor tweaks here and there otheriwse. Rebased with master/. - posted by sp...@apache.org on 2017/01/03 15:44:14 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: fixed a bug in the CHANGELOG and added a few more things. - posted by sp...@apache.org on 2017/01/03 15:44:15 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: merged Spark 2.0.0 work. Massive undertaking that provided us performance improvements. Thanks @dalaro and @yucx. - posted by sp...@apache.org on 2017/01/03 15:44:16 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/03 15:44:17 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/03 15:44:18 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/03 15:44:19 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/03 15:44:20 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/03 15:44:21 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/03 15:44:22 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/03 15:44:23 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/03 15:44:24 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2017/01/03 15:44:25 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2017/01/03 15:44:26 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2017/01/03 15:44:27 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2017/01/03 15:44:28 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2017/01/03 15:44:29 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2017/01/03 15:44:30 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2017/01/03 15:44:31 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2017/01/03 15:44:32 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Added more asserts for Element related tests - posted by sp...@apache.org on 2017/01/03 15:44:33 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2017/01/03 15:44:34 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Enabled testing of int/double for GraphSON - posted by sp...@apache.org on 2017/01/03 15:44:35 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Enabled GraphSON serialization tests for enums - posted by sp...@apache.org on 2017/01/03 15:44:36 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2017/01/03 15:44:37 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2017/01/03 15:44:38 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2017/01/03 15:44:39 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2017/01/03 15:44:40 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Added test support for ConjunctiveP in Gryo - posted by sp...@apache.org on 2017/01/03 15:44:41 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Fixed ByteBuffer compatibility with Gryo. - posted by sp...@apache.org on 2017/01/03 15:44:42 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Enable more tests on gryo 1.0 and 3.3.0. - posted by sp...@apache.org on 2017/01/03 15:44:43 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Added TinkerGraph support in gremlin-io-test - posted by sp...@apache.org on 2017/01/03 15:44:44 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Added "incompatibility notes" - posted by sp...@apache.org on 2017/01/03 15:44:45 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Tests for edge untyped graphson - posted by sp...@apache.org on 2017/01/03 15:44:46 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Add Compatiblities helper class - posted by sp...@apache.org on 2017/01/03 15:44:47 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Regenerated IO docs for GraphSON - posted by sp...@apache.org on 2017/01/03 15:44:48 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Revised the model for Tree - posted by sp...@apache.org on 2017/01/03 15:44:49 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Added Request/ResponseMessage incompatibilty reasons. - posted by sp...@apache.org on 2017/01/03 15:44:50 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Testing for Path untyped GraphSON - posted by sp...@apache.org on 2017/01/03 15:44:51 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Added back graphson generation script for 3.2.4 - posted by sp...@apache.org on 2017/01/03 15:44:52 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Finished tests for untyped structure elements. - posted by sp...@apache.org on 2017/01/03 15:44:53 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Cleaned up compatibility definitions - posted by sp...@apache.org on 2017/01/03 15:44:54 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Removed incompatibility notes concept. - posted by sp...@apache.org on 2017/01/03 15:44:55 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Completed GraphSON tests for Request/ResponseMessage - posted by sp...@apache.org on 2017/01/03 15:44:56 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Move common compatibility filters to Compatibilities - posted by sp...@apache.org on 2017/01/03 15:44:57 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Added configuration filter for Compatibilities - posted by sp...@apache.org on 2017/01/03 15:44:58 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Removed support for testing "time" with untyped GraphSON - posted by sp...@apache.org on 2017/01/03 15:44:59 UTC, 0 replies.
- tinkerpop git commit: realized that DedupGlobalStep was doing a 'double dedup'. the barrier which is already dedup'd is added to the master traveral's dedup-step and then dedup'd again. I simple boolean flag added to determine if the master traversal's d - posted by ok...@apache.org on 2017/01/03 18:31:31 UTC, 0 replies.
- tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2017/01/03 18:51:34 UTC, 0 replies.
- [1/2] tinkerpop git commit: Mark one of the Peer Pressure tests as non-deterministic. - posted by sp...@apache.org on 2017/01/03 18:59:21 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/03 18:59:22 UTC, 27 replies.
- tinkerpop git commit: Mark one of the Peer Pressure tests as non-deterministic. - posted by sp...@apache.org on 2017/01/03 18:59:27 UTC, 0 replies.
- tinkerpop git commit: bumped to Spark 2.0.2 from Spark 2.0.0. Easy tweak and test -- CTR. - posted by ok...@apache.org on 2017/01/03 20:41:05 UTC, 0 replies.
- tinkerpop git commit: Added TinkerWorkerMemory which will aggregate local to the current thread before propagated Memory to TinkerMemory. This reduces synchronization issues due all threads contending to mutate the master memory. - posted by ok...@apache.org on 2017/01/04 01:00:01 UTC, 0 replies.
- tinkerpop git commit: forgot to add TinkerWorkerMemory file. - posted by ok...@apache.org on 2017/01/04 01:00:13 UTC, 0 replies.
- tinkerpop git commit: Added Serializer.cloneObject() which clones via serialization (helper method). TinkerGraphComputer now how a sound distributed Memory system where each worker/thread aggregates without concurrency locally and then, at the end of the - posted by ok...@apache.org on 2017/01/04 11:06:29 UTC, 0 replies.
- tinkerpop git commit: Made is so MemoryComputeKey implements Cloneable. This is actually really important we have NOT been cloning the BiOperators of OrderGlobalStep and GroupStep. We have just been 'getting lucky' in that Spark and Giraph use Serializat - posted by ok...@apache.org on 2017/01/04 11:55:09 UTC, 0 replies.
- tinkerpop git commit: updated CHANGELOG. Going to move on. Need example Gryo dataset from @dkuppitz to verify performance improvement of DedupGlobalStep on SparkGraphComputer. - posted by ok...@apache.org on 2017/01/04 12:05:05 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: Fixed minor bug in ByteBuffer gryo serializer. CTR [Forced Update!] - posted by ok...@apache.org on 2017/01/04 13:58:19 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/04 13:58:20 UTC, 1 replies.
- [03/50] [abbrv] tinkerpop git commit: Fixed broken GryoMapper test CTR - posted by ok...@apache.org on 2017/01/04 13:58:21 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/04 13:58:22 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: Merge branch 'pr-519' into tp32 - posted by ok...@apache.org on 2017/01/04 13:58:23 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: Update CHANGELOG CTR - posted by ok...@apache.org on 2017/01/04 13:58:24 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/04 13:58:25 UTC, 1 replies.
- [08/50] [abbrv] tinkerpop git commit: TINKERPOP-1587 TinkerGraph serialization supports multiproperties - posted by ok...@apache.org on 2017/01/04 13:58:26 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/04 13:58:27 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: TINKERPOP-1587 Forgot to update the both TinkerGraph serializers CTR - posted by ok...@apache.org on 2017/01/04 13:58:28 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/04 13:58:29 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: TINKERGRAPH-1587 Forgot to do the v2 GraphSON for TinkerGraph - posted by ok...@apache.org on 2017/01/04 13:58:30 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/04 13:58:31 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: merged Spark 2.0.0 work. Massive undertaking that provided us performance improvements. Thanks @dalaro and @yucx. - posted by ok...@apache.org on 2017/01/04 13:58:32 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: Mark one of the Peer Pressure tests as non-deterministic. - posted by ok...@apache.org on 2017/01/04 13:58:33 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/04 13:58:34 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: bumped to Spark 2.0.2 from Spark 2.0.0. Easy tweak and test -- CTR. - posted by ok...@apache.org on 2017/01/04 13:58:35 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: more alignment between GraphActors and GraphComputer. GraphActors.partitioner().program().submit(). Unlike GraphComputer, there is no Graph.actors(). HOWEVER -- since GraphActors is Partition-centric, perhaps we do G - posted by ok...@apache.org on 2017/01/04 13:58:36 UTC, 1 replies.
- [19/50] [abbrv] tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arb - posted by ok...@apache.org on 2017/01/04 13:58:37 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: lots of cleanup and organization of the interfaces. trying to line up the GraphActors interfaces as much as possible with GraphComputer interfaces. JavaDoc'in. - posted by ok...@apache.org on 2017/01/04 13:58:38 UTC, 1 replies.
- [21/50] [abbrv] tinkerpop git commit: created a new module called akka-gremlin. It will implement the actor/ package interfaces (yet to be defined in gremlin-core). - posted by ok...@apache.org on 2017/01/04 13:58:39 UTC, 1 replies.
- [22/50] [abbrv] tinkerpop git commit: created a new module called akka-gremlin. It will implement the actor/ package interfaces (yet to be defined in gremlin-core). - posted by ok...@apache.org on 2017/01/04 13:58:40 UTC, 1 replies.
- [23/50] [abbrv] tinkerpop git commit: we now have a full generalized process/actor interface system where akka-gremlin/ implements those interfaces. Next, we have ActorProgram with TraversalActorProgram exectuing a traversal. This is identical in form to - posted by ok...@apache.org on 2017/01/04 13:58:41 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: we now have a full generalized process/actor interface system where akka-gremlin/ implements those interfaces. Next, we have ActorProgram with TraversalActorProgram exectuing a traversal. This is identical in form to - posted by ok...@apache.org on 2017/01/04 13:58:42 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: started on the process.actor interfaces in gremlin-core. Really cool as the naming/model lines up nicely with process.computer interfaces. ActorStep and ActorStrategy are now generalized to work with Actors interface - posted by ok...@apache.org on 2017/01/04 13:58:43 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: I have all the failing tests ignored in the AkkaActorsProvider. I know why they fail -- mainly around order()... once I solve that, done. - posted by ok...@apache.org on 2017/01/04 13:58:44 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: okay. mailboxes are controlled by ActorProgram.getMessagePriorities(). Took me forever to figure out how to dynamically configure akka mailboxes. - posted by ok...@apache.org on 2017/01/04 13:58:45 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: okay, all direct references to akka URIs are removed from gremlin-core. I have one more thing to do with Message priorities. After that, clean, Javadoc, etc. Going to take a break for a bit first. - posted by ok...@apache.org on 2017/01/04 13:58:46 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky. - posted by ok...@apache.org on 2017/01/04 13:58:47 UTC, 1 replies.
- [30/50] [abbrv] tinkerpop git commit: to hell and back and got nowhere. 2 hour code hole trying to remove GraphComputer semantics from Actor traversals..... had it all working up till group() not finalizing results. No idea why. - posted by ok...@apache.org on 2017/01/04 13:58:48 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: split up start and terminate messages. - posted by ok...@apache.org on 2017/01/04 13:58:49 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: OMG. That was a 3+ hour bug. The bug was not in Actors, but in GroupStep cloning.... So painful. Renamed Actors to GraphActors so its like GraphComputer. Renamed ActorStep to TraversalActorProgramStep so its like Tra - posted by ok...@apache.org on 2017/01/04 13:58:50 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: came up with a clever idea for maintaining order in a distributed traversal. OrdereredTraverser is a wrapper around a Traverser where all methods are delegated to the internal traverser. However, OrderedTraverser has - posted by ok...@apache.org on 2017/01/04 13:58:51 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: ahhh.. a really solid simplification using the Terminate token as the barrier synchronizer. Lots of other little random clean me ups. Things are looking brighter at close of business. - posted by ok...@apache.org on 2017/01/04 13:58:52 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: added Pushing and Distributing which are currently the two constructs of GraphComputing. GraphComputing is now deprecated with its corresponding methods calling the respective Pushing/Distributing methods. Pushing me - posted by ok...@apache.org on 2017/01/04 13:58:53 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: added StringFactory rules for GraphActors, Partitioner, and Partition. Realized someting profoundly sucky about DedupGlobalStep. Exposed more test cases to AkkaGraphActors. - posted by ok...@apache.org on 2017/01/04 13:58:54 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: learned about preStart() and postStop() methods in Akka Actors. Lined those up with actor.terminate() and actor.setup(). JavaDoc here and there.... nada much. done for the night. - posted by ok...@apache.org on 2017/01/04 13:58:55 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: Created AkkaGremlinPlugin so you can import akka-gremlin into GremlinConsole (and GremlinServer--not sure). The concept of an Actor Address now has to identifies -- the physical location of the actor and the unique ( - posted by ok...@apache.org on 2017/01/04 13:58:56 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/04 13:58:57 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/04 13:58:58 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. - posted by ok...@apache.org on 2017/01/04 13:58:59 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local an - posted by ok...@apache.org on 2017/01/04 13:59:00 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: small nothing. - posted by ok...@apache.org on 2017/01/04 13:59:01 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Comput - posted by ok...@apache.org on 2017/01/04 13:59:02 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. - posted by ok...@apache.org on 2017/01/04 13:59:03 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: came up with a much cleaner GiraphGraphComputer usage around workers. - posted by ok...@apache.org on 2017/01/04 13:59:04 UTC, 1 replies.
- [47/50] [abbrv] tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. - posted by ok...@apache.org on 2017/01/04 13:59:05 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a fu - posted by ok...@apache.org on 2017/01/04 13:59:06 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model. - posted by ok...@apache.org on 2017/01/04 13:59:07 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete. - posted by ok...@apache.org on 2017/01/04 13:59:08 UTC, 0 replies.
- [1/3] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/04 15:01:26 UTC, 0 replies.
- [2/3] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/04 15:01:27 UTC, 0 replies.
- [3/3] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/04 15:01:28 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed a minor problem in closing a sessioned client that was not initialized CTR - posted by sp...@apache.org on 2017/01/04 15:01:39 UTC, 0 replies.
- tinkerpop git commit: Fixed a minor problem in closing a sessioned client that was not initialized CTR - posted by sp...@apache.org on 2017/01/04 15:01:48 UTC, 0 replies.
- tinkerpop git commit: discovering various synchronization bottlenecks in TinkerGraphComputer. Also, realized some dumb things I was doing in TraversalVertexProgram. Its crazy, for this benchmark that @dkuppitz and i have, if I don't touch vertex.properti - posted by ok...@apache.org on 2017/01/04 17:32:19 UTC, 0 replies.
- tinkerpop git commit: CHAGELOG updated. Lunch time. - posted by ok...@apache.org on 2017/01/04 17:48:58 UTC, 0 replies.
- tinkerpop git commit: no more SynchronizedIterator for TinkerGraphComputer. Each worker/thread has their own Iterator partition. In TinkerPop 3.3.0 (with Partitioner) this will be replaced (easily). - posted by ok...@apache.org on 2017/01/04 19:39:32 UTC, 0 replies.
- tinkerpop git commit: now that MemoryComputeKeys are cloneable, they are cloned accordignly in TraversalVertexProgram.clone(). - posted by ok...@apache.org on 2017/01/04 19:50:13 UTC, 0 replies.
- tinkerpop git commit: added the concept of a master barrier to DedupGlobalStep to speed up the addition of worker barriers into the master traversal. A slight performance increase. - posted by ok...@apache.org on 2017/01/04 20:13:54 UTC, 0 replies.
- tinkerpop git commit: added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking. - posted by ok...@apache.org on 2017/01/04 22:10:22 UTC, 0 replies.
- tinkerpop git commit: smarter distribution of initial GraphStep traversers. - posted by ok...@apache.org on 2017/01/04 22:18:33 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1589 Re-introduced CloseableIterator - posted by sp...@apache.org on 2017/01/05 11:09:24 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1589 Made some adjustments to Traversal.close() - posted by sp...@apache.org on 2017/01/05 15:01:28 UTC, 0 replies.
- tinkerpop git commit: added Terminal Steps section to the-traversal.asciidoc docs. - posted by ok...@apache.org on 2017/01/05 15:33:37 UTC, 0 replies.
- [1/2] tinkerpop git commit: Removed use of deprecated ScriptEngines class. CTR - posted by sp...@apache.org on 2017/01/05 16:30:09 UTC, 0 replies.
- tinkerpop git commit: Removed use of deprecated ScriptEngines class. CTR - posted by sp...@apache.org on 2017/01/05 16:30:16 UTC, 0 replies.
- [1/2] tinkerpop git commit: added Terminal Steps section to the-traversal.asciidoc docs. - posted by ok...@apache.org on 2017/01/05 16:49:26 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp32' of https://git-wip-us.apache.org/repos/asf/tinkerpop into tp32 - posted by ok...@apache.org on 2017/01/05 16:49:27 UTC, 0 replies.
- [1/3] tinkerpop git commit: added Terminal Steps section to the-traversal.asciidoc docs. - posted by ok...@apache.org on 2017/01/05 16:49:42 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'tp32' of https://git-wip-us.apache.org/repos/asf/tinkerpop into tp32 - posted by ok...@apache.org on 2017/01/05 16:49:43 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/05 16:49:44 UTC, 8 replies.
- tinkerpop git commit: more minor optimizations to DedupGlobalStep. - posted by ok...@apache.org on 2017/01/05 17:34:19 UTC, 0 replies.
- tinkerpop git commit: have DedupGlobalStep as optimized as I can get it. I think BloomFilters are the next thing. Also, detachment factory stuff will help reduce barrier sizes. Found a bug in SparkInterceptorStrategyTest. Fixed. - posted by ok...@apache.org on 2017/01/05 20:29:30 UTC, 0 replies.
- tinkerpop git commit: removed the toy file and updated CHANGELOG. - posted by ok...@apache.org on 2017/01/05 23:59:15 UTC, 0 replies.
- [01/20] tinkerpop git commit: Mark one of the Peer Pressure tests as non-deterministic. [Forced Update!] - posted by ok...@apache.org on 2017/01/06 00:00:29 UTC, 0 replies.
- [02/20] tinkerpop git commit: Fixed a minor problem in closing a sessioned client that was not initialized CTR - posted by ok...@apache.org on 2017/01/06 00:00:30 UTC, 0 replies.
- [03/20] tinkerpop git commit: added Terminal Steps section to the-traversal.asciidoc docs. - posted by ok...@apache.org on 2017/01/06 00:00:31 UTC, 0 replies.
- [04/20] tinkerpop git commit: Removed use of deprecated ScriptEngines class. CTR - posted by ok...@apache.org on 2017/01/06 00:00:32 UTC, 0 replies.
- [05/20] tinkerpop git commit: Merge branch 'tp32' of https://git-wip-us.apache.org/repos/asf/tinkerpop into tp32 - posted by ok...@apache.org on 2017/01/06 00:00:33 UTC, 0 replies.
- [06/20] tinkerpop git commit: forgot to add TinkerWorkerMemory file. - posted by ok...@apache.org on 2017/01/06 00:00:34 UTC, 0 replies.
- [07/20] tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2017/01/06 00:00:35 UTC, 0 replies.
- [08/20] tinkerpop git commit: realized that DedupGlobalStep was doing a 'double dedup'. the barrier which is already dedup'd is added to the master traveral's dedup-step and then dedup'd again. I simple boolean flag added to determine if the master trave - posted by ok...@apache.org on 2017/01/06 00:00:36 UTC, 0 replies.
- [09/20] tinkerpop git commit: Added TinkerWorkerMemory which will aggregate local to the current thread before propagated Memory to TinkerMemory. This reduces synchronization issues due all threads contending to mutate the master memory. - posted by ok...@apache.org on 2017/01/06 00:00:37 UTC, 0 replies.
- [10/20] tinkerpop git commit: Made is so MemoryComputeKey implements Cloneable. This is actually really important we have NOT been cloning the BiOperators of OrderGlobalStep and GroupStep. We have just been 'getting lucky' in that Spark and Giraph use Se - posted by ok...@apache.org on 2017/01/06 00:00:38 UTC, 0 replies.
- [11/20] tinkerpop git commit: Added Serializer.cloneObject() which clones via serialization (helper method). TinkerGraphComputer now how a sound distributed Memory system where each worker/thread aggregates without concurrency locally and then, at the en - posted by ok...@apache.org on 2017/01/06 00:00:39 UTC, 0 replies.
- [12/20] tinkerpop git commit: updated CHANGELOG. Going to move on. Need example Gryo dataset from @dkuppitz to verify performance improvement of DedupGlobalStep on SparkGraphComputer. - posted by ok...@apache.org on 2017/01/06 00:00:40 UTC, 0 replies.
- [13/20] tinkerpop git commit: discovering various synchronization bottlenecks in TinkerGraphComputer. Also, realized some dumb things I was doing in TraversalVertexProgram. Its crazy, for this benchmark that @dkuppitz and i have, if I don't touch vertex. - posted by ok...@apache.org on 2017/01/06 00:00:41 UTC, 0 replies.
- [14/20] tinkerpop git commit: CHAGELOG updated. Lunch time. - posted by ok...@apache.org on 2017/01/06 00:00:42 UTC, 0 replies.
- [15/20] tinkerpop git commit: removed the toy file and updated CHANGELOG. - posted by ok...@apache.org on 2017/01/06 00:00:43 UTC, 0 replies.
- [16/20] tinkerpop git commit: more minor optimizations to DedupGlobalStep. - posted by ok...@apache.org on 2017/01/06 00:00:44 UTC, 0 replies.
- [17/20] tinkerpop git commit: added the concept of a master barrier to DedupGlobalStep to speed up the addition of worker barriers into the master traversal. A slight performance increase. - posted by ok...@apache.org on 2017/01/06 00:00:45 UTC, 0 replies.
- [18/20] tinkerpop git commit: no more SynchronizedIterator for TinkerGraphComputer. Each worker/thread has their own Iterator partition. In TinkerPop 3.3.0 (with Partitioner) this will be replaced (easily). - posted by ok...@apache.org on 2017/01/06 00:00:46 UTC, 0 replies.
- [19/20] tinkerpop git commit: now that MemoryComputeKeys are cloneable, they are cloned accordignly in TraversalVertexProgram.clone(). - posted by ok...@apache.org on 2017/01/06 00:00:47 UTC, 0 replies.
- [20/20] tinkerpop git commit: have DedupGlobalStep as optimized as I can get it. I think BloomFilters are the next thing. Also, detachment factory stuff will help reduce barrier sizes. Found a bug in SparkInterceptorStrategyTest. Fixed. - posted by ok...@apache.org on 2017/01/06 00:00:48 UTC, 0 replies.
- tinkerpop git commit: Added more cycle detection and traversal induced value recipes. - posted by sp...@apache.org on 2017/01/06 13:58:20 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added more content to traversal induced value recipe - posted by sp...@apache.org on 2017/01/06 18:37:14 UTC, 0 replies.
- [2/2] tinkerpop git commit: Added an additional example to project() step - posted by sp...@apache.org on 2017/01/06 18:37:15 UTC, 0 replies.
- [01/44] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/06 19:42:06 UTC, 0 replies.
- [02/44] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/06 19:42:07 UTC, 0 replies.
- [03/44] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/06 19:42:08 UTC, 0 replies.
- [04/44] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/06 19:42:09 UTC, 0 replies.
- [05/44] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/06 19:42:10 UTC, 0 replies.
- [06/44] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/06 19:42:11 UTC, 0 replies.
- [07/44] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/06 19:42:12 UTC, 0 replies.
- [08/44] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2017/01/06 19:42:13 UTC, 0 replies.
- [09/44] tinkerpop git commit: TINKERPOP-1130 Enabled testing of int/double for GraphSON - posted by sp...@apache.org on 2017/01/06 19:42:14 UTC, 0 replies.
- [10/44] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2017/01/06 19:42:15 UTC, 0 replies.
- [11/44] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2017/01/06 19:42:16 UTC, 0 replies.
- [12/44] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2017/01/06 19:42:17 UTC, 0 replies.
- [13/44] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2017/01/06 19:42:18 UTC, 0 replies.
- [14/44] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2017/01/06 19:42:19 UTC, 0 replies.
- [15/44] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2017/01/06 19:42:20 UTC, 0 replies.
- [16/44] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2017/01/06 19:42:21 UTC, 0 replies.
- [17/44] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2017/01/06 19:42:22 UTC, 0 replies.
- [18/44] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2017/01/06 19:42:23 UTC, 0 replies.
- [19/44] tinkerpop git commit: TINKERPOP-1130 Added more asserts for Element related tests - posted by sp...@apache.org on 2017/01/06 19:42:24 UTC, 0 replies.
- [20/44] tinkerpop git commit: TINKERPOP-1130 Fixed ByteBuffer compatibility with Gryo. - posted by sp...@apache.org on 2017/01/06 19:42:25 UTC, 0 replies.
- [21/44] tinkerpop git commit: TINKERPOP-1130 Added test support for ConjunctiveP in Gryo - posted by sp...@apache.org on 2017/01/06 19:42:26 UTC, 0 replies.
- [22/44] tinkerpop git commit: TINKERPOP-1130 Enabled GraphSON serialization tests for enums - posted by sp...@apache.org on 2017/01/06 19:42:27 UTC, 0 replies.
- [23/44] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2017/01/06 19:42:28 UTC, 0 replies.
- [24/44] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2017/01/06 19:42:29 UTC, 0 replies.
- [25/44] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2017/01/06 19:42:30 UTC, 0 replies.
- [26/44] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2017/01/06 19:42:31 UTC, 0 replies.
- [27/44] tinkerpop git commit: TINKERPOP-1130 Added TinkerGraph support in gremlin-io-test - posted by sp...@apache.org on 2017/01/06 19:42:32 UTC, 0 replies.
- [28/44] tinkerpop git commit: TINKERPOP-1130 Enable more tests on gryo 1.0 and 3.3.0. - posted by sp...@apache.org on 2017/01/06 19:42:33 UTC, 0 replies.
- [29/44] tinkerpop git commit: TINKERPOP-1130 Added "incompatibility notes" - posted by sp...@apache.org on 2017/01/06 19:42:34 UTC, 0 replies.
- [30/44] tinkerpop git commit: TINKERPOP-1130 Revised the model for Tree - posted by sp...@apache.org on 2017/01/06 19:42:35 UTC, 0 replies.
- [31/44] tinkerpop git commit: TINKERPOP-1130 Testing for Path untyped GraphSON - posted by sp...@apache.org on 2017/01/06 19:42:36 UTC, 0 replies.
- [32/44] tinkerpop git commit: TINKERPOP-1130 Finished tests for untyped structure elements. - posted by sp...@apache.org on 2017/01/06 19:42:37 UTC, 0 replies.
- [33/44] tinkerpop git commit: TINKERPOP-1130 Regenerated IO docs for GraphSON - posted by sp...@apache.org on 2017/01/06 19:42:38 UTC, 0 replies.
- [34/44] tinkerpop git commit: TINKERPOP-1130 Add Compatiblities helper class - posted by sp...@apache.org on 2017/01/06 19:42:39 UTC, 0 replies.
- [35/44] tinkerpop git commit: TINKERPOP-1130 Cleaned up compatibility definitions - posted by sp...@apache.org on 2017/01/06 19:42:40 UTC, 0 replies.
- [36/44] tinkerpop git commit: TINKERPOP-1130 Added Request/ResponseMessage incompatibilty reasons. - posted by sp...@apache.org on 2017/01/06 19:42:41 UTC, 0 replies.
- [37/44] tinkerpop git commit: TINKERPOP-1130 Removed support for testing "time" with untyped GraphSON - posted by sp...@apache.org on 2017/01/06 19:42:42 UTC, 0 replies.
- [38/44] tinkerpop git commit: TINKERPOP-1130 Completed GraphSON tests for Request/ResponseMessage - posted by sp...@apache.org on 2017/01/06 19:42:43 UTC, 0 replies.
- [39/44] tinkerpop git commit: TINKERPOP-1130 Added back graphson generation script for 3.2.4 - posted by sp...@apache.org on 2017/01/06 19:42:44 UTC, 0 replies.
- [40/44] tinkerpop git commit: TINKERPOP-1130 Tests for edge untyped graphson - posted by sp...@apache.org on 2017/01/06 19:42:45 UTC, 0 replies.
- [41/44] tinkerpop git commit: TINKERPOP-1130 Move common compatibility filters to Compatibilities - posted by sp...@apache.org on 2017/01/06 19:42:46 UTC, 0 replies.
- [42/44] tinkerpop git commit: TINKERPOP-1130 Removed incompatibility notes concept. - posted by sp...@apache.org on 2017/01/06 19:42:47 UTC, 0 replies.
- [43/44] tinkerpop git commit: TINKERPOP-1130 Added configuration filter for Compatibilities - posted by sp...@apache.org on 2017/01/06 19:42:48 UTC, 0 replies.
- [44/44] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1130' - posted by sp...@apache.org on 2017/01/06 19:42:49 UTC, 0 replies.
- tinkerpop git commit: found a fixed a bug in RepeatUnrollStragegy. Global stateful steps like DedupGlobalStep can not be unrolled else you have split the global state amongst times(x) local steps. Added a test case to DedupGlobalStep g.V().repeat(dedup( - posted by ok...@apache.org on 2017/01/06 20:02:30 UTC, 0 replies.
- svn commit: r1777880 - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/developer/ docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/gremlin-language-varia... - posted by dk...@apache.org on 2017/01/08 12:19:35 UTC, 0 replies.
- [1/4] tinkerpop git commit: Add ResponseMessageDeserializer for GraphSON2. - posted by sp...@apache.org on 2017/01/09 12:33:28 UTC, 0 replies.
- [2/4] tinkerpop git commit: Merge branch 'pr-523' into tp32 - posted by sp...@apache.org on 2017/01/09 12:33:29 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/09 12:33:30 UTC, 0 replies.
- [4/4] tinkerpop git commit: Enabled testing of ResponseMessage in io test framework - posted by sp...@apache.org on 2017/01/09 12:33:31 UTC, 0 replies.
- [1/2] tinkerpop git commit: Add ResponseMessageDeserializer for GraphSON2. - posted by sp...@apache.org on 2017/01/09 12:33:35 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'pr-523' into tp32 - posted by sp...@apache.org on 2017/01/09 12:33:36 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1589 Re-introduced CloseableIterator - posted by sp...@apache.org on 2017/01/09 13:36:42 UTC, 0 replies.
- [2/4] tinkerpop git commit: TINKERPOP-1589 Made some adjustments to Traversal.close() - posted by sp...@apache.org on 2017/01/09 13:36:43 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1589' into tp32 - posted by sp...@apache.org on 2017/01/09 13:36:44 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/09 13:36:45 UTC, 2 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1589 Re-introduced CloseableIterator - posted by sp...@apache.org on 2017/01/09 13:36:53 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1589 Made some adjustments to Traversal.close() - posted by sp...@apache.org on 2017/01/09 13:36:54 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1589' into tp32 - posted by sp...@apache.org on 2017/01/09 13:36:55 UTC, 0 replies.
- [1/3] tinkerpop git commit: fixed ssl.keyPassword description - posted by rd...@apache.org on 2017/01/09 14:20:30 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by rd...@apache.org on 2017/01/09 14:20:31 UTC, 0 replies.
- [1/2] tinkerpop git commit: fixed ssl.keyPassword description - posted by rd...@apache.org on 2017/01/09 14:20:49 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by rd...@apache.org on 2017/01/09 14:20:50 UTC, 0 replies.
- tinkerpop git commit: fixed ssl.keyPassword description - posted by rd...@apache.org on 2017/01/09 14:21:03 UTC, 0 replies.
- tinkerpop git commit: Fixed a ( ) bug in LazyBarrierStrateagy. TINKERPOP-1594. CTR. - posted by ok...@apache.org on 2017/01/09 14:43:55 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed a ( ) bug in LazyBarrierStrateagy. TINKERPOP-1594. CTR. - posted by ok...@apache.org on 2017/01/09 14:44:13 UTC, 0 replies.
- [01/17] tinkerpop git commit: Made is so MemoryComputeKey implements Cloneable. This is actually really important we have NOT been cloning the BiOperators of OrderGlobalStep and GroupStep. We have just been 'getting lucky' in that Spark and Giraph use Se - posted by ok...@apache.org on 2017/01/09 14:54:13 UTC, 0 replies.
- [02/17] tinkerpop git commit: Added Serializer.cloneObject() which clones via serialization (helper method). TinkerGraphComputer now how a sound distributed Memory system where each worker/thread aggregates without concurrency locally and then, at the en - posted by ok...@apache.org on 2017/01/09 14:54:14 UTC, 0 replies.
- [03/17] tinkerpop git commit: forgot to add TinkerWorkerMemory file. - posted by ok...@apache.org on 2017/01/09 14:54:15 UTC, 0 replies.
- [04/17] tinkerpop git commit: Added TinkerWorkerMemory which will aggregate local to the current thread before propagated Memory to TinkerMemory. This reduces synchronization issues due all threads contending to mutate the master memory. - posted by ok...@apache.org on 2017/01/09 14:54:16 UTC, 0 replies.
- [05/17] tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2017/01/09 14:54:17 UTC, 0 replies.
- [06/17] tinkerpop git commit: realized that DedupGlobalStep was doing a 'double dedup'. the barrier which is already dedup'd is added to the master traveral's dedup-step and then dedup'd again. I simple boolean flag added to determine if the master trave - posted by ok...@apache.org on 2017/01/09 14:54:18 UTC, 0 replies.
- [07/17] tinkerpop git commit: discovering various synchronization bottlenecks in TinkerGraphComputer. Also, realized some dumb things I was doing in TraversalVertexProgram. Its crazy, for this benchmark that @dkuppitz and i have, if I don't touch vertex. - posted by ok...@apache.org on 2017/01/09 14:54:19 UTC, 0 replies.
- [08/17] tinkerpop git commit: updated CHANGELOG. Going to move on. Need example Gryo dataset from @dkuppitz to verify performance improvement of DedupGlobalStep on SparkGraphComputer. - posted by ok...@apache.org on 2017/01/09 14:54:20 UTC, 0 replies.
- [09/17] tinkerpop git commit: no more SynchronizedIterator for TinkerGraphComputer. Each worker/thread has their own Iterator partition. In TinkerPop 3.3.0 (with Partitioner) this will be replaced (easily). - posted by ok...@apache.org on 2017/01/09 14:54:21 UTC, 0 replies.
- [10/17] tinkerpop git commit: added the concept of a master barrier to DedupGlobalStep to speed up the addition of worker barriers into the master traversal. A slight performance increase. - posted by ok...@apache.org on 2017/01/09 14:54:22 UTC, 0 replies.
- [11/17] tinkerpop git commit: have DedupGlobalStep as optimized as I can get it. I think BloomFilters are the next thing. Also, detachment factory stuff will help reduce barrier sizes. Found a bug in SparkInterceptorStrategyTest. Fixed. - posted by ok...@apache.org on 2017/01/09 14:54:23 UTC, 0 replies.
- [12/17] tinkerpop git commit: now that MemoryComputeKeys are cloneable, they are cloned accordignly in TraversalVertexProgram.clone(). - posted by ok...@apache.org on 2017/01/09 14:54:24 UTC, 0 replies.
- [13/17] tinkerpop git commit: removed the toy file and updated CHANGELOG. - posted by ok...@apache.org on 2017/01/09 14:54:25 UTC, 0 replies.
- [14/17] tinkerpop git commit: more minor optimizations to DedupGlobalStep. - posted by ok...@apache.org on 2017/01/09 14:54:26 UTC, 0 replies.
- [15/17] tinkerpop git commit: CHAGELOG updated. Lunch time. - posted by ok...@apache.org on 2017/01/09 14:54:27 UTC, 0 replies.
- [16/17] tinkerpop git commit: found a fixed a bug in RepeatUnrollStragegy. Global stateful steps like DedupGlobalStep can not be unrolled else you have split the global state amongst times(x) local steps. Added a test case to DedupGlobalStep g.V().repea - posted by ok...@apache.org on 2017/01/09 14:54:28 UTC, 0 replies.
- [17/17] tinkerpop git commit: Merge branch 'TINKERPOP-1585' into tp32 - posted by ok...@apache.org on 2017/01/09 14:54:29 UTC, 0 replies.
- [01/18] tinkerpop git commit: Made is so MemoryComputeKey implements Cloneable. This is actually really important we have NOT been cloning the BiOperators of OrderGlobalStep and GroupStep. We have just been 'getting lucky' in that Spark and Giraph use Se - posted by ok...@apache.org on 2017/01/09 14:54:31 UTC, 0 replies.
- [02/18] tinkerpop git commit: Added Serializer.cloneObject() which clones via serialization (helper method). TinkerGraphComputer now how a sound distributed Memory system where each worker/thread aggregates without concurrency locally and then, at the en - posted by ok...@apache.org on 2017/01/09 14:54:32 UTC, 0 replies.
- [03/18] tinkerpop git commit: forgot to add TinkerWorkerMemory file. - posted by ok...@apache.org on 2017/01/09 14:54:33 UTC, 0 replies.
- [04/18] tinkerpop git commit: Added TinkerWorkerMemory which will aggregate local to the current thread before propagated Memory to TinkerMemory. This reduces synchronization issues due all threads contending to mutate the master memory. - posted by ok...@apache.org on 2017/01/09 14:54:34 UTC, 0 replies.
- [05/18] tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2017/01/09 14:54:35 UTC, 0 replies.
- [06/18] tinkerpop git commit: realized that DedupGlobalStep was doing a 'double dedup'. the barrier which is already dedup'd is added to the master traveral's dedup-step and then dedup'd again. I simple boolean flag added to determine if the master trave - posted by ok...@apache.org on 2017/01/09 14:54:36 UTC, 0 replies.
- [07/18] tinkerpop git commit: discovering various synchronization bottlenecks in TinkerGraphComputer. Also, realized some dumb things I was doing in TraversalVertexProgram. Its crazy, for this benchmark that @dkuppitz and i have, if I don't touch vertex. - posted by ok...@apache.org on 2017/01/09 14:54:37 UTC, 0 replies.
- [08/18] tinkerpop git commit: updated CHANGELOG. Going to move on. Need example Gryo dataset from @dkuppitz to verify performance improvement of DedupGlobalStep on SparkGraphComputer. - posted by ok...@apache.org on 2017/01/09 14:54:38 UTC, 0 replies.
- [09/18] tinkerpop git commit: no more SynchronizedIterator for TinkerGraphComputer. Each worker/thread has their own Iterator partition. In TinkerPop 3.3.0 (with Partitioner) this will be replaced (easily). - posted by ok...@apache.org on 2017/01/09 14:54:39 UTC, 0 replies.
- [10/18] tinkerpop git commit: more minor optimizations to DedupGlobalStep. - posted by ok...@apache.org on 2017/01/09 14:54:40 UTC, 0 replies.
- [11/18] tinkerpop git commit: added the concept of a master barrier to DedupGlobalStep to speed up the addition of worker barriers into the master traversal. A slight performance increase. - posted by ok...@apache.org on 2017/01/09 14:54:41 UTC, 0 replies.
- [12/18] tinkerpop git commit: have DedupGlobalStep as optimized as I can get it. I think BloomFilters are the next thing. Also, detachment factory stuff will help reduce barrier sizes. Found a bug in SparkInterceptorStrategyTest. Fixed. - posted by ok...@apache.org on 2017/01/09 14:54:42 UTC, 0 replies.
- [13/18] tinkerpop git commit: CHAGELOG updated. Lunch time. - posted by ok...@apache.org on 2017/01/09 14:54:43 UTC, 0 replies.
- [14/18] tinkerpop git commit: now that MemoryComputeKeys are cloneable, they are cloned accordignly in TraversalVertexProgram.clone(). - posted by ok...@apache.org on 2017/01/09 14:54:44 UTC, 0 replies.
- [15/18] tinkerpop git commit: removed the toy file and updated CHANGELOG. - posted by ok...@apache.org on 2017/01/09 14:54:45 UTC, 0 replies.
- [16/18] tinkerpop git commit: found a fixed a bug in RepeatUnrollStragegy. Global stateful steps like DedupGlobalStep can not be unrolled else you have split the global state amongst times(x) local steps. Added a test case to DedupGlobalStep g.V().repea - posted by ok...@apache.org on 2017/01/09 14:54:46 UTC, 0 replies.
- [17/18] tinkerpop git commit: Merge branch 'TINKERPOP-1585' into tp32 - posted by ok...@apache.org on 2017/01/09 14:54:47 UTC, 0 replies.
- [18/18] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/09 14:54:48 UTC, 1 replies.
- [01/50] tinkerpop git commit: Update CHANGELOG - CTR [Forced Update!] - posted by dk...@apache.org on 2017/01/09 14:58:22 UTC, 0 replies.
- [02/50] tinkerpop git commit: Merge branch 'TINKERPOP-1570' into tp32 - posted by dk...@apache.org on 2017/01/09 14:58:23 UTC, 0 replies.
- [03/50] tinkerpop git commit: Merge branch 'TINKERPOP-1562' into tp32 - posted by dk...@apache.org on 2017/01/09 14:58:24 UTC, 0 replies.
- [04/50] tinkerpop git commit: Lessened log severity for Gremlin Server wrt serializers - posted by dk...@apache.org on 2017/01/09 14:58:25 UTC, 0 replies.
- [05/50] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by dk...@apache.org on 2017/01/09 14:58:26 UTC, 0 replies.
- [06/50] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by dk...@apache.org on 2017/01/09 14:58:27 UTC, 0 replies.
- [07/50] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by dk...@apache.org on 2017/01/09 14:58:28 UTC, 0 replies.
- [08/50] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by dk...@apache.org on 2017/01/09 14:58:29 UTC, 0 replies.
- [09/50] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by dk...@apache.org on 2017/01/09 14:58:30 UTC, 0 replies.
- [10/50] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by dk...@apache.org on 2017/01/09 14:58:31 UTC, 0 replies.
- [11/50] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic - posted by dk...@apache.org on 2017/01/09 14:58:32 UTC, 0 replies.
- [12/50] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by dk...@apache.org on 2017/01/09 14:58:33 UTC, 0 replies.
- [13/50] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by dk...@apache.org on 2017/01/09 14:58:34 UTC, 0 replies.
- [14/50] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by dk...@apache.org on 2017/01/09 14:58:35 UTC, 0 replies.
- [15/50] tinkerpop git commit: raise error if side effect method called while loop is running - posted by dk...@apache.org on 2017/01/09 14:58:36 UTC, 0 replies.
- [16/50] tinkerpop git commit: TINKERPOP-1490 Merge fixes after rebase on tp32 - posted by dk...@apache.org on 2017/01/09 14:58:37 UTC, 0 replies.
- [17/50] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by dk...@apache.org on 2017/01/09 14:58:38 UTC, 0 replies.
- [18/50] tinkerpop git commit: Add a note to dev docs on python environment CTR - posted by dk...@apache.org on 2017/01/09 14:58:39 UTC, 0 replies.
- [19/50] tinkerpop git commit: Fix numbers deserialization for GraphSON2. - posted by dk...@apache.org on 2017/01/09 14:58:40 UTC, 0 replies.
- [20/50] tinkerpop git commit: TINKERPOP-1584 Made Gryo support a number of classes GraphSON supported. - posted by dk...@apache.org on 2017/01/09 14:58:41 UTC, 0 replies.
- [21/50] tinkerpop git commit: Minor code cleanup and formatting. - posted by dk...@apache.org on 2017/01/09 14:58:42 UTC, 0 replies.
- [22/50] tinkerpop git commit: Added basics for versioning Gryo. - posted by dk...@apache.org on 2017/01/09 14:58:43 UTC, 0 replies.
- [23/50] tinkerpop git commit: Changed Gryo registration ids to avoid conflict in 3.3.x - posted by dk...@apache.org on 2017/01/09 14:58:44 UTC, 0 replies.
- [24/50] tinkerpop git commit: Don't use the canonical name when serializing to gryo. - posted by dk...@apache.org on 2017/01/09 14:58:45 UTC, 0 replies.
- [25/50] tinkerpop git commit: Moved class/serializer registrations for gryo to GryoVersion. - posted by dk...@apache.org on 2017/01/09 14:58:46 UTC, 0 replies.
- [26/50] tinkerpop git commit: Added a missing test feature CTR - posted by dk...@apache.org on 2017/01/09 14:58:47 UTC, 0 replies.
- [27/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2017/01/09 14:58:48 UTC, 0 replies.
- [28/50] tinkerpop git commit: Make ElementHelper.areEqual(Property, Object) handle nulls so that it can be used correctly in equals() methods of Property impls. - posted by dk...@apache.org on 2017/01/09 14:58:49 UTC, 0 replies.
- [29/50] tinkerpop git commit: Fixed a bug in enum registrations for GraphSON - posted by dk...@apache.org on 2017/01/09 14:58:50 UTC, 0 replies.
- [30/50] tinkerpop git commit: Fixed Gryo serialization of ConnectiveP instances. - posted by dk...@apache.org on 2017/01/09 14:58:51 UTC, 0 replies.
- tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by dk...@apache.org on 2017/01/09 14:58:52 UTC, 0 replies.
- [31/50] tinkerpop git commit: Fixed minor bug in ByteBuffer gryo serializer. CTR - posted by dk...@apache.org on 2017/01/09 14:58:52 UTC, 0 replies.
- [32/50] tinkerpop git commit: Fixed broken GryoMapper test CTR - posted by dk...@apache.org on 2017/01/09 14:58:53 UTC, 0 replies.
- [33/50] tinkerpop git commit: Merge branch 'pr-519' into tp32 - posted by dk...@apache.org on 2017/01/09 14:58:54 UTC, 0 replies.
- [34/50] tinkerpop git commit: Update CHANGELOG CTR - posted by dk...@apache.org on 2017/01/09 14:58:55 UTC, 0 replies.
- [35/50] tinkerpop git commit: TINKERPOP-1587 TinkerGraph serialization supports multiproperties - posted by dk...@apache.org on 2017/01/09 14:58:56 UTC, 0 replies.
- [36/50] tinkerpop git commit: TINKERPOP-1587 Forgot to update the both TinkerGraph serializers CTR - posted by dk...@apache.org on 2017/01/09 14:58:57 UTC, 0 replies.
- [37/50] tinkerpop git commit: TINKERGRAPH-1587 Forgot to do the v2 GraphSON for TinkerGraph - posted by dk...@apache.org on 2017/01/09 14:58:58 UTC, 0 replies.
- [38/50] tinkerpop git commit: Mark one of the Peer Pressure tests as non-deterministic. - posted by dk...@apache.org on 2017/01/09 14:58:59 UTC, 0 replies.
- [39/50] tinkerpop git commit: Fixed a minor problem in closing a sessioned client that was not initialized CTR - posted by dk...@apache.org on 2017/01/09 14:59:00 UTC, 0 replies.
- [40/50] tinkerpop git commit: TINKERPOP-1589 Re-introduced CloseableIterator - posted by dk...@apache.org on 2017/01/09 14:59:01 UTC, 0 replies.
- [41/50] tinkerpop git commit: TINKERPOP-1589 Made some adjustments to Traversal.close() - posted by dk...@apache.org on 2017/01/09 14:59:02 UTC, 0 replies.
- [42/50] tinkerpop git commit: added Terminal Steps section to the-traversal.asciidoc docs. - posted by dk...@apache.org on 2017/01/09 14:59:03 UTC, 0 replies.
- [43/50] tinkerpop git commit: Removed use of deprecated ScriptEngines class. CTR - posted by dk...@apache.org on 2017/01/09 14:59:04 UTC, 0 replies.
- [44/50] tinkerpop git commit: Merge branch 'tp32' of https://git-wip-us.apache.org/repos/asf/tinkerpop into tp32 - posted by dk...@apache.org on 2017/01/09 14:59:05 UTC, 0 replies.
- [45/50] tinkerpop git commit: Add ResponseMessageDeserializer for GraphSON2. - posted by dk...@apache.org on 2017/01/09 14:59:06 UTC, 0 replies.
- [46/50] tinkerpop git commit: Merge branch 'pr-523' into tp32 - posted by dk...@apache.org on 2017/01/09 14:59:07 UTC, 0 replies.
- [47/50] tinkerpop git commit: Merge branch 'TINKERPOP-1589' into tp32 - posted by dk...@apache.org on 2017/01/09 14:59:08 UTC, 0 replies.
- [48/50] tinkerpop git commit: fixed ssl.keyPassword description - posted by dk...@apache.org on 2017/01/09 14:59:09 UTC, 0 replies.
- [49/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2017/01/09 14:59:10 UTC, 0 replies.
- [50/50] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by dk...@apache.org on 2017/01/09 14:59:11 UTC, 0 replies.
- tinkerpop git commit: Added connected components recipe - posted by sp...@apache.org on 2017/01/09 16:13:08 UTC, 0 replies.
- tinkerpop git commit: fixed an NPE in AddVertexStartStep. In PathRetractionStrategy, NoOpBarriers are only added to global children as 99% of local children are by()-modulation based and thus, there is no point to fully compute the traversal if only the - posted by ok...@apache.org on 2017/01/09 16:36:25 UTC, 0 replies.
- tinkerpop git commit: no local children end steps need NoOpBarriers. - posted by ok...@apache.org on 2017/01/09 16:41:46 UTC, 0 replies.
- tinkerpop git commit: dah. sorry. last minute change without mvn clean insatll -- AND should be OR - posted by ok...@apache.org on 2017/01/09 16:52:38 UTC, 0 replies.
- tinkerpop git commit: Various __ steps can be hard typed. For instance out() is actually out(). Went through and tweaked typing accordingly. This is going to master as it might cause some users to have to remove <> explicit typin - posted by ok...@apache.org on 2017/01/09 18:50:30 UTC, 0 replies.
- tinkerpop git commit: Add an appendix to the recipes. - posted by sp...@apache.org on 2017/01/09 20:20:32 UTC, 0 replies.
- tinkerpop git commit: Added `skip(long)` and `skip((Scope, long)` which call the `range(low, high)` equivalents with -1 as the high. Also added test cases and fixed the OLAP implementation (which probably never worked before). - posted by dk...@apache.org on 2017/01/10 09:50:38 UTC, 0 replies.
- tinkerpop git commit: Added `skip()` in the reference docs. - posted by dk...@apache.org on 2017/01/10 10:27:48 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added duplicate edge detection recipe - posted by sp...@apache.org on 2017/01/10 13:59:34 UTC, 0 replies.
- [2/2] tinkerpop git commit: Move appendix to its own doc and out of index. - posted by sp...@apache.org on 2017/01/10 13:59:35 UTC, 0 replies.
- tinkerpop git commit: Implemented changes suggested by @okram. - posted by dk...@apache.org on 2017/01/10 14:02:10 UTC, 0 replies.
- tinkerpop git commit: made skip test OLAP friendly - posted by dk...@apache.org on 2017/01/10 15:08:42 UTC, 0 replies.
- tinkerpop git commit: Added duplicate vertex recipe - posted by sp...@apache.org on 2017/01/10 15:20:27 UTC, 0 replies.
- tinkerpop git commit: Fixed a bug in `OrderGlobalStep` and added the previously removed `RangeTest` test back. - posted by dk...@apache.org on 2017/01/10 15:49:34 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added a recipe appendix entry - posted by sp...@apache.org on 2017/01/10 16:07:32 UTC, 0 replies.
- [2/2] tinkerpop git commit: Added recipe to appendix for some basic math ops - posted by sp...@apache.org on 2017/01/10 16:07:33 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: Merge branch 'pr-523' into tp32 [Forced Update!] - posted by ok...@apache.org on 2017/01/10 16:11:09 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: Enabled testing of ResponseMessage in io test framework - posted by ok...@apache.org on 2017/01/10 16:11:11 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1589' into tp32 - posted by ok...@apache.org on 2017/01/10 16:11:12 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/10 16:11:13 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: fixed ssl.keyPassword description - posted by ok...@apache.org on 2017/01/10 16:11:14 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by ok...@apache.org on 2017/01/10 16:11:15 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/10 16:11:16 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: Fixed a ( ) bug in LazyBarrierStrateagy. TINKERPOP-1594. CTR. - posted by ok...@apache.org on 2017/01/10 16:11:17 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/10 16:11:18 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1585' into tp32 - posted by ok...@apache.org on 2017/01/10 16:11:19 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/10 16:11:20 UTC, 1 replies.
- [13/50] [abbrv] tinkerpop git commit: I have all the failing tests ignored in the AkkaActorsProvider. I know why they fail -- mainly around order()... once I solve that, done. - posted by ok...@apache.org on 2017/01/10 16:11:21 UTC, 1 replies.
- [14/50] [abbrv] tinkerpop git commit: okay, all direct references to akka URIs are removed from gremlin-core. I have one more thing to do with Message priorities. After that, clean, Javadoc, etc. Going to take a break for a bit first. - posted by ok...@apache.org on 2017/01/10 16:11:22 UTC, 1 replies.
- [15/50] [abbrv] tinkerpop git commit: we now have a full generalized process/actor interface system where akka-gremlin/ implements those interfaces. Next, we have ActorProgram with TraversalActorProgram exectuing a traversal. This is identical in form to - posted by ok...@apache.org on 2017/01/10 16:11:23 UTC, 1 replies.
- [16/50] [abbrv] tinkerpop git commit: we now have a full generalized process/actor interface system where akka-gremlin/ implements those interfaces. Next, we have ActorProgram with TraversalActorProgram exectuing a traversal. This is identical in form to - posted by ok...@apache.org on 2017/01/10 16:11:24 UTC, 1 replies.
- [17/50] [abbrv] tinkerpop git commit: okay. mailboxes are controlled by ActorProgram.getMessagePriorities(). Took me forever to figure out how to dynamically configure akka mailboxes. - posted by ok...@apache.org on 2017/01/10 16:11:25 UTC, 1 replies.
- [18/50] [abbrv] tinkerpop git commit: to hell and back and got nowhere. 2 hour code hole trying to remove GraphComputer semantics from Actor traversals..... had it all working up till group() not finalizing results. No idea why. - posted by ok...@apache.org on 2017/01/10 16:11:26 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: split up start and terminate messages. - posted by ok...@apache.org on 2017/01/10 16:11:27 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: started on the process.actor interfaces in gremlin-core. Really cool as the naming/model lines up nicely with process.computer interfaces. ActorStep and ActorStrategy are now generalized to work with Actors interface - posted by ok...@apache.org on 2017/01/10 16:11:28 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: ahhh.. a really solid simplification using the Terminate token as the barrier synchronizer. Lots of other little random clean me ups. Things are looking brighter at close of business. - posted by ok...@apache.org on 2017/01/10 16:11:31 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: OMG. That was a 3+ hour bug. The bug was not in Actors, but in GroupStep cloning.... So painful. Renamed Actors to GraphActors so its like GraphComputer. Renamed ActorStep to TraversalActorProgramStep so its like Tra - posted by ok...@apache.org on 2017/01/10 16:11:32 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: came up with a clever idea for maintaining order in a distributed traversal. OrdereredTraverser is a wrapper around a Traverser where all methods are delegated to the internal traverser. However, OrderedTraverser has - posted by ok...@apache.org on 2017/01/10 16:11:33 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: added Pushing and Distributing which are currently the two constructs of GraphComputing. GraphComputing is now deprecated with its corresponding methods calling the respective Pushing/Distributing methods. Pushing me - posted by ok...@apache.org on 2017/01/10 16:11:34 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky. - posted by ok...@apache.org on 2017/01/10 16:11:35 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arb - posted by ok...@apache.org on 2017/01/10 16:11:36 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. - posted by ok...@apache.org on 2017/01/10 16:11:37 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/10 16:11:38 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/10 16:11:39 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: Created AkkaGremlinPlugin so you can import akka-gremlin into GremlinConsole (and GremlinServer--not sure). The concept of an Actor Address now has to identifies -- the physical location of the actor and the unique ( - posted by ok...@apache.org on 2017/01/10 16:11:40 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a fu - posted by ok...@apache.org on 2017/01/10 16:11:41 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local an - posted by ok...@apache.org on 2017/01/10 16:11:42 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Comput - posted by ok...@apache.org on 2017/01/10 16:11:43 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. - posted by ok...@apache.org on 2017/01/10 16:11:44 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: small nothing. - posted by ok...@apache.org on 2017/01/10 16:11:45 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: came up with a much cleaner GiraphGraphComputer usage around workers. - posted by ok...@apache.org on 2017/01/10 16:11:46 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. - posted by ok...@apache.org on 2017/01/10 16:11:47 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: added StringFactory rules for GraphActors, Partitioner, and Partition. Realized someting profoundly sucky about DedupGlobalStep. Exposed more test cases to AkkaGraphActors. - posted by ok...@apache.org on 2017/01/10 16:11:48 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: learned about preStart() and postStop() methods in Akka Actors. Lined those up with actor.terminate() and actor.setup(). JavaDoc here and there.... nada much. done for the night. - posted by ok...@apache.org on 2017/01/10 16:11:49 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: lots of cleanup and organization of the interfaces. trying to line up the GraphActors interfaces as much as possible with GraphComputer interfaces. JavaDoc'in. - posted by ok...@apache.org on 2017/01/10 16:11:50 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: more alignment between GraphActors and GraphComputer. GraphActors.partitioner().program().submit(). Unlike GraphComputer, there is no Graph.actors(). HOWEVER -- since GraphActors is Partition-centric, perhaps we do G - posted by ok...@apache.org on 2017/01/10 16:11:51 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model. - posted by ok...@apache.org on 2017/01/10 16:11:52 UTC, 1 replies.
- [45/50] [abbrv] tinkerpop git commit: added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete. - posted by ok...@apache.org on 2017/01/10 16:11:53 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking. - posted by ok...@apache.org on 2017/01/10 16:11:54 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: smarter distribution of initial GraphStep traversers. - posted by ok...@apache.org on 2017/01/10 16:11:55 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/10 16:11:56 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/10 16:11:57 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/10 16:11:58 UTC, 0 replies.
- [1/6] tinkerpop git commit: added license and author - posted by da...@apache.org on 2017/01/10 17:10:11 UTC, 0 replies.
- [2/6] tinkerpop git commit: allow user to pass loop to DriverRemoteConnection. added multi-threaded tests. - posted by da...@apache.org on 2017/01/10 17:10:12 UTC, 0 replies.
- [3/6] tinkerpop git commit: use six.moves for legacy import. fixed testing port number - posted by da...@apache.org on 2017/01/10 17:10:13 UTC, 0 replies.
- [4/6] tinkerpop git commit: removed non-deterministic threaded test - posted by da...@apache.org on 2017/01/10 17:10:14 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge branch 'TINKERPOP-1581' into tp32 - posted by da...@apache.org on 2017/01/10 17:10:15 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge branch 'tp32' - posted by da...@apache.org on 2017/01/10 17:10:16 UTC, 1 replies.
- [1/5] tinkerpop git commit: added license and author - posted by da...@apache.org on 2017/01/10 17:10:46 UTC, 0 replies.
- [2/5] tinkerpop git commit: use six.moves for legacy import. fixed testing port number - posted by da...@apache.org on 2017/01/10 17:10:47 UTC, 0 replies.
- [3/5] tinkerpop git commit: allow user to pass loop to DriverRemoteConnection. added multi-threaded tests. - posted by da...@apache.org on 2017/01/10 17:10:48 UTC, 0 replies.
- [4/5] tinkerpop git commit: removed non-deterministic threaded test - posted by da...@apache.org on 2017/01/10 17:10:49 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'TINKERPOP-1581' into tp32 - posted by da...@apache.org on 2017/01/10 17:10:50 UTC, 0 replies.
- tinkerpop git commit: Added some more appendix items to recipes - posted by sp...@apache.org on 2017/01/10 17:14:16 UTC, 0 replies.
- [1/4] tinkerpop git commit: fixed an NPE in AddVertexStartStep. In PathRetractionStrategy, NoOpBarriers are only added to global children as 99% of local children are by()-modulation based and thus, there is no point to fully compute the traversal if onl - posted by ok...@apache.org on 2017/01/10 17:34:36 UTC, 0 replies.
- [2/4] tinkerpop git commit: no local children end steps need NoOpBarriers. - posted by ok...@apache.org on 2017/01/10 17:34:37 UTC, 0 replies.
- [3/4] tinkerpop git commit: dah. sorry. last minute change without mvn clean insatll -- AND should be OR - posted by ok...@apache.org on 2017/01/10 17:34:38 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'TINKERPOP-1521' into tp32 - posted by ok...@apache.org on 2017/01/10 17:34:39 UTC, 0 replies.
- [1/5] tinkerpop git commit: fixed an NPE in AddVertexStartStep. In PathRetractionStrategy, NoOpBarriers are only added to global children as 99% of local children are by()-modulation based and thus, there is no point to fully compute the traversal if onl - posted by ok...@apache.org on 2017/01/10 17:34:57 UTC, 0 replies.
- [2/5] tinkerpop git commit: no local children end steps need NoOpBarriers. - posted by ok...@apache.org on 2017/01/10 17:34:58 UTC, 0 replies.
- [3/5] tinkerpop git commit: dah. sorry. last minute change without mvn clean insatll -- AND should be OR - posted by ok...@apache.org on 2017/01/10 17:34:59 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'TINKERPOP-1521' into tp32 - posted by ok...@apache.org on 2017/01/10 17:35:00 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/10 17:35:01 UTC, 2 replies.
- tinkerpop git commit: a potential clone() error in DefaultTraversal where the 'last traverser' field is not set to EmptyTraverser. We haven't run into this problem, but it was a potential. CTR. - posted by ok...@apache.org on 2017/01/10 17:52:58 UTC, 0 replies.
- [1/2] tinkerpop git commit: a potential clone() error in DefaultTraversal where the 'last traverser' field is not set to EmptyTraverser. We haven't run into this problem, but it was a potential. CTR. - posted by ok...@apache.org on 2017/01/10 17:53:14 UTC, 0 replies.
- tinkerpop git commit: DedupTest now uses name for the order() instead of id. - posted by ok...@apache.org on 2017/01/10 18:19:41 UTC, 0 replies.
- svn commit: r1778175 [7/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [10/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [14/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [13/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [8/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [19/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [11/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [9/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [22/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [18/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [3/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [16/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [2/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [6/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [4/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [1/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [21/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [12/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [17/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [20/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [15/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- svn commit: r1778175 [5/22] - in /tinkerpop/site: docs/3.2.4-SNAPSHOT/dev/provider/ docs/3.2.4-SNAPSHOT/images/ docs/3.2.4-SNAPSHOT/recipes/ docs/3.2.4-SNAPSHOT/reference/ docs/3.2.4-SNAPSHOT/tutorials/the-gremlin-console/ javadocs/3.2.4-SNAPSHOT/core/... - posted by sp...@apache.org on 2017/01/10 18:47:51 UTC, 0 replies.
- [1/2] tinkerpop git commit: Various __ steps can be hard typed. For instance out() is actually out(). Went through and tweaked typing accordingly. This is going to master as it might cause some users to have to remove <> explicit - posted by ok...@apache.org on 2017/01/10 19:15:04 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1116' - posted by ok...@apache.org on 2017/01/10 19:15:05 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added specific serializer for RequestMessage - posted by sp...@apache.org on 2017/01/10 21:49:11 UTC, 0 replies.
- tinkerpop git commit: Added specific serializer for RequestMessage - posted by sp...@apache.org on 2017/01/10 21:49:18 UTC, 0 replies.
- [1/2] tinkerpop git commit: OptionalStep needed a reset() method that reset its local child. - posted by ok...@apache.org on 2017/01/10 22:01:27 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tinkerpop - posted by ok...@apache.org on 2017/01/10 22:01:28 UTC, 0 replies.
- tinkerpop git commit: A fix in tp32 now allows testing of RequestMessage CTR - posted by sp...@apache.org on 2017/01/10 23:21:42 UTC, 0 replies.
- [1/2] tinkerpop git commit: DedupTest now uses name for the order() instead of id. - posted by ok...@apache.org on 2017/01/11 00:56:45 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1531' into tp32 - posted by ok...@apache.org on 2017/01/11 00:56:46 UTC, 0 replies.
- [1/3] tinkerpop git commit: DedupTest now uses name for the order() instead of id. - posted by ok...@apache.org on 2017/01/11 00:57:04 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1531' into tp32 - posted by ok...@apache.org on 2017/01/11 00:57:05 UTC, 0 replies.
- tinkerpop git commit: Added a new test case in `OptionalTest`. The test is currently failing because of `PathRetractionStrategy`. - posted by dk...@apache.org on 2017/01/11 13:53:39 UTC, 0 replies.
- tinkerpop git commit: added DedupCountStrategy which, in OLAP, will combine dedup().count() patterns into a single step and thus, limits the amount of traverser migration at the master traversal post-dedup barrier. The speed up is not bad, but also not g - posted by ok...@apache.org on 2017/01/11 14:51:31 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' [Forced Update!] - posted by ok...@apache.org on 2017/01/11 17:53:09 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: a potential clone() error in DefaultTraversal where the 'last traverser' field is not set to EmptyTraverser. We haven't run into this problem, but it was a potential. CTR. - posted by ok...@apache.org on 2017/01/11 17:53:10 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/11 17:53:11 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: DedupTest now uses name for the order() instead of id. - posted by ok...@apache.org on 2017/01/11 17:53:12 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1116' - posted by ok...@apache.org on 2017/01/11 17:53:13 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: Added specific serializer for RequestMessage - posted by ok...@apache.org on 2017/01/11 17:53:14 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: OptionalStep needed a reset() method that reset its local child. - posted by ok...@apache.org on 2017/01/11 17:53:16 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tinkerpop - posted by ok...@apache.org on 2017/01/11 17:53:17 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: A fix in tp32 now allows testing of RequestMessage CTR - posted by ok...@apache.org on 2017/01/11 17:53:18 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1531' into tp32 - posted by ok...@apache.org on 2017/01/11 17:53:19 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: split up start and terminate messages. - posted by ok...@apache.org on 2017/01/11 17:53:26 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: to hell and back and got nowhere. 2 hour code hole trying to remove GraphComputer semantics from Actor traversals..... had it all working up till group() not finalizing results. No idea why. - posted by ok...@apache.org on 2017/01/11 17:53:27 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: ahhh.. a really solid simplification using the Terminate token as the barrier synchronizer. Lots of other little random clean me ups. Things are looking brighter at close of business. - posted by ok...@apache.org on 2017/01/11 17:53:28 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: OMG. That was a 3+ hour bug. The bug was not in Actors, but in GroupStep cloning.... So painful. Renamed Actors to GraphActors so its like GraphComputer. Renamed ActorStep to TraversalActorProgramStep so its like Tra - posted by ok...@apache.org on 2017/01/11 17:53:29 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: came up with a clever idea for maintaining order in a distributed traversal. OrdereredTraverser is a wrapper around a Traverser where all methods are delegated to the internal traverser. However, OrderedTraverser has - posted by ok...@apache.org on 2017/01/11 17:53:30 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: added Pushing and Distributing which are currently the two constructs of GraphComputing. GraphComputing is now deprecated with its corresponding methods calling the respective Pushing/Distributing methods. Pushing me - posted by ok...@apache.org on 2017/01/11 17:53:31 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: started on the process.actor interfaces in gremlin-core. Really cool as the naming/model lines up nicely with process.computer interfaces. ActorStep and ActorStrategy are now generalized to work with Actors interface - posted by ok...@apache.org on 2017/01/11 17:53:32 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: Created AkkaGremlinPlugin so you can import akka-gremlin into GremlinConsole (and GremlinServer--not sure). The concept of an Actor Address now has to identifies -- the physical location of the actor and the unique ( - posted by ok...@apache.org on 2017/01/11 17:53:33 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: added StringFactory rules for GraphActors, Partitioner, and Partition. Realized someting profoundly sucky about DedupGlobalStep. Exposed more test cases to AkkaGraphActors. - posted by ok...@apache.org on 2017/01/11 17:53:34 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: learned about preStart() and postStop() methods in Akka Actors. Lined those up with actor.terminate() and actor.setup(). JavaDoc here and there.... nada much. done for the night. - posted by ok...@apache.org on 2017/01/11 17:53:35 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: lots of cleanup and organization of the interfaces. trying to line up the GraphActors interfaces as much as possible with GraphComputer interfaces. JavaDoc'in. - posted by ok...@apache.org on 2017/01/11 17:53:36 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: more alignment between GraphActors and GraphComputer. GraphActors.partitioner().program().submit(). Unlike GraphComputer, there is no Graph.actors(). HOWEVER -- since GraphActors is Partition-centric, perhaps we do G - posted by ok...@apache.org on 2017/01/11 17:53:38 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arb - posted by ok...@apache.org on 2017/01/11 17:53:39 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: created a new module called akka-gremlin. It will implement the actor/ package interfaces (yet to be defined in gremlin-core). - posted by ok...@apache.org on 2017/01/11 17:53:40 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: created a new module called akka-gremlin. It will implement the actor/ package interfaces (yet to be defined in gremlin-core). - posted by ok...@apache.org on 2017/01/11 17:53:41 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/11 17:53:42 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/11 17:53:43 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Comput - posted by ok...@apache.org on 2017/01/11 17:53:44 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: smarter distribution of initial GraphStep traversers. - posted by ok...@apache.org on 2017/01/11 17:53:45 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete. - posted by ok...@apache.org on 2017/01/11 17:53:46 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local an - posted by ok...@apache.org on 2017/01/11 17:53:47 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a fu - posted by ok...@apache.org on 2017/01/11 17:53:48 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/11 17:53:49 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/11 17:53:50 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/11 17:53:51 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. - posted by ok...@apache.org on 2017/01/11 17:53:53 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking. - posted by ok...@apache.org on 2017/01/11 17:53:55 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: small nothing. - posted by ok...@apache.org on 2017/01/11 17:53:56 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. - posted by ok...@apache.org on 2017/01/11 17:53:57 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. - posted by ok...@apache.org on 2017/01/11 17:53:58 UTC, 0 replies.
- tinkerpop git commit: HashPartitioner requires a positive hashCode() value. Thus, wrapped calls in Math.abs(). - posted by ok...@apache.org on 2017/01/11 17:59:40 UTC, 0 replies.
- tinkerpop git commit: what a day. So I have Akka remoting working (not fully). We now have akka.io.GryoSerializer :). And TraversalActorProgram is smart about detach() and attach(). Learned a bunch about how to do Partitioner/Partitions in TinkerPop.... - posted by ok...@apache.org on 2017/01/11 21:38:21 UTC, 0 replies.
- tinkerpop git commit: having to redesign our concept of Attachable.attach() and detach(). @spmallette's Host interface now has a default method of Host.attach(t). Moreover, Traverser now has Traverser.attach(Host). Vertex extends Host. Graph extends Host - posted by ok...@apache.org on 2017/01/11 23:43:28 UTC, 0 replies.
- tinkerpop git commit: okay, so I now have the GryoMapper classes programmically loaded in the ActorSystem serialiation-bindings. This is slick. We are almost there. Done for the night. That was a 13 hour day. - posted by ok...@apache.org on 2017/01/12 00:34:33 UTC, 0 replies.
- tinkerpop git commit: added OrderedTraverser to Gryo registration listing.... Crap, prolly means I need to do it for GraphSON too... - posted by ok...@apache.org on 2017/01/12 01:25:35 UTC, 0 replies.
- tinkerpop git commit: GryoVersion.3_0 ... epic. @spmallette making my life easy. OrderedTraverser registered and private no-arg constructor added. More AkkaActorsProcessActorsTest cases passing. The only ones that are failing have to do with GroupStep.Gr - posted by ok...@apache.org on 2017/01/12 01:31:45 UTC, 0 replies.
- svn commit: r1778430 [3/4] - in /tinkerpop/site/docs/3.2.4-SNAPSHOT: dev/provider/index.html recipes/index.html reference/index.html tutorials/getting-started/index.html tutorials/the-gremlin-console/index.html - posted by sp...@apache.org on 2017/01/12 13:05:26 UTC, 0 replies.
- svn commit: r1778430 [2/4] - in /tinkerpop/site/docs/3.2.4-SNAPSHOT: dev/provider/index.html recipes/index.html reference/index.html tutorials/getting-started/index.html tutorials/the-gremlin-console/index.html - posted by sp...@apache.org on 2017/01/12 13:05:26 UTC, 0 replies.
- svn commit: r1778430 [1/4] - in /tinkerpop/site/docs/3.2.4-SNAPSHOT: dev/provider/index.html recipes/index.html reference/index.html tutorials/getting-started/index.html tutorials/the-gremlin-console/index.html - posted by sp...@apache.org on 2017/01/12 13:05:26 UTC, 0 replies.
- svn commit: r1778430 [4/4] - in /tinkerpop/site/docs/3.2.4-SNAPSHOT: dev/provider/index.html recipes/index.html reference/index.html tutorials/getting-started/index.html tutorials/the-gremlin-console/index.html - posted by sp...@apache.org on 2017/01/12 13:05:26 UTC, 0 replies.
- [1/2] tinkerpop git commit: Improved the section description for the recipes appendix - posted by sp...@apache.org on 2017/01/12 13:07:28 UTC, 0 replies.
- [2/2] tinkerpop git commit: Added some additional examples to appendix recipes. - posted by sp...@apache.org on 2017/01/12 13:07:29 UTC, 0 replies.
- [1/7] tinkerpop git commit: Introduce Revapi API checks into the build. - posted by sp...@apache.org on 2017/01/12 13:25:33 UTC, 0 replies.
- [2/7] tinkerpop git commit: Merge remote-tracking branch 'upstream/tp32' into api-check - posted by sp...@apache.org on 2017/01/12 13:25:34 UTC, 0 replies.
- [3/7] tinkerpop git commit: Make Travis use a newer version of Maven. - posted by sp...@apache.org on 2017/01/12 13:25:35 UTC, 0 replies.
- [4/7] tinkerpop git commit: Finalize Revapi setup: * Switched off by default with only gremlin-core having it active * Explicitly sets the severity of problems to fail the build with to "potentiallyBreaking". * The parent pom only includes common setup - posted by sp...@apache.org on 2017/01/12 13:25:36 UTC, 0 replies.
- [5/7] tinkerpop git commit: Merge remote-tracking branch 'upstream/tp32' into api-check-tp32 - posted by sp...@apache.org on 2017/01/12 13:25:37 UTC, 0 replies.
- [6/7] tinkerpop git commit: Upgrade to latest revapi versions. - posted by sp...@apache.org on 2017/01/12 13:25:38 UTC, 0 replies.
- [7/7] tinkerpop git commit: Merge branch 'pr-494' into TINKERPOP-1443 - posted by sp...@apache.org on 2017/01/12 13:25:39 UTC, 0 replies.
- tinkerpop git commit: Added AkkaConfigFactory which deals with creating an Akka Config. Identical in nature to SparkConf and Hadoop's Configuration. Akka GryoSerializer pimp'd up a bit. I had a default pool size of 256. Test cases were slow. Changed to 1 - posted by ok...@apache.org on 2017/01/12 14:24:17 UTC, 0 replies.
- [1/3] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by dk...@apache.org on 2017/01/12 14:24:35 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp32' into tp32 - posted by dk...@apache.org on 2017/01/12 14:24:36 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by dk...@apache.org on 2017/01/12 14:24:52 UTC, 1 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp32' into tp32 - posted by dk...@apache.org on 2017/01/12 14:24:53 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31 - posted by dk...@apache.org on 2017/01/12 14:25:05 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: forgot to add TinkerWorkerMemory file. [Forced Update!] - posted by sp...@apache.org on 2017/01/12 15:21:18 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: Added TinkerWorkerMemory which will aggregate local to the current thread before propagated Memory to TinkerMemory. This reduces synchronization issues due all threads contending to mutate the master memory. - posted by sp...@apache.org on 2017/01/12 15:21:19 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: minor nothing. - posted by sp...@apache.org on 2017/01/12 15:21:20 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: Added Serializer.cloneObject() which clones via serialization (helper method). TinkerGraphComputer now how a sound distributed Memory system where each worker/thread aggregates without concurrency locally and then, a - posted by sp...@apache.org on 2017/01/12 15:21:21 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: discovering various synchronization bottlenecks in TinkerGraphComputer. Also, realized some dumb things I was doing in TraversalVertexProgram. Its crazy, for this benchmark that @dkuppitz and i have, if I don't touch - posted by sp...@apache.org on 2017/01/12 15:21:22 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: updated CHANGELOG. Going to move on. Need example Gryo dataset from @dkuppitz to verify performance improvement of DedupGlobalStep on SparkGraphComputer. - posted by sp...@apache.org on 2017/01/12 15:21:23 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: removed the toy file and updated CHANGELOG. - posted by sp...@apache.org on 2017/01/12 15:21:24 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: have DedupGlobalStep as optimized as I can get it. I think BloomFilters are the next thing. Also, detachment factory stuff will help reduce barrier sizes. Found a bug in SparkInterceptorStrategyTest. Fixed. - posted by sp...@apache.org on 2017/01/12 15:21:25 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: added the concept of a master barrier to DedupGlobalStep to speed up the addition of worker barriers into the master traversal. A slight performance increase. - posted by sp...@apache.org on 2017/01/12 15:21:26 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: now that MemoryComputeKeys are cloneable, they are cloned accordignly in TraversalVertexProgram.clone(). - posted by sp...@apache.org on 2017/01/12 15:21:27 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: no more SynchronizedIterator for TinkerGraphComputer. Each worker/thread has their own Iterator partition. In TinkerPop 3.3.0 (with Partitioner) this will be replaced (easily). - posted by sp...@apache.org on 2017/01/12 15:21:28 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: CHAGELOG updated. Lunch time. - posted by sp...@apache.org on 2017/01/12 15:21:29 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: more minor optimizations to DedupGlobalStep. - posted by sp...@apache.org on 2017/01/12 15:21:30 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1130' - posted by sp...@apache.org on 2017/01/12 15:21:31 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: found a fixed a bug in RepeatUnrollStragegy. Global stateful steps like DedupGlobalStep can not be unrolled else you have split the global state amongst times(x) local steps. Added a test case to DedupGlobalStep g.V - posted by sp...@apache.org on 2017/01/12 15:21:32 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: Merge branch 'pr-523' into tp32 - posted by sp...@apache.org on 2017/01/12 15:21:33 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:34 UTC, 1 replies.
- [18/50] [abbrv] tinkerpop git commit: Enabled testing of ResponseMessage in io test framework - posted by sp...@apache.org on 2017/01/12 15:21:35 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1589' into tp32 - posted by sp...@apache.org on 2017/01/12 15:21:36 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:37 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: fixed ssl.keyPassword description - posted by sp...@apache.org on 2017/01/12 15:21:38 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/01/12 15:21:39 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:40 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: Fixed a ( ) bug in LazyBarrierStrateagy. TINKERPOP-1594. CTR. - posted by sp...@apache.org on 2017/01/12 15:21:41 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:42 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1585' into tp32 - posted by sp...@apache.org on 2017/01/12 15:21:43 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:44 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: fixed an NPE in AddVertexStartStep. In PathRetractionStrategy, NoOpBarriers are only added to global children as 99% of local children are by()-modulation based and thus, there is no point to fully compute the traver - posted by sp...@apache.org on 2017/01/12 15:21:45 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: no local children end steps need NoOpBarriers. - posted by sp...@apache.org on 2017/01/12 15:21:46 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: dah. sorry. last minute change without mvn clean insatll -- AND should be OR - posted by sp...@apache.org on 2017/01/12 15:21:47 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: Various __ steps can be hard typed. For instance out() is actually out(). Went through and tweaked typing accordingly. This is going to master as it might cause some users to have to remove < - posted by sp...@apache.org on 2017/01/12 15:21:48 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1581' into tp32 - posted by sp...@apache.org on 2017/01/12 15:21:49 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:50 UTC, 1 replies.
- [34/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1521' into tp32 - posted by sp...@apache.org on 2017/01/12 15:21:51 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:52 UTC, 1 replies.
- [36/50] [abbrv] tinkerpop git commit: a potential clone() error in DefaultTraversal where the 'last traverser' field is not set to EmptyTraverser. We haven't run into this problem, but it was a potential. CTR. - posted by sp...@apache.org on 2017/01/12 15:21:53 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:54 UTC, 1 replies.
- [38/50] [abbrv] tinkerpop git commit: DedupTest now uses name for the order() instead of id. - posted by sp...@apache.org on 2017/01/12 15:21:55 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1116' - posted by sp...@apache.org on 2017/01/12 15:21:56 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: Added specific serializer for RequestMessage - posted by sp...@apache.org on 2017/01/12 15:21:57 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:21:58 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: OptionalStep needed a reset() method that reset its local child. - posted by sp...@apache.org on 2017/01/12 15:21:59 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tinkerpop - posted by sp...@apache.org on 2017/01/12 15:22:00 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: A fix in tp32 now allows testing of RequestMessage CTR - posted by sp...@apache.org on 2017/01/12 15:22:01 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1531' into tp32 - posted by sp...@apache.org on 2017/01/12 15:22:02 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/12 15:22:03 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed upda - posted by sp...@apache.org on 2017/01/12 15:22:04 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: minor nothing tweak. - posted by sp...@apache.org on 2017/01/12 15:22:05 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/12 15:22:06 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/12 15:22:07 UTC, 0 replies.
- tinkerpop git commit: I have Master/Worker serialization working fully now. Prior to this moment, the master was sent to an Akka server and then it executed its workers locally. Now the workers are distributed to where their physical Partition is. Furthe - posted by ok...@apache.org on 2017/01/12 16:05:00 UTC, 0 replies.
- tinkerpop git commit: trivial tweaks. going to take a break. - posted by ok...@apache.org on 2017/01/12 16:23:39 UTC, 0 replies.
- tinkerpop git commit: Integrated the Maven installation script, that is used by Travis, into the Docker build script. - posted by dk...@apache.org on 2017/01/12 17:45:13 UTC, 0 replies.
- tinkerpop git commit: more organization and cleaning and learning.... next up Host and Proxy. - posted by ok...@apache.org on 2017/01/12 18:13:51 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/12 20:00:58 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/12 20:00:59 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/12 20:01:00 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests - posted by sp...@apache.org on 2017/01/12 20:13:10 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. - posted by sp...@apache.org on 2017/01/12 20:13:11 UTC, 0 replies.
- tinkerpop git commit: We now have AkkaGraphActors configured fully via our Configuration model -- graph.configuration(), actorProgram.configuration(), etc... Generates appropriate Config for Akka and we are off to the races. More work on Host..... I have - posted by ok...@apache.org on 2017/01/12 22:54:56 UTC, 0 replies.
- tinkerpop git commit: trying to surpress the logging during testing, but I'm clueles.. Need @spmallette help. - posted by ok...@apache.org on 2017/01/12 23:09:04 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed array handling in `.hasId()` and `.hasValue()`. - posted by dk...@apache.org on 2017/01/13 11:33:00 UTC, 0 replies.
- tinkerpop git commit: Fixed array handling in `.hasId()` and `.hasValue()`. - posted by dk...@apache.org on 2017/01/13 11:33:14 UTC, 0 replies.
- [1/4] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. [Forced Update!] - posted by dk...@apache.org on 2017/01/13 11:42:08 UTC, 0 replies.
- [2/4] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp32' into tp32 - posted by dk...@apache.org on 2017/01/13 11:42:09 UTC, 0 replies.
- [3/4] tinkerpop git commit: Fixed array handling in `.hasId()` and `.hasValue()`. - posted by dk...@apache.org on 2017/01/13 11:42:10 UTC, 0 replies.
- [4/4] tinkerpop git commit: added DedupCountStrategy which, in OLAP, will combine dedup().count() patterns into a single step and thus, limits the amount of traverser migration at the master traversal post-dedup barrier. The speed up is not bad, but also - posted by dk...@apache.org on 2017/01/13 11:42:11 UTC, 0 replies.
- tinkerpop git commit: through hell and back to get IoRegistries loaded into Akka GryoSerializer. Phew. Learned a bunch about Akka Config. - posted by ok...@apache.org on 2017/01/13 15:52:09 UTC, 0 replies.
- tinkerpop git commit: can't really get my head around the best way to do partition attachment.... keep playing with different models... each have their problems. Minor commit with Partitioner.getPartition(Element) to Partition.find(Element). - posted by ok...@apache.org on 2017/01/13 16:58:37 UTC, 0 replies.
- tinkerpop git commit: every ActorSystem needs a unique system name. Thus, every GraphActors submit() needs it. Added UUID creation. - posted by ok...@apache.org on 2017/01/13 18:47:30 UTC, 0 replies.
- [01/14] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. [Forced Update!] - posted by sp...@apache.org on 2017/01/13 18:52:41 UTC, 0 replies.
- [02/14] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp32' into tp32 - posted by sp...@apache.org on 2017/01/13 18:52:42 UTC, 0 replies.
- [03/14] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/13 18:52:43 UTC, 0 replies.
- [04/14] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/13 18:52:44 UTC, 0 replies.
- [05/14] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/13 18:52:45 UTC, 0 replies.
- [06/14] tinkerpop git commit: minor nothing tweak. - posted by sp...@apache.org on 2017/01/13 18:52:46 UTC, 0 replies.
- [07/14] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed updating and - posted by sp...@apache.org on 2017/01/13 18:52:47 UTC, 0 replies.
- [08/14] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/13 18:52:48 UTC, 0 replies.
- [09/14] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/13 18:52:49 UTC, 0 replies.
- [10/14] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/13 18:52:50 UTC, 0 replies.
- [11/14] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. - posted by sp...@apache.org on 2017/01/13 18:52:51 UTC, 0 replies.
- [12/14] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests - posted by sp...@apache.org on 2017/01/13 18:52:52 UTC, 0 replies.
- [13/14] tinkerpop git commit: TINKERPOP-1565 Added tests for GraphSON 3.0 - posted by sp...@apache.org on 2017/01/13 18:52:53 UTC, 0 replies.
- [14/14] tinkerpop git commit: TINKERPOP-1565 GraphSON 3.0 defaulted in drivers - posted by sp...@apache.org on 2017/01/13 18:52:54 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: small nothing. [Forced Update!] - posted by ok...@apache.org on 2017/01/13 18:56:17 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. - posted by ok...@apache.org on 2017/01/13 18:56:18 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: created a new module called akka-gremlin. It will implement the actor/ package interfaces (yet to be defined in gremlin-core). - posted by ok...@apache.org on 2017/01/13 18:56:19 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: created a new module called akka-gremlin. It will implement the actor/ package interfaces (yet to be defined in gremlin-core). - posted by ok...@apache.org on 2017/01/13 18:56:20 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: started on the process.actor interfaces in gremlin-core. Really cool as the naming/model lines up nicely with process.computer interfaces. ActorStep and ActorStrategy are now generalized to work with Actors interface - posted by ok...@apache.org on 2017/01/13 18:56:21 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: we now have a full generalized process/actor interface system where akka-gremlin/ implements those interfaces. Next, we have ActorProgram with TraversalActorProgram exectuing a traversal. This is identical in form to - posted by ok...@apache.org on 2017/01/13 18:56:22 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: we now have a full generalized process/actor interface system where akka-gremlin/ implements those interfaces. Next, we have ActorProgram with TraversalActorProgram exectuing a traversal. This is identical in form to - posted by ok...@apache.org on 2017/01/13 18:56:23 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: okay, all direct references to akka URIs are removed from gremlin-core. I have one more thing to do with Message priorities. After that, clean, Javadoc, etc. Going to take a break for a bit first. - posted by ok...@apache.org on 2017/01/13 18:56:24 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: okay. mailboxes are controlled by ActorProgram.getMessagePriorities(). Took me forever to figure out how to dynamically configure akka mailboxes. - posted by ok...@apache.org on 2017/01/13 18:56:25 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: I have all the failing tests ignored in the AkkaActorsProvider. I know why they fail -- mainly around order()... once I solve that, done. - posted by ok...@apache.org on 2017/01/13 18:56:26 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: to hell and back and got nowhere. 2 hour code hole trying to remove GraphComputer semantics from Actor traversals..... had it all working up till group() not finalizing results. No idea why. - posted by ok...@apache.org on 2017/01/13 18:56:27 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: split up start and terminate messages. - posted by ok...@apache.org on 2017/01/13 18:56:28 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: OMG. That was a 3+ hour bug. The bug was not in Actors, but in GroupStep cloning.... So painful. Renamed Actors to GraphActors so its like GraphComputer. Renamed ActorStep to TraversalActorProgramStep so its like Tra - posted by ok...@apache.org on 2017/01/13 18:56:29 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: ahhh.. a really solid simplification using the Terminate token as the barrier synchronizer. Lots of other little random clean me ups. Things are looking brighter at close of business. - posted by ok...@apache.org on 2017/01/13 18:56:30 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: came up with a clever idea for maintaining order in a distributed traversal. OrdereredTraverser is a wrapper around a Traverser where all methods are delegated to the internal traverser. However, OrderedTraverser has - posted by ok...@apache.org on 2017/01/13 18:56:31 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: added Pushing and Distributing which are currently the two constructs of GraphComputing. GraphComputing is now deprecated with its corresponding methods calling the respective Pushing/Distributing methods. Pushing me - posted by ok...@apache.org on 2017/01/13 18:56:32 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: added StringFactory rules for GraphActors, Partitioner, and Partition. Realized someting profoundly sucky about DedupGlobalStep. Exposed more test cases to AkkaGraphActors. - posted by ok...@apache.org on 2017/01/13 18:56:33 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: Created AkkaGremlinPlugin so you can import akka-gremlin into GremlinConsole (and GremlinServer--not sure). The concept of an Actor Address now has to identifies -- the physical location of the actor and the unique ( - posted by ok...@apache.org on 2017/01/13 18:56:34 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: learned about preStart() and postStop() methods in Akka Actors. Lined those up with actor.terminate() and actor.setup(). JavaDoc here and there.... nada much. done for the night. - posted by ok...@apache.org on 2017/01/13 18:56:35 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky. - posted by ok...@apache.org on 2017/01/13 18:56:37 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arb - posted by ok...@apache.org on 2017/01/13 18:56:38 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/13 18:56:39 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/13 18:56:40 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local an - posted by ok...@apache.org on 2017/01/13 18:56:41 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Comput - posted by ok...@apache.org on 2017/01/13 18:56:42 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. - posted by ok...@apache.org on 2017/01/13 18:56:43 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: more organization and cleaning and learning.... next up Host and Proxy. - posted by ok...@apache.org on 2017/01/13 18:56:44 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: okay, so I now have the GryoMapper classes programmically loaded in the ActorSystem serialiation-bindings. This is slick. We are almost there. Done for the night. That was a 13 hour day. - posted by ok...@apache.org on 2017/01/13 18:56:45 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: came up with a much cleaner GiraphGraphComputer usage around workers. - posted by ok...@apache.org on 2017/01/13 18:56:46 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. - posted by ok...@apache.org on 2017/01/13 18:56:47 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a fu - posted by ok...@apache.org on 2017/01/13 18:56:48 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model. - posted by ok...@apache.org on 2017/01/13 18:56:49 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete. - posted by ok...@apache.org on 2017/01/13 18:56:50 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/13 18:56:51 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/13 18:56:52 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/13 18:56:53 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking. - posted by ok...@apache.org on 2017/01/13 18:56:54 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: what a day. So I have Akka remoting working (not fully). We now have akka.io.GryoSerializer :). And TraversalActorProgram is smart about detach() and attach(). Learned a bunch about how to do Partitioner/Partitions i - posted by ok...@apache.org on 2017/01/13 18:56:55 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: smarter distribution of initial GraphStep traversers. - posted by ok...@apache.org on 2017/01/13 18:56:56 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: having to redesign our concept of Attachable.attach() and detach(). @spmallette's Host interface now has a default method of Host.attach(t). Moreover, Traverser now has Traverser.attach(Host). Vertex extends Host. Gr - posted by ok...@apache.org on 2017/01/13 18:56:57 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: through hell and back to get IoRegistries loaded into Akka GryoSerializer. Phew. Learned a bunch about Akka Config. - posted by ok...@apache.org on 2017/01/13 18:56:58 UTC, 1 replies.
- [43/50] [abbrv] tinkerpop git commit: added OrderedTraverser to Gryo registration listing.... Crap, prolly means I need to do it for GraphSON too... - posted by ok...@apache.org on 2017/01/13 18:56:59 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: GryoVersion.3_0 ... epic. @spmallette making my life easy. OrderedTraverser registered and private no-arg constructor added. More AkkaActorsProcessActorsTest cases passing. The only ones that are failing have to do w - posted by ok...@apache.org on 2017/01/13 18:57:00 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: Added AkkaConfigFactory which deals with creating an Akka Config. Identical in nature to SparkConf and Hadoop's Configuration. Akka GryoSerializer pimp'd up a bit. I had a default pool size of 256. Test cases were sl - posted by ok...@apache.org on 2017/01/13 18:57:01 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: every ActorSystem needs a unique system name. Thus, every GraphActors submit() needs it. Added UUID creation. - posted by ok...@apache.org on 2017/01/13 18:57:02 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: I have Master/Worker serialization working fully now. Prior to this moment, the master was sent to an Akka server and then it executed its workers locally. Now the workers are distributed to where their physical Part - posted by ok...@apache.org on 2017/01/13 18:57:03 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: We now have AkkaGraphActors configured fully via our Configuration model -- graph.configuration(), actorProgram.configuration(), etc... Generates appropriate Config for Akka and we are off to the races. More work on - posted by ok...@apache.org on 2017/01/13 18:57:04 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: can't really get my head around the best way to do partition attachment.... keep playing with different models... each have their problems. Minor commit with Partitioner.getPartition(Element) to Partition.find(Elemen - posted by ok...@apache.org on 2017/01/13 18:57:05 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: trying to surpress the logging during testing, but I'm clueles.. Need @spmallette help. - posted by ok...@apache.org on 2017/01/13 18:57:06 UTC, 0 replies.
- tinkerpop git commit: finally figured out what is wrong with GroupStep. Just sending over the Barrier object -- no need to send over the whole traversal during serialization. Phew. - posted by ok...@apache.org on 2017/01/13 21:49:55 UTC, 0 replies.
- [1/2] tinkerpop git commit: Finalized some variables. CTR - posted by sp...@apache.org on 2017/01/14 16:09:37 UTC, 0 replies.
- tinkerpop git commit: Finalized some variables. CTR - posted by sp...@apache.org on 2017/01/14 16:09:44 UTC, 0 replies.
- tinkerpop git commit: added baseline driver implementation - posted by da...@apache.org on 2017/01/15 15:50:57 UTC, 0 replies.
- tinkerpop git commit: removed misleading comment - posted by da...@apache.org on 2017/01/15 18:42:33 UTC, 0 replies.
- tinkerpop git commit: fixed typo in parser - posted by da...@apache.org on 2017/01/15 21:24:14 UTC, 0 replies.
- [1/2] tinkerpop git commit: More consistent error messaging on result iteration timeouts. CTR - posted by sp...@apache.org on 2017/01/16 14:49:18 UTC, 0 replies.
- tinkerpop git commit: More consistent error messaging on result iteration timeouts. CTR - posted by sp...@apache.org on 2017/01/16 14:49:28 UTC, 0 replies.
- [1/2] tinkerpop git commit: Minor fix to grammer in changelog CTR - posted by sp...@apache.org on 2017/01/16 14:56:34 UTC, 0 replies.
- tinkerpop git commit: Minor fix to grammer in changelog CTR - posted by sp...@apache.org on 2017/01/16 14:56:44 UTC, 0 replies.
- tinkerpop git commit: updated auth code in protocol - posted by da...@apache.org on 2017/01/16 16:18:02 UTC, 0 replies.
- tinkerpop git commit: Removed IS_TESTING check from LazyBarrierStrategy. - posted by dk...@apache.org on 2017/01/16 19:22:45 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge - posted by sp...@apache.org on 2017/01/16 20:22:38 UTC, 1 replies.
- tinkerpop git commit: Add another example for appendix d of recipes. - posted by sp...@apache.org on 2017/01/16 20:37:47 UTC, 0 replies.
- tinkerpop git commit: Minor typo fix CTR - posted by sp...@apache.org on 2017/01/16 21:33:10 UTC, 0 replies.
- [1/2] tinkerpop git commit: fixed assertion - posted by dk...@apache.org on 2017/01/17 01:45:40 UTC, 0 replies.
- [2/2] tinkerpop git commit: Changed btecode representation of excluded strategies to prevent serialization issues. - posted by dk...@apache.org on 2017/01/17 01:45:41 UTC, 0 replies.
- [1/6] tinkerpop git commit: Added `skip(long)` and `skip((Scope, long)` which call the `range(low, high)` equivalents with -1 as the high. Also added test cases and fixed the OLAP implementation (which probably never worked before). - posted by dk...@apache.org on 2017/01/17 12:01:31 UTC, 0 replies.
- [2/6] tinkerpop git commit: Added `skip()` in the reference docs. - posted by dk...@apache.org on 2017/01/17 12:01:32 UTC, 0 replies.
- [3/6] tinkerpop git commit: Implemented changes suggested by @okram. - posted by dk...@apache.org on 2017/01/17 12:01:33 UTC, 0 replies.
- [4/6] tinkerpop git commit: made skip test OLAP friendly - posted by dk...@apache.org on 2017/01/17 12:01:34 UTC, 0 replies.
- [5/6] tinkerpop git commit: Fixed a bug in `OrderGlobalStep` and added the previously removed `RangeTest` test back. - posted by dk...@apache.org on 2017/01/17 12:01:35 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge branch 'TINKERPOP-1549' - posted by dk...@apache.org on 2017/01/17 12:01:36 UTC, 0 replies.
- [1/2] tinkerpop git commit: Allow some extra time to be sure the future completes - posted by sp...@apache.org on 2017/01/17 14:28:42 UTC, 0 replies.
- tinkerpop git commit: Allow some extra time to be sure the future completes - posted by sp...@apache.org on 2017/01/17 14:28:51 UTC, 0 replies.
- tinkerpop git commit: fixed auth - posted by da...@apache.org on 2017/01/17 15:45:17 UTC, 0 replies.
- tinkerpop git commit: Fixed up an appendix entry given pull request feedback. - posted by sp...@apache.org on 2017/01/17 16:38:59 UTC, 0 replies.
- tinkerpop git commit: optimized math examples - posted by dk...@apache.org on 2017/01/17 16:53:15 UTC, 0 replies.
- tinkerpop git commit: GroupStep work... Moving to another branch so committing what I had left after from last week. - posted by ok...@apache.org on 2017/01/17 17:10:14 UTC, 0 replies.
- [01/17] tinkerpop git commit: Added more cycle detection and traversal induced value recipes. - posted by sp...@apache.org on 2017/01/17 17:23:14 UTC, 0 replies.
- [02/17] tinkerpop git commit: Added more content to traversal induced value recipe - posted by sp...@apache.org on 2017/01/17 17:23:15 UTC, 0 replies.
- [03/17] tinkerpop git commit: Added an additional example to project() step - posted by sp...@apache.org on 2017/01/17 17:23:16 UTC, 0 replies.
- [04/17] tinkerpop git commit: Added connected components recipe - posted by sp...@apache.org on 2017/01/17 17:23:17 UTC, 0 replies.
- [05/17] tinkerpop git commit: Add an appendix to the recipes. - posted by sp...@apache.org on 2017/01/17 17:23:18 UTC, 0 replies.
- [06/17] tinkerpop git commit: Added duplicate edge detection recipe - posted by sp...@apache.org on 2017/01/17 17:23:19 UTC, 0 replies.
- [07/17] tinkerpop git commit: Move appendix to its own doc and out of index. - posted by sp...@apache.org on 2017/01/17 17:23:20 UTC, 0 replies.
- [08/17] tinkerpop git commit: Added duplicate vertex recipe - posted by sp...@apache.org on 2017/01/17 17:23:21 UTC, 0 replies.
- [09/17] tinkerpop git commit: Added a recipe appendix entry - posted by sp...@apache.org on 2017/01/17 17:23:22 UTC, 0 replies.
- [10/17] tinkerpop git commit: Added recipe to appendix for some basic math ops - posted by sp...@apache.org on 2017/01/17 17:23:23 UTC, 0 replies.
- [11/17] tinkerpop git commit: Added some more appendix items to recipes - posted by sp...@apache.org on 2017/01/17 17:23:24 UTC, 0 replies.
- [12/17] tinkerpop git commit: Improved the section description for the recipes appendix - posted by sp...@apache.org on 2017/01/17 17:23:25 UTC, 0 replies.
- [13/17] tinkerpop git commit: Added some additional examples to appendix recipes. - posted by sp...@apache.org on 2017/01/17 17:23:26 UTC, 0 replies.
- [14/17] tinkerpop git commit: Add another example for appendix d of recipes. - posted by sp...@apache.org on 2017/01/17 17:23:27 UTC, 0 replies.
- [15/17] tinkerpop git commit: Fixed up an appendix entry given pull request feedback. - posted by sp...@apache.org on 2017/01/17 17:23:28 UTC, 0 replies.
- [16/17] tinkerpop git commit: optimized math examples - posted by sp...@apache.org on 2017/01/17 17:23:29 UTC, 0 replies.
- [17/17] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32 - posted by sp...@apache.org on 2017/01/17 17:23:30 UTC, 0 replies.
- [01/18] tinkerpop git commit: Added more cycle detection and traversal induced value recipes. - posted by sp...@apache.org on 2017/01/17 17:23:39 UTC, 0 replies.
- [02/18] tinkerpop git commit: Added more content to traversal induced value recipe - posted by sp...@apache.org on 2017/01/17 17:23:40 UTC, 0 replies.
- [03/18] tinkerpop git commit: Added an additional example to project() step - posted by sp...@apache.org on 2017/01/17 17:23:41 UTC, 0 replies.
- [04/18] tinkerpop git commit: Added connected components recipe - posted by sp...@apache.org on 2017/01/17 17:23:42 UTC, 0 replies.
- [05/18] tinkerpop git commit: Add an appendix to the recipes. - posted by sp...@apache.org on 2017/01/17 17:23:43 UTC, 0 replies.
- [06/18] tinkerpop git commit: Added duplicate edge detection recipe - posted by sp...@apache.org on 2017/01/17 17:23:44 UTC, 0 replies.
- [07/18] tinkerpop git commit: Move appendix to its own doc and out of index. - posted by sp...@apache.org on 2017/01/17 17:23:45 UTC, 0 replies.
- [08/18] tinkerpop git commit: Added duplicate vertex recipe - posted by sp...@apache.org on 2017/01/17 17:23:46 UTC, 0 replies.
- [09/18] tinkerpop git commit: Added a recipe appendix entry - posted by sp...@apache.org on 2017/01/17 17:23:47 UTC, 0 replies.
- [10/18] tinkerpop git commit: Added recipe to appendix for some basic math ops - posted by sp...@apache.org on 2017/01/17 17:23:48 UTC, 0 replies.
- [11/18] tinkerpop git commit: Added some more appendix items to recipes - posted by sp...@apache.org on 2017/01/17 17:23:49 UTC, 0 replies.
- [12/18] tinkerpop git commit: Improved the section description for the recipes appendix - posted by sp...@apache.org on 2017/01/17 17:23:50 UTC, 0 replies.
- [13/18] tinkerpop git commit: Added some additional examples to appendix recipes. - posted by sp...@apache.org on 2017/01/17 17:23:51 UTC, 0 replies.
- [14/18] tinkerpop git commit: Add another example for appendix d of recipes. - posted by sp...@apache.org on 2017/01/17 17:23:52 UTC, 0 replies.
- [15/18] tinkerpop git commit: Fixed up an appendix entry given pull request feedback. - posted by sp...@apache.org on 2017/01/17 17:23:53 UTC, 0 replies.
- [16/18] tinkerpop git commit: optimized math examples - posted by sp...@apache.org on 2017/01/17 17:23:54 UTC, 0 replies.
- [17/18] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32 - posted by sp...@apache.org on 2017/01/17 17:23:55 UTC, 0 replies.
- [tinkerpop] Git Push Summary - posted by sp...@apache.org on 2017/01/17 17:44:51 UTC, 4 replies.
- tinkerpop git commit: Support SSL client auth - posted by rd...@apache.org on 2017/01/17 19:26:01 UTC, 0 replies.
- [1/5] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by sp...@apache.org on 2017/01/17 19:39:05 UTC, 0 replies.
- [2/5] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31 - posted by sp...@apache.org on 2017/01/17 19:39:06 UTC, 0 replies.
- [3/5] tinkerpop git commit: Bump to groovy 2.4.8 - posted by sp...@apache.org on 2017/01/17 19:39:07 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/01/17 19:39:08 UTC, 0 replies.
- [1/4] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by sp...@apache.org on 2017/01/17 19:39:14 UTC, 0 replies.
- [2/4] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31 - posted by sp...@apache.org on 2017/01/17 19:39:15 UTC, 0 replies.
- [3/4] tinkerpop git commit: Bump to groovy 2.4.8 - posted by sp...@apache.org on 2017/01/17 19:39:16 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/01/17 19:39:17 UTC, 0 replies.
- tinkerpop git commit: Bump to groovy 2.4.8 - posted by sp...@apache.org on 2017/01/17 19:39:22 UTC, 0 replies.
- tinkerpop git commit: updated doc for ssl client auth - posted by rd...@apache.org on 2017/01/17 19:39:45 UTC, 0 replies.
- tinkerpop git commit: In ProfileTest remove LazyBarrierStrategy and all provider specific strategies from the traversal source. - posted by dk...@apache.org on 2017/01/17 19:44:02 UTC, 0 replies.
- tinkerpop git commit: Integration tests fully passing now on this brach. There is a problem (generally outside of this branch) with one of @dkuppitz recent tests to GraphComputerTest around VertexProgram requirements. Depending on test execution order, i - posted by ok...@apache.org on 2017/01/17 23:13:31 UTC, 0 replies.
- [1/2] tinkerpop git commit: Consistent naming for TinkerIoRegistry - posted by sp...@apache.org on 2017/01/18 00:41:06 UTC, 0 replies.
- tinkerpop git commit: Consistent naming for TinkerIoRegistry - posted by sp...@apache.org on 2017/01/18 00:41:13 UTC, 0 replies.
- [01/24] tinkerpop git commit: Added more cycle detection and traversal induced value recipes. [Forced Update!] - posted by sp...@apache.org on 2017/01/18 11:36:15 UTC, 0 replies.
- [02/24] tinkerpop git commit: Added more content to traversal induced value recipe - posted by sp...@apache.org on 2017/01/18 11:36:16 UTC, 0 replies.
- [03/24] tinkerpop git commit: Added an additional example to project() step - posted by sp...@apache.org on 2017/01/18 11:36:17 UTC, 0 replies.
- [04/24] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by sp...@apache.org on 2017/01/18 11:36:18 UTC, 0 replies.
- [05/24] tinkerpop git commit: Added connected components recipe - posted by sp...@apache.org on 2017/01/18 11:36:19 UTC, 0 replies.
- [06/24] tinkerpop git commit: Add an appendix to the recipes. - posted by sp...@apache.org on 2017/01/18 11:36:20 UTC, 0 replies.
- [07/24] tinkerpop git commit: Added duplicate edge detection recipe - posted by sp...@apache.org on 2017/01/18 11:36:21 UTC, 0 replies.
- [08/24] tinkerpop git commit: Move appendix to its own doc and out of index. - posted by sp...@apache.org on 2017/01/18 11:36:22 UTC, 0 replies.
- [09/24] tinkerpop git commit: Added duplicate vertex recipe - posted by sp...@apache.org on 2017/01/18 11:36:23 UTC, 0 replies.
- [10/24] tinkerpop git commit: Added a recipe appendix entry - posted by sp...@apache.org on 2017/01/18 11:36:24 UTC, 0 replies.
- [11/24] tinkerpop git commit: Added recipe to appendix for some basic math ops - posted by sp...@apache.org on 2017/01/18 11:36:25 UTC, 0 replies.
- [12/24] tinkerpop git commit: Added some more appendix items to recipes - posted by sp...@apache.org on 2017/01/18 11:36:26 UTC, 0 replies.
- [13/24] tinkerpop git commit: Improved the section description for the recipes appendix - posted by sp...@apache.org on 2017/01/18 11:36:27 UTC, 0 replies.
- [14/24] tinkerpop git commit: Added some additional examples to appendix recipes. - posted by sp...@apache.org on 2017/01/18 11:36:28 UTC, 0 replies.
- [15/24] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31 - posted by sp...@apache.org on 2017/01/18 11:36:29 UTC, 0 replies.
- [16/24] tinkerpop git commit: Add another example for appendix d of recipes. - posted by sp...@apache.org on 2017/01/18 11:36:30 UTC, 0 replies.
- [17/24] tinkerpop git commit: Allow some extra time to be sure the future completes - posted by sp...@apache.org on 2017/01/18 11:36:31 UTC, 0 replies.
- [18/24] tinkerpop git commit: Fixed up an appendix entry given pull request feedback. - posted by sp...@apache.org on 2017/01/18 11:36:32 UTC, 0 replies.
- [19/24] tinkerpop git commit: optimized math examples - posted by sp...@apache.org on 2017/01/18 11:36:33 UTC, 0 replies.
- [20/24] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32 - posted by sp...@apache.org on 2017/01/18 11:36:34 UTC, 0 replies.
- [21/24] tinkerpop git commit: Bump to groovy 2.4.8 - posted by sp...@apache.org on 2017/01/18 11:36:35 UTC, 0 replies.
- [22/24] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/01/18 11:36:36 UTC, 0 replies.
- [23/24] tinkerpop git commit: Consistent naming for TinkerIoRegistry - posted by sp...@apache.org on 2017/01/18 11:36:37 UTC, 0 replies.
- [24/24] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge - posted by sp...@apache.org on 2017/01/18 11:36:38 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge [Forced Update!] - posted by sp...@apache.org on 2017/01/18 11:59:19 UTC, 0 replies.
- tinkerpop git commit: starting to fill out GraphActorsTest (like GraphComputerTest). Tweaks to AkkaConfigFactory for default 'local' settings. - posted by ok...@apache.org on 2017/01/18 12:38:12 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge - posted by sp...@apache.org on 2017/01/18 13:18:51 UTC, 0 replies.
- tinkerpop git commit: updated docs - posted by rd...@apache.org on 2017/01/18 14:16:43 UTC, 0 replies.
- tinkerpop git commit: opened up more test cases to AkkaGraphActors. A few that fail don't make sense too me...but very close to the entire test suite passing. - posted by ok...@apache.org on 2017/01/18 14:31:09 UTC, 0 replies.
- tinkerpop git commit: OrderedTraverser needs a equals() and hashCode(). - posted by ok...@apache.org on 2017/01/18 14:47:00 UTC, 0 replies.
- tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to generalize f - posted by ok...@apache.org on 2017/01/18 16:08:34 UTC, 0 replies.
- tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode - posted by dk...@apache.org on 2017/01/18 16:19:58 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added docs for not()-step - posted by sp...@apache.org on 2017/01/18 16:32:41 UTC, 0 replies.
- tinkerpop git commit: Added docs for not()-step - posted by sp...@apache.org on 2017/01/18 16:32:48 UTC, 0 replies.
- tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like ChainedComparator but - posted by ok...@apache.org on 2017/01/18 16:38:25 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: Added `skip()` in the reference docs. [Forced Update!] - posted by sp...@apache.org on 2017/01/18 17:16:00 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: Added duplicate edge detection recipe - posted by sp...@apache.org on 2017/01/18 17:16:01 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: Move appendix to its own doc and out of index. - posted by sp...@apache.org on 2017/01/18 17:16:02 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: Implemented changes suggested by @okram. - posted by sp...@apache.org on 2017/01/18 17:16:03 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: made skip test OLAP friendly - posted by sp...@apache.org on 2017/01/18 17:16:04 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: Added duplicate vertex recipe - posted by sp...@apache.org on 2017/01/18 17:16:05 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: Added a recipe appendix entry - posted by sp...@apache.org on 2017/01/18 17:16:06 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: Fixed a bug in `OrderGlobalStep` and added the previously removed `RangeTest` test back. - posted by sp...@apache.org on 2017/01/18 17:16:07 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: Added recipe to appendix for some basic math ops - posted by sp...@apache.org on 2017/01/18 17:16:08 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: Added some more appendix items to recipes - posted by sp...@apache.org on 2017/01/18 17:16:09 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: Improved the section description for the recipes appendix - posted by sp...@apache.org on 2017/01/18 17:16:10 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: Added some additional examples to appendix recipes. - posted by sp...@apache.org on 2017/01/18 17:16:11 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31 - posted by sp...@apache.org on 2017/01/18 17:16:12 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: Fixed array handling in `.hasId()` and `.hasValue()`. - posted by sp...@apache.org on 2017/01/18 17:16:13 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/18 17:16:14 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: Finalized some variables. CTR - posted by sp...@apache.org on 2017/01/18 17:16:15 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: More consistent error messaging on result iteration timeouts. CTR - posted by sp...@apache.org on 2017/01/18 17:16:17 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/18 17:16:18 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: Minor fix to grammer in changelog CTR - posted by sp...@apache.org on 2017/01/18 17:16:19 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/18 17:16:20 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: Add another example for appendix d of recipes. - posted by sp...@apache.org on 2017/01/18 17:16:21 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: Minor typo fix CTR - posted by sp...@apache.org on 2017/01/18 17:16:22 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1549' - posted by sp...@apache.org on 2017/01/18 17:16:23 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: Allow some extra time to be sure the future completes - posted by sp...@apache.org on 2017/01/18 17:16:24 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/18 17:16:25 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: Fixed up an appendix entry given pull request feedback. - posted by sp...@apache.org on 2017/01/18 17:16:26 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: optimized math examples - posted by sp...@apache.org on 2017/01/18 17:16:27 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32 - posted by sp...@apache.org on 2017/01/18 17:16:28 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/18 17:16:29 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: Bump to groovy 2.4.8 - posted by sp...@apache.org on 2017/01/18 17:16:30 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/01/18 17:16:31 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: Consistent naming for TinkerIoRegistry - posted by sp...@apache.org on 2017/01/18 17:16:33 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge - posted by sp...@apache.org on 2017/01/18 17:16:35 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: Added docs for not()-step - posted by sp...@apache.org on 2017/01/18 17:16:37 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/18 17:16:38 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed upda - posted by sp...@apache.org on 2017/01/18 17:16:39 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: minor nothing tweak. - posted by sp...@apache.org on 2017/01/18 17:16:40 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. - posted by sp...@apache.org on 2017/01/18 17:16:41 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/18 17:16:42 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/18 17:16:43 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Added tests for GraphSON 3.0 - posted by sp...@apache.org on 2017/01/18 17:16:44 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/18 17:16:45 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/18 17:16:46 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/18 17:16:47 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests - posted by sp...@apache.org on 2017/01/18 17:16:48 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: TINKERPOP-1565 GraphSON 3.0 defaulted in drivers - posted by sp...@apache.org on 2017/01/18 17:16:49 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1565 Added a few GraphSON 3.0 classes - posted by sp...@apache.org on 2017/01/18 17:54:04 UTC, 0 replies.
- tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new ProjectedTraverser wrapper. Going to leave - posted by ok...@apache.org on 2017/01/18 18:07:36 UTC, 0 replies.
- tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming. - posted by ok...@apache.org on 2017/01/18 18:17:08 UTC, 0 replies.
- tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized. - posted by ok...@apache.org on 2017/01/18 18:20:12 UTC, 0 replies.
- [1/2] tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency - posted by sp...@apache.org on 2017/01/18 18:23:19 UTC, 0 replies.
- tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency - posted by sp...@apache.org on 2017/01/18 18:23:27 UTC, 0 replies.
- [01/15] tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency [Forced Update!] - posted by sp...@apache.org on 2017/01/18 18:57:47 UTC, 0 replies.
- [02/15] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/18 18:57:48 UTC, 2 replies.
- [03/15] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/18 18:57:49 UTC, 0 replies.
- [04/15] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/18 18:57:50 UTC, 0 replies.
- [05/15] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/18 18:57:51 UTC, 0 replies.
- [06/15] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests - posted by sp...@apache.org on 2017/01/18 18:57:52 UTC, 0 replies.
- [07/15] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. - posted by sp...@apache.org on 2017/01/18 18:57:53 UTC, 0 replies.
- [08/15] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed updating and - posted by sp...@apache.org on 2017/01/18 18:57:54 UTC, 0 replies.
- [09/15] tinkerpop git commit: minor nothing tweak. - posted by sp...@apache.org on 2017/01/18 18:57:55 UTC, 0 replies.
- [10/15] tinkerpop git commit: TINKERPOP-1565 GraphSON 3.0 defaulted in drivers - posted by sp...@apache.org on 2017/01/18 18:57:56 UTC, 0 replies.
- [11/15] tinkerpop git commit: TINKERPOP-1565 Added tests for GraphSON 3.0 - posted by sp...@apache.org on 2017/01/18 18:57:57 UTC, 0 replies.
- [12/15] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/18 18:57:58 UTC, 0 replies.
- [13/15] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/18 18:57:59 UTC, 0 replies.
- [14/15] tinkerpop git commit: TINKERPOP-1565 Added a few GraphSON 3.0 classes - posted by sp...@apache.org on 2017/01/18 18:58:00 UTC, 0 replies.
- [15/15] tinkerpop git commit: TINKERPOP-1565 Added a 3.0 TraversalSerializer class - posted by sp...@apache.org on 2017/01/18 18:58:01 UTC, 0 replies.
- tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. - posted by ok...@apache.org on 2017/01/18 19:25:45 UTC, 0 replies.
- tinkerpop git commit: Got a super simple implementation of GroupStep working. Tada. I think I can get it even simpler too.... - posted by ok...@apache.org on 2017/01/18 21:17:40 UTC, 0 replies.
- tinkerpop git commit: wow. I can't believe I did it. With this branch and the ProjectedTraverser branch, there are no reducers that take a Traversal. At most they are take a BinaryOperator and thus, are stateless. This is huge. So many errant bugs will - posted by ok...@apache.org on 2017/01/18 22:49:04 UTC, 0 replies.
- tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2017/01/18 23:00:32 UTC, 1 replies.
- tinkerpop git commit: beautiful. yet another simplification of GroupStep and GroupSideEffectStep. preTraversal is no longer needed. No more internal cloning required. And generateFinalReduction() is way more efficient as it operates on the Map itself ins - posted by ok...@apache.org on 2017/01/19 11:06:01 UTC, 0 replies.
- tinkerpop git commit: moved all the GroupStep work against tp32/ - posted by ok...@apache.org on 2017/01/19 11:17:43 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1414 Made GraphSON 3.0 the default serialization format. - posted by sp...@apache.org on 2017/01/19 15:30:22 UTC, 0 replies.
- [01/10] tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to gene - posted by ok...@apache.org on 2017/01/19 17:15:52 UTC, 0 replies.
- [02/10] tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like ChainedCompar - posted by ok...@apache.org on 2017/01/19 17:15:53 UTC, 0 replies.
- [03/10] tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new ProjectedTraverser wrapper. Going t - posted by ok...@apache.org on 2017/01/19 17:15:54 UTC, 0 replies.
- [04/10] tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming. - posted by ok...@apache.org on 2017/01/19 17:15:55 UTC, 0 replies.
- [05/10] tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized. - posted by ok...@apache.org on 2017/01/19 17:15:56 UTC, 0 replies.
- [06/10] tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. - posted by ok...@apache.org on 2017/01/19 17:15:57 UTC, 0 replies.
- [07/10] tinkerpop git commit: moved all the GroupStep work against tp32/ - posted by ok...@apache.org on 2017/01/19 17:15:58 UTC, 0 replies.
- [08/10] tinkerpop git commit: Merge branch 'TINKERPOP-1248' into tp32 - posted by ok...@apache.org on 2017/01/19 17:15:59 UTC, 0 replies.
- [09/10] tinkerpop git commit: @dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle. - posted by ok...@apache.org on 2017/01/19 17:16:00 UTC, 0 replies.
- [10/10] tinkerpop git commit: A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator. - posted by ok...@apache.org on 2017/01/19 17:16:01 UTC, 0 replies.
- [01/13] tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to gene - posted by ok...@apache.org on 2017/01/19 17:23:24 UTC, 0 replies.
- [02/13] tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like ChainedCompar - posted by ok...@apache.org on 2017/01/19 17:23:25 UTC, 1 replies.
- [03/13] tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new ProjectedTraverser wrapper. Going t - posted by ok...@apache.org on 2017/01/19 17:23:26 UTC, 1 replies.
- [04/13] tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming. - posted by ok...@apache.org on 2017/01/19 17:23:27 UTC, 1 replies.
- [05/13] tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized. - posted by ok...@apache.org on 2017/01/19 17:23:28 UTC, 1 replies.
- [06/13] tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. - posted by ok...@apache.org on 2017/01/19 17:23:29 UTC, 1 replies.
- [07/13] tinkerpop git commit: moved all the GroupStep work against tp32/ - posted by ok...@apache.org on 2017/01/19 17:23:30 UTC, 1 replies.
- [08/13] tinkerpop git commit: Merge branch 'TINKERPOP-1248' into tp32 - posted by ok...@apache.org on 2017/01/19 17:23:31 UTC, 1 replies.
- [09/13] tinkerpop git commit: @dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle. - posted by ok...@apache.org on 2017/01/19 17:23:32 UTC, 1 replies.
- [10/13] tinkerpop git commit: A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator. - posted by ok...@apache.org on 2017/01/19 17:23:33 UTC, 1 replies.
- [11/13] tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2017/01/19 17:23:34 UTC, 1 replies.
- [12/13] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/19 17:23:35 UTC, 0 replies.
- [13/13] tinkerpop git commit: conflicts in GryoVersion -- repeated values. fixed. - posted by ok...@apache.org on 2017/01/19 17:23:36 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: I have all the failing tests ignored in the AkkaActorsProvider. I know why they fail -- mainly around order()... once I solve that, done. [Forced Update!] - posted by ok...@apache.org on 2017/01/19 17:40:07 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: ahhh.. a really solid simplification using the Terminate token as the barrier synchronizer. Lots of other little random clean me ups. Things are looking brighter at close of business. - posted by ok...@apache.org on 2017/01/19 17:40:08 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: OMG. That was a 3+ hour bug. The bug was not in Actors, but in GroupStep cloning.... So painful. Renamed Actors to GraphActors so its like GraphComputer. Renamed ActorStep to TraversalActorProgramStep so its like Tra - posted by ok...@apache.org on 2017/01/19 17:40:09 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: came up with a much cleaner GiraphGraphComputer usage around workers. - posted by ok...@apache.org on 2017/01/19 17:40:10 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. - posted by ok...@apache.org on 2017/01/19 17:40:11 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. - posted by ok...@apache.org on 2017/01/19 17:40:12 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: added StringFactory rules for GraphActors, Partitioner, and Partition. Realized someting profoundly sucky about DedupGlobalStep. Exposed more test cases to AkkaGraphActors. - posted by ok...@apache.org on 2017/01/19 17:40:13 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a fu - posted by ok...@apache.org on 2017/01/19 17:40:14 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: small nothing. - posted by ok...@apache.org on 2017/01/19 17:40:15 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: lots of cleanup and organization of the interfaces. trying to line up the GraphActors interfaces as much as possible with GraphComputer interfaces. JavaDoc'in. - posted by ok...@apache.org on 2017/01/19 17:40:16 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: added Pushing and Distributing which are currently the two constructs of GraphComputing. GraphComputing is now deprecated with its corresponding methods calling the respective Pushing/Distributing methods. Pushing me - posted by ok...@apache.org on 2017/01/19 17:40:17 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: learned about preStart() and postStop() methods in Akka Actors. Lined those up with actor.terminate() and actor.setup(). JavaDoc here and there.... nada much. done for the night. - posted by ok...@apache.org on 2017/01/19 17:40:18 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: Created AkkaGremlinPlugin so you can import akka-gremlin into GremlinConsole (and GremlinServer--not sure). The concept of an Actor Address now has to identifies -- the physical location of the actor and the unique ( - posted by ok...@apache.org on 2017/01/19 17:40:19 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arb - posted by ok...@apache.org on 2017/01/19 17:40:20 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. - posted by ok...@apache.org on 2017/01/19 17:40:21 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/19 17:40:22 UTC, 1 replies.
- [17/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/19 17:40:23 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky. - posted by ok...@apache.org on 2017/01/19 17:40:25 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Comput - posted by ok...@apache.org on 2017/01/19 17:40:26 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local an - posted by ok...@apache.org on 2017/01/19 17:40:27 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: okay, so I now have the GryoMapper classes programmically loaded in the ActorSystem serialiation-bindings. This is slick. We are almost there. Done for the night. That was a 13 hour day. - posted by ok...@apache.org on 2017/01/19 17:40:28 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: HashPartitioner requires a positive hashCode() value. Thus, wrapped calls in Math.abs(). - posted by ok...@apache.org on 2017/01/19 17:40:29 UTC, 1 replies.
- [24/50] [abbrv] tinkerpop git commit: added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking. - posted by ok...@apache.org on 2017/01/19 17:40:30 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete. - posted by ok...@apache.org on 2017/01/19 17:40:31 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model. - posted by ok...@apache.org on 2017/01/19 17:40:32 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/19 17:40:33 UTC, 1 replies.
- [28/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/19 17:40:34 UTC, 1 replies.
- [29/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/19 17:40:35 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: smarter distribution of initial GraphStep traversers. - posted by ok...@apache.org on 2017/01/19 17:40:36 UTC, 1 replies.
- [31/50] [abbrv] tinkerpop git commit: what a day. So I have Akka remoting working (not fully). We now have akka.io.GryoSerializer :). And TraversalActorProgram is smart about detach() and attach(). Learned a bunch about how to do Partitioner/Partitions i - posted by ok...@apache.org on 2017/01/19 17:40:37 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: having to redesign our concept of Attachable.attach() and detach(). @spmallette's Host interface now has a default method of Host.attach(t). Moreover, Traverser now has Traverser.attach(Host). Vertex extends Host. Gr - posted by ok...@apache.org on 2017/01/19 17:40:38 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: I have Master/Worker serialization working fully now. Prior to this moment, the master was sent to an Akka server and then it executed its workers locally. Now the workers are distributed to where their physical Part - posted by ok...@apache.org on 2017/01/19 17:40:39 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: trying to surpress the logging during testing, but I'm clueles.. Need @spmallette help. - posted by ok...@apache.org on 2017/01/19 17:40:40 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: trivial tweaks. going to take a break. - posted by ok...@apache.org on 2017/01/19 17:40:41 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: We now have AkkaGraphActors configured fully via our Configuration model -- graph.configuration(), actorProgram.configuration(), etc... Generates appropriate Config for Akka and we are off to the races. More work on - posted by ok...@apache.org on 2017/01/19 17:40:42 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: more organization and cleaning and learning.... next up Host and Proxy. - posted by ok...@apache.org on 2017/01/19 17:40:43 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: every ActorSystem needs a unique system name. Thus, every GraphActors submit() needs it. Added UUID creation. - posted by ok...@apache.org on 2017/01/19 17:40:44 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: added OrderedTraverser to Gryo registration listing.... Crap, prolly means I need to do it for GraphSON too... - posted by ok...@apache.org on 2017/01/19 17:40:45 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: Added AkkaConfigFactory which deals with creating an Akka Config. Identical in nature to SparkConf and Hadoop's Configuration. Akka GryoSerializer pimp'd up a bit. I had a default pool size of 256. Test cases were sl - posted by ok...@apache.org on 2017/01/19 17:40:46 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: GryoVersion.3_0 ... epic. @spmallette making my life easy. OrderedTraverser registered and private no-arg constructor added. More AkkaActorsProcessActorsTest cases passing. The only ones that are failing have to do w - posted by ok...@apache.org on 2017/01/19 17:40:47 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: can't really get my head around the best way to do partition attachment.... keep playing with different models... each have their problems. Minor commit with Partitioner.getPartition(Element) to Partition.find(Elemen - posted by ok...@apache.org on 2017/01/19 17:40:49 UTC, 1 replies.
- [44/50] [abbrv] tinkerpop git commit: finally figured out what is wrong with GroupStep. Just sending over the Barrier object -- no need to send over the whole traversal during serialization. Phew. - posted by ok...@apache.org on 2017/01/19 17:40:50 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: opened up more test cases to AkkaGraphActors. A few that fail don't make sense too me...but very close to the entire test suite passing. - posted by ok...@apache.org on 2017/01/19 17:40:51 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: OrderedTraverser needs a equals() and hashCode(). - posted by ok...@apache.org on 2017/01/19 17:40:52 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: Integration tests fully passing now on this brach. There is a problem (generally outside of this branch) with one of @dkuppitz recent tests to GraphComputerTest around VertexProgram requirements. Depending on test ex - posted by ok...@apache.org on 2017/01/19 17:40:53 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: starting to fill out GraphActorsTest (like GraphComputerTest). Tweaks to AkkaConfigFactory for default 'local' settings. - posted by ok...@apache.org on 2017/01/19 17:40:54 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: GroupStep work... Moving to another branch so committing what I had left after from last week. - posted by ok...@apache.org on 2017/01/19 17:40:55 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: sync'd master with GraphActors branch. New tests are failing cause of ProjectedTraverser. Will fix after lunch. - posted by ok...@apache.org on 2017/01/19 17:40:56 UTC, 0 replies.
- tinkerpop git commit: wow. found a bug in my OrderGlobalStep work in the lastest PR that only shows up in GraphActors. - posted by ok...@apache.org on 2017/01/19 19:17:36 UTC, 0 replies.
- tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. - posted by ok...@apache.org on 2017/01/19 20:01:15 UTC, 0 replies.
- [1/2] tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. - posted by ok...@apache.org on 2017/01/19 20:01:24 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1565 Reverted GraphSON 3.0 changes - posted by sp...@apache.org on 2017/01/19 20:13:31 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1565 Updated changelog - posted by sp...@apache.org on 2017/01/19 20:14:46 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: more organization and cleaning and learning.... next up Host and Proxy. [Forced Update!] - posted by ok...@apache.org on 2017/01/19 21:06:22 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. - posted by ok...@apache.org on 2017/01/19 21:06:23 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: split up start and terminate messages. - posted by ok...@apache.org on 2017/01/19 21:06:24 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: OMG. That was a 3+ hour bug. The bug was not in Actors, but in GroupStep cloning.... So painful. Renamed Actors to GraphActors so its like GraphComputer. Renamed ActorStep to TraversalActorProgramStep so its like Tra - posted by ok...@apache.org on 2017/01/19 21:06:25 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: ahhh.. a really solid simplification using the Terminate token as the barrier synchronizer. Lots of other little random clean me ups. Things are looking brighter at close of business. - posted by ok...@apache.org on 2017/01/19 21:06:26 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: came up with a clever idea for maintaining order in a distributed traversal. OrdereredTraverser is a wrapper around a Traverser where all methods are delegated to the internal traverser. However, OrderedTraverser has - posted by ok...@apache.org on 2017/01/19 21:06:27 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: added Pushing and Distributing which are currently the two constructs of GraphComputing. GraphComputing is now deprecated with its corresponding methods calling the respective Pushing/Distributing methods. Pushing me - posted by ok...@apache.org on 2017/01/19 21:06:28 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: added StringFactory rules for GraphActors, Partitioner, and Partition. Realized someting profoundly sucky about DedupGlobalStep. Exposed more test cases to AkkaGraphActors. - posted by ok...@apache.org on 2017/01/19 21:06:29 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: Created AkkaGremlinPlugin so you can import akka-gremlin into GremlinConsole (and GremlinServer--not sure). The concept of an Actor Address now has to identifies -- the physical location of the actor and the unique ( - posted by ok...@apache.org on 2017/01/19 21:06:30 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: learned about preStart() and postStop() methods in Akka Actors. Lined those up with actor.terminate() and actor.setup(). JavaDoc here and there.... nada much. done for the night. - posted by ok...@apache.org on 2017/01/19 21:06:31 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: lots of cleanup and organization of the interfaces. trying to line up the GraphActors interfaces as much as possible with GraphComputer interfaces. JavaDoc'in. - posted by ok...@apache.org on 2017/01/19 21:06:32 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arb - posted by ok...@apache.org on 2017/01/19 21:06:33 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: more alignment between GraphActors and GraphComputer. GraphActors.partitioner().program().submit(). Unlike GraphComputer, there is no Graph.actors(). HOWEVER -- since GraphActors is Partition-centric, perhaps we do G - posted by ok...@apache.org on 2017/01/19 21:06:34 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky. - posted by ok...@apache.org on 2017/01/19 21:06:35 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/19 21:06:36 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local an - posted by ok...@apache.org on 2017/01/19 21:06:38 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Comput - posted by ok...@apache.org on 2017/01/19 21:06:39 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. - posted by ok...@apache.org on 2017/01/19 21:06:40 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: small nothing. - posted by ok...@apache.org on 2017/01/19 21:06:41 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. - posted by ok...@apache.org on 2017/01/19 21:06:42 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a fu - posted by ok...@apache.org on 2017/01/19 21:06:43 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: We now have AkkaGraphActors configured fully via our Configuration model -- graph.configuration(), actorProgram.configuration(), etc... Generates appropriate Config for Akka and we are off to the races. More work on - posted by ok...@apache.org on 2017/01/19 21:06:44 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete. - posted by ok...@apache.org on 2017/01/19 21:06:45 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model. - posted by ok...@apache.org on 2017/01/19 21:06:46 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/19 21:06:47 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking. - posted by ok...@apache.org on 2017/01/19 21:06:50 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: HashPartitioner requires a positive hashCode() value. Thus, wrapped calls in Math.abs(). - posted by ok...@apache.org on 2017/01/19 21:06:52 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: what a day. So I have Akka remoting working (not fully). We now have akka.io.GryoSerializer :). And TraversalActorProgram is smart about detach() and attach(). Learned a bunch about how to do Partitioner/Partitions i - posted by ok...@apache.org on 2017/01/19 21:06:53 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: having to redesign our concept of Attachable.attach() and detach(). @spmallette's Host interface now has a default method of Host.attach(t). Moreover, Traverser now has Traverser.attach(Host). Vertex extends Host. Gr - posted by ok...@apache.org on 2017/01/19 21:06:54 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: okay, so I now have the GryoMapper classes programmically loaded in the ActorSystem serialiation-bindings. This is slick. We are almost there. Done for the night. That was a 13 hour day. - posted by ok...@apache.org on 2017/01/19 21:06:55 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: added OrderedTraverser to Gryo registration listing.... Crap, prolly means I need to do it for GraphSON too... - posted by ok...@apache.org on 2017/01/19 21:06:56 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: GryoVersion.3_0 ... epic. @spmallette making my life easy. OrderedTraverser registered and private no-arg constructor added. More AkkaActorsProcessActorsTest cases passing. The only ones that are failing have to do w - posted by ok...@apache.org on 2017/01/19 21:06:57 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: Added AkkaConfigFactory which deals with creating an Akka Config. Identical in nature to SparkConf and Hadoop's Configuration. Akka GryoSerializer pimp'd up a bit. I had a default pool size of 256. Test cases were sl - posted by ok...@apache.org on 2017/01/19 21:06:58 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: I have Master/Worker serialization working fully now. Prior to this moment, the master was sent to an Akka server and then it executed its workers locally. Now the workers are distributed to where their physical Part - posted by ok...@apache.org on 2017/01/19 21:06:59 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: came up with a much cleaner GiraphGraphComputer usage around workers. - posted by ok...@apache.org on 2017/01/19 21:07:00 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: starting to fill out GraphActorsTest (like GraphComputerTest). Tweaks to AkkaConfigFactory for default 'local' settings. - posted by ok...@apache.org on 2017/01/19 21:07:01 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: through hell and back to get IoRegistries loaded into Akka GryoSerializer. Phew. Learned a bunch about Akka Config. - posted by ok...@apache.org on 2017/01/19 21:07:02 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: trying to surpress the logging during testing, but I'm clueles.. Need @spmallette help. - posted by ok...@apache.org on 2017/01/19 21:07:03 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: every ActorSystem needs a unique system name. Thus, every GraphActors submit() needs it. Added UUID creation. - posted by ok...@apache.org on 2017/01/19 21:07:05 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: finally figured out what is wrong with GroupStep. Just sending over the Barrier object -- no need to send over the whole traversal during serialization. Phew. - posted by ok...@apache.org on 2017/01/19 21:07:06 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: trivial tweaks. going to take a break. - posted by ok...@apache.org on 2017/01/19 21:07:07 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: OrderedTraverser needs a equals() and hashCode(). - posted by ok...@apache.org on 2017/01/19 21:07:08 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: GroupStep work... Moving to another branch so committing what I had left after from last week. - posted by ok...@apache.org on 2017/01/19 21:07:09 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: opened up more test cases to AkkaGraphActors. A few that fail don't make sense too me...but very close to the entire test suite passing. - posted by ok...@apache.org on 2017/01/19 21:07:10 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: Was able to open up a bunch more test cases to AkkaGraphActors. There are a few that are still busted -- and I believe these are related to nested collections and complexities with attachment of elements in the colle - posted by ok...@apache.org on 2017/01/19 21:07:11 UTC, 0 replies.
- tinkerpop git commit: got LocalBarriers with SideEffects working in GraphActors. There are only 3 tests that fail -- having to do with nested group().groupCount()-style things. Almost done. - posted by ok...@apache.org on 2017/01/19 21:59:02 UTC, 0 replies.
- tinkerpop git commit: okay, more tests exposed. The final issue is nested group().groupCount().select(keys) style traversals. I believe I have attachment covered in this situation, but obviously not. I'm blasted.... done for the day. - posted by ok...@apache.org on 2017/01/19 22:46:37 UTC, 0 replies.
- [01/31] tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to gene [Forced Update!] - posted by sp...@apache.org on 2017/01/19 22:55:49 UTC, 0 replies.
- [02/31] tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like ChainedCompar - posted by sp...@apache.org on 2017/01/19 22:55:50 UTC, 0 replies.
- [03/31] tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new ProjectedTraverser wrapper. Going t - posted by sp...@apache.org on 2017/01/19 22:55:51 UTC, 0 replies.
- [04/31] tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming. - posted by sp...@apache.org on 2017/01/19 22:55:52 UTC, 0 replies.
- [05/31] tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized. - posted by sp...@apache.org on 2017/01/19 22:55:53 UTC, 0 replies.
- [06/31] tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. - posted by sp...@apache.org on 2017/01/19 22:55:54 UTC, 0 replies.
- [07/31] tinkerpop git commit: moved all the GroupStep work against tp32/ - posted by sp...@apache.org on 2017/01/19 22:55:55 UTC, 0 replies.
- [08/31] tinkerpop git commit: Merge branch 'TINKERPOP-1248' into tp32 - posted by sp...@apache.org on 2017/01/19 22:55:56 UTC, 0 replies.
- [09/31] tinkerpop git commit: @dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle. - posted by sp...@apache.org on 2017/01/19 22:55:57 UTC, 0 replies.
- [10/31] tinkerpop git commit: A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator. - posted by sp...@apache.org on 2017/01/19 22:55:58 UTC, 0 replies.
- [11/31] tinkerpop git commit: updated CHANGELOG. - posted by sp...@apache.org on 2017/01/19 22:55:59 UTC, 0 replies.
- [12/31] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/19 22:56:00 UTC, 0 replies.
- [13/31] tinkerpop git commit: conflicts in GryoVersion -- repeated values. fixed. - posted by sp...@apache.org on 2017/01/19 22:56:01 UTC, 0 replies.
- [14/31] tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. - posted by sp...@apache.org on 2017/01/19 22:56:02 UTC, 0 replies.
- [15/31] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/19 22:56:03 UTC, 0 replies.
- [16/31] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed updating and - posted by sp...@apache.org on 2017/01/19 22:56:04 UTC, 0 replies.
- [17/31] tinkerpop git commit: minor nothing tweak. - posted by sp...@apache.org on 2017/01/19 22:56:05 UTC, 0 replies.
- [18/31] tinkerpop git commit: TINKERPOP-1565 Added tests for GraphSON 3.0 - posted by sp...@apache.org on 2017/01/19 22:56:06 UTC, 0 replies.
- [19/31] tinkerpop git commit: TINKERPOP-1565 Updated changelog - posted by sp...@apache.org on 2017/01/19 22:56:07 UTC, 0 replies.
- [20/31] tinkerpop git commit: TINKERPOP-1565 GraphSON 3.0 defaulted in drivers - posted by sp...@apache.org on 2017/01/19 22:56:08 UTC, 0 replies.
- [21/31] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. - posted by sp...@apache.org on 2017/01/19 22:56:09 UTC, 0 replies.
- [22/31] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/19 22:56:10 UTC, 0 replies.
- [23/31] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/19 22:56:11 UTC, 0 replies.
- [24/31] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/19 22:56:12 UTC, 0 replies.
- [25/31] tinkerpop git commit: TINKERPOP-1565 Added a 3.0 TraversalSerializer class - posted by sp...@apache.org on 2017/01/19 22:56:13 UTC, 0 replies.
- [26/31] tinkerpop git commit: TINKERPOP-1414 Made GraphSON 3.0 the default serialization format. - posted by sp...@apache.org on 2017/01/19 22:56:14 UTC, 0 replies.
- [27/31] tinkerpop git commit: TINKERPOP-1565 Reverted GraphSON 3.0 changes - posted by sp...@apache.org on 2017/01/19 22:56:15 UTC, 0 replies.
- [28/31] tinkerpop git commit: TINKERPOP-1565 Added a few GraphSON 3.0 classes - posted by sp...@apache.org on 2017/01/19 22:56:16 UTC, 0 replies.
- [29/31] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/19 22:56:17 UTC, 0 replies.
- [30/31] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/19 22:56:18 UTC, 0 replies.
- [31/31] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests - posted by sp...@apache.org on 2017/01/19 22:56:19 UTC, 0 replies.
- tinkerpop git commit: Have SparkGraphComputer integration test over TinkerGraph with HashPartitioner. All tests pass. BAM. Tomorrow I'm going to create TinkerGraphPartitionerProvider in tinkergraph-gremlin/ so it can be reused -- Gremlin-Python, Akka, Sp - posted by ok...@apache.org on 2017/01/20 00:40:01 UTC, 0 replies.
- tinkerpop git commit: Created a new gremlin-tools/ packaged called gremlin-tinkergraph-test/ which includes an AbstractTinkerGraphProvider to allow providers to more easily leverage TinkerGraph in their testing. Both spark-gremlin/ and akka-gremlin/ use - posted by ok...@apache.org on 2017/01/20 15:11:56 UTC, 0 replies.
- tinkerpop git commit: gremlin-python/ now uses gremlin-tinkergraph-test/ AbstractTinkerGraphProvider for PythonProvider. So much duplicated code has gone down the drain cause of AbstarctTinkerGraphProvider. Classy. - posted by ok...@apache.org on 2017/01/20 15:25:21 UTC, 0 replies.
- tinkerpop git commit: Updated the closeness and betweeness centrality recipes. - posted by dk...@apache.org on 2017/01/20 15:40:24 UTC, 0 replies.
- [01/13] tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to gene [Forced Update!] - posted by dk...@apache.org on 2017/01/20 15:41:34 UTC, 0 replies.
- [12/13] tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. - posted by dk...@apache.org on 2017/01/20 15:41:45 UTC, 0 replies.
- [13/13] tinkerpop git commit: Updated the closeness and betweeness centrality recipes. - posted by dk...@apache.org on 2017/01/20 15:41:46 UTC, 0 replies.
- tinkerpop git commit: I was able to get another test case to pass with akka-gremlin/ --- the problem was successive cap('a')s were building up successively larger side-effect values. - posted by ok...@apache.org on 2017/01/20 16:11:55 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1560 Used ManagedConcurrentValueMap in GremlinGroovyClassLoader - posted by sp...@apache.org on 2017/01/20 17:35:14 UTC, 0 replies.
- tinkerpop git commit: what I thought was a fix to my cap().cap() bug was not. race condition where the second cap() is pulling data before the first cap() fininshes. Has to do with the order in which messages are received by workers and for some reason, - posted by ok...@apache.org on 2017/01/20 19:18:00 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1610 Deprecated Groovy test suites - posted by sp...@apache.org on 2017/01/20 20:00:07 UTC, 0 replies.
- [1/3] tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode - posted by dk...@apache.org on 2017/01/21 11:05:51 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1605' into tp32 - posted by dk...@apache.org on 2017/01/21 11:05:52 UTC, 0 replies.
- [1/2] tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode - posted by dk...@apache.org on 2017/01/21 11:06:12 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1605' into tp32 - posted by dk...@apache.org on 2017/01/21 11:06:13 UTC, 0 replies.
- [1/2] tinkerpop git commit: CTR: added another script evaluation test in `validate-distribution.sh`. - posted by dk...@apache.org on 2017/01/21 11:30:53 UTC, 0 replies.
- tinkerpop git commit: CTR: added another script evaluation test in `validate-distribution.sh`. - posted by dk...@apache.org on 2017/01/21 11:31:08 UTC, 0 replies.
- [1/4] tinkerpop git commit: Fixed and simplified 'language not supported' formatting - posted by sp...@apache.org on 2017/01/23 12:30:50 UTC, 0 replies.
- [2/4] tinkerpop git commit: Merge branch 'tp31' of https://github.com/apache/tinkerpop into tp31 - posted by sp...@apache.org on 2017/01/23 12:30:51 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/01/23 12:30:52 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed and simplified 'language not supported' formatting - posted by sp...@apache.org on 2017/01/23 12:33:28 UTC, 1 replies.
- tinkerpop git commit: Fixed and simplified 'language not supported' formatting - posted by sp...@apache.org on 2017/01/23 12:33:39 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp31' of https://github.com/apache/tinkerpop into tp31 - posted by sp...@apache.org on 2017/01/23 12:33:47 UTC, 0 replies.
- [01/17] tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to gene [Forced Update!] - posted by sp...@apache.org on 2017/01/23 12:45:41 UTC, 0 replies.
- [02/17] tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode - posted by sp...@apache.org on 2017/01/23 12:45:42 UTC, 0 replies.
- [03/17] tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like ChainedCompar - posted by sp...@apache.org on 2017/01/23 12:45:43 UTC, 0 replies.
- [04/17] tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new ProjectedTraverser wrapper. Going t - posted by sp...@apache.org on 2017/01/23 12:45:44 UTC, 0 replies.
- [05/17] tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming. - posted by sp...@apache.org on 2017/01/23 12:45:45 UTC, 0 replies.
- [06/17] tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized. - posted by sp...@apache.org on 2017/01/23 12:45:46 UTC, 0 replies.
- [07/17] tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. - posted by sp...@apache.org on 2017/01/23 12:45:47 UTC, 0 replies.
- [08/17] tinkerpop git commit: moved all the GroupStep work against tp32/ - posted by sp...@apache.org on 2017/01/23 12:45:48 UTC, 0 replies.
- [09/17] tinkerpop git commit: Merge branch 'TINKERPOP-1248' into tp32 - posted by sp...@apache.org on 2017/01/23 12:45:49 UTC, 0 replies.
- [10/17] tinkerpop git commit: @dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle. - posted by sp...@apache.org on 2017/01/23 12:45:50 UTC, 0 replies.
- [11/17] tinkerpop git commit: A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator. - posted by sp...@apache.org on 2017/01/23 12:45:51 UTC, 0 replies.
- [12/17] tinkerpop git commit: updated CHANGELOG. - posted by sp...@apache.org on 2017/01/23 12:45:52 UTC, 0 replies.
- [13/17] tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. - posted by sp...@apache.org on 2017/01/23 12:45:53 UTC, 0 replies.
- [14/17] tinkerpop git commit: Merge branch 'TINKERPOP-1605' into tp32 - posted by sp...@apache.org on 2017/01/23 12:45:54 UTC, 0 replies.
- [15/17] tinkerpop git commit: CTR: added another script evaluation test in `validate-distribution.sh`. - posted by sp...@apache.org on 2017/01/23 12:45:55 UTC, 0 replies.
- [16/17] tinkerpop git commit: Fixed and simplified 'language not supported' formatting - posted by sp...@apache.org on 2017/01/23 12:45:56 UTC, 0 replies.
- [17/17] tinkerpop git commit: TINKERPOP-1560 Used ManagedConcurrentValueMap in GremlinGroovyClassLoader - posted by sp...@apache.org on 2017/01/23 12:45:57 UTC, 0 replies.
- [01/50] tinkerpop git commit: Added an additional example to project() step [Forced Update!] - posted by sp...@apache.org on 2017/01/23 13:20:50 UTC, 0 replies.
- [02/50] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by sp...@apache.org on 2017/01/23 13:20:51 UTC, 0 replies.
- [03/50] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by sp...@apache.org on 2017/01/23 13:20:52 UTC, 0 replies.
- [04/50] tinkerpop git commit: Added connected components recipe - posted by sp...@apache.org on 2017/01/23 13:20:53 UTC, 0 replies.
- [05/50] tinkerpop git commit: Add an appendix to the recipes. - posted by sp...@apache.org on 2017/01/23 13:20:54 UTC, 0 replies.
- [06/50] tinkerpop git commit: Added duplicate edge detection recipe - posted by sp...@apache.org on 2017/01/23 13:20:55 UTC, 0 replies.
- [07/50] tinkerpop git commit: Move appendix to its own doc and out of index. - posted by sp...@apache.org on 2017/01/23 13:20:56 UTC, 0 replies.
- [08/50] tinkerpop git commit: Added duplicate vertex recipe - posted by sp...@apache.org on 2017/01/23 13:20:57 UTC, 0 replies.
- [09/50] tinkerpop git commit: Added a recipe appendix entry - posted by sp...@apache.org on 2017/01/23 13:20:58 UTC, 0 replies.
- [10/50] tinkerpop git commit: Added recipe to appendix for some basic math ops - posted by sp...@apache.org on 2017/01/23 13:20:59 UTC, 0 replies.
- [11/50] tinkerpop git commit: Added some more appendix items to recipes - posted by sp...@apache.org on 2017/01/23 13:21:00 UTC, 0 replies.
- [12/50] tinkerpop git commit: Improved the section description for the recipes appendix - posted by sp...@apache.org on 2017/01/23 13:21:01 UTC, 0 replies.
- [13/50] tinkerpop git commit: Added some additional examples to appendix recipes. - posted by sp...@apache.org on 2017/01/23 13:21:02 UTC, 0 replies.
- [14/50] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31 - posted by sp...@apache.org on 2017/01/23 13:21:03 UTC, 0 replies.
- [15/50] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp32' into tp32 - posted by sp...@apache.org on 2017/01/23 13:21:04 UTC, 0 replies.
- [16/50] tinkerpop git commit: Fixed array handling in `.hasId()` and `.hasValue()`. - posted by sp...@apache.org on 2017/01/23 13:21:05 UTC, 0 replies.
- [17/50] tinkerpop git commit: Finalized some variables. CTR - posted by sp...@apache.org on 2017/01/23 13:21:06 UTC, 0 replies.
- [18/50] tinkerpop git commit: More consistent error messaging on result iteration timeouts. CTR - posted by sp...@apache.org on 2017/01/23 13:21:07 UTC, 0 replies.
- [19/50] tinkerpop git commit: Minor fix to grammer in changelog CTR - posted by sp...@apache.org on 2017/01/23 13:21:08 UTC, 0 replies.
- [20/50] tinkerpop git commit: Add another example for appendix d of recipes. - posted by sp...@apache.org on 2017/01/23 13:21:09 UTC, 0 replies.
- [21/50] tinkerpop git commit: Allow some extra time to be sure the future completes - posted by sp...@apache.org on 2017/01/23 13:21:10 UTC, 0 replies.
- [22/50] tinkerpop git commit: Fixed up an appendix entry given pull request feedback. - posted by sp...@apache.org on 2017/01/23 13:21:11 UTC, 0 replies.
- [23/50] tinkerpop git commit: optimized math examples - posted by sp...@apache.org on 2017/01/23 13:21:12 UTC, 0 replies.
- [24/50] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32 - posted by sp...@apache.org on 2017/01/23 13:21:13 UTC, 0 replies.
- [25/50] tinkerpop git commit: Bump to groovy 2.4.8 - posted by sp...@apache.org on 2017/01/23 13:21:14 UTC, 0 replies.
- [26/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/01/23 13:21:15 UTC, 0 replies.
- [27/50] tinkerpop git commit: Consistent naming for TinkerIoRegistry - posted by sp...@apache.org on 2017/01/23 13:21:16 UTC, 0 replies.
- [28/50] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge - posted by sp...@apache.org on 2017/01/23 13:21:17 UTC, 0 replies.
- [29/50] tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to gene - posted by sp...@apache.org on 2017/01/23 13:21:18 UTC, 0 replies.
- [30/50] tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode - posted by sp...@apache.org on 2017/01/23 13:21:19 UTC, 0 replies.
- [31/50] tinkerpop git commit: Added docs for not()-step - posted by sp...@apache.org on 2017/01/23 13:21:20 UTC, 0 replies.
- [32/50] tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like ChainedCompar - posted by sp...@apache.org on 2017/01/23 13:21:21 UTC, 0 replies.
- [33/50] tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new ProjectedTraverser wrapper. Going t - posted by sp...@apache.org on 2017/01/23 13:21:22 UTC, 0 replies.
- [34/50] tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming. - posted by sp...@apache.org on 2017/01/23 13:21:23 UTC, 0 replies.
- [35/50] tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized. - posted by sp...@apache.org on 2017/01/23 13:21:24 UTC, 0 replies.
- [36/50] tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency - posted by sp...@apache.org on 2017/01/23 13:21:25 UTC, 0 replies.
- [37/50] tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. - posted by sp...@apache.org on 2017/01/23 13:21:26 UTC, 0 replies.
- [38/50] tinkerpop git commit: moved all the GroupStep work against tp32/ - posted by sp...@apache.org on 2017/01/23 13:21:27 UTC, 0 replies.
- [39/50] tinkerpop git commit: Merge branch 'TINKERPOP-1248' into tp32 - posted by sp...@apache.org on 2017/01/23 13:21:28 UTC, 0 replies.
- [40/50] tinkerpop git commit: @dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle. - posted by sp...@apache.org on 2017/01/23 13:21:29 UTC, 0 replies.
- [41/50] tinkerpop git commit: A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator. - posted by sp...@apache.org on 2017/01/23 13:21:30 UTC, 0 replies.
- [42/50] tinkerpop git commit: updated CHANGELOG. - posted by sp...@apache.org on 2017/01/23 13:21:31 UTC, 0 replies.
- [43/50] tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. - posted by sp...@apache.org on 2017/01/23 13:21:32 UTC, 0 replies.
- [44/50] tinkerpop git commit: Merge branch 'TINKERPOP-1605' into tp32 - posted by sp...@apache.org on 2017/01/23 13:21:33 UTC, 0 replies.
- [45/50] tinkerpop git commit: CTR: added another script evaluation test in `validate-distribution.sh`. - posted by sp...@apache.org on 2017/01/23 13:21:34 UTC, 0 replies.
- [46/50] tinkerpop git commit: Fixed and simplified 'language not supported' formatting - posted by sp...@apache.org on 2017/01/23 13:21:35 UTC, 0 replies.
- [47/50] tinkerpop git commit: Make Travis use a newer version of Maven. - posted by sp...@apache.org on 2017/01/23 13:21:36 UTC, 0 replies.
- [48/50] tinkerpop git commit: Upgrade to latest revapi versions. - posted by sp...@apache.org on 2017/01/23 13:21:37 UTC, 0 replies.
- [49/50] tinkerpop git commit: Finalize Revapi setup: * Switched off by default with only gremlin-core having it active * Explicitly sets the severity of problems to fail the build with to "potentiallyBreaking". * The parent pom only includes common set - posted by sp...@apache.org on 2017/01/23 13:21:38 UTC, 0 replies.
- [50/50] tinkerpop git commit: Introduce Revapi API checks into the build. - posted by sp...@apache.org on 2017/01/23 13:21:39 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1610 Deprecated Groovy test suites - posted by sp...@apache.org on 2017/01/23 15:29:18 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1610' into tp32 - posted by sp...@apache.org on 2017/01/23 15:29:19 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1610 Deprecated Groovy test suites - posted by sp...@apache.org on 2017/01/23 15:29:25 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1610' into tp32 - posted by sp...@apache.org on 2017/01/23 15:29:26 UTC, 0 replies.
- tinkerpop git commit: solved my actors race conditition from Friday. I had it such that the master actor was not part of the termination token ring which was bad. Given that the master actor does send traversers, it should be able to VOTE_TO_HALT. Now it - posted by ok...@apache.org on 2017/01/23 16:09:21 UTC, 0 replies.
- tinkerpop git commit: Fixed up betweeness graphic based on the revised example. - posted by sp...@apache.org on 2017/01/23 16:16:13 UTC, 0 replies.
- tinkerpop git commit: Fixed up betweeness example graphic - for real this time. - posted by sp...@apache.org on 2017/01/23 16:31:37 UTC, 0 replies.
- [1/2] tinkerpop git commit: fix wrong python package name - posted by sp...@apache.org on 2017/01/23 16:35:25 UTC, 0 replies.
- tinkerpop git commit: fix wrong python package name - posted by sp...@apache.org on 2017/01/23 16:35:33 UTC, 0 replies.
- tinkerpop git commit: figured out I was setting the resultant traverals side-effects. fixed that up and now the SideEffectTest travesals pass. So close to all tests passing for GraphActors. - posted by ok...@apache.org on 2017/01/23 18:44:27 UTC, 0 replies.
- [01/45] tinkerpop git commit: Added more cycle detection and traversal induced value recipes. [Forced Update!] - posted by rd...@apache.org on 2017/01/23 19:34:15 UTC, 0 replies.
- [02/45] tinkerpop git commit: Added more content to traversal induced value recipe - posted by rd...@apache.org on 2017/01/23 19:34:16 UTC, 0 replies.
- [03/45] tinkerpop git commit: Added an additional example to project() step - posted by rd...@apache.org on 2017/01/23 19:34:17 UTC, 0 replies.
- [04/45] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. - posted by rd...@apache.org on 2017/01/23 19:34:18 UTC, 0 replies.
- [05/45] tinkerpop git commit: Added connected components recipe - posted by rd...@apache.org on 2017/01/23 19:34:19 UTC, 0 replies.
- [06/45] tinkerpop git commit: Add an appendix to the recipes. - posted by rd...@apache.org on 2017/01/23 19:34:20 UTC, 0 replies.
- [07/45] tinkerpop git commit: Added duplicate edge detection recipe - posted by rd...@apache.org on 2017/01/23 19:34:21 UTC, 0 replies.
- [08/45] tinkerpop git commit: Move appendix to its own doc and out of index. - posted by rd...@apache.org on 2017/01/23 19:34:22 UTC, 0 replies.
- [09/45] tinkerpop git commit: Added duplicate vertex recipe - posted by rd...@apache.org on 2017/01/23 19:34:23 UTC, 0 replies.
- [10/45] tinkerpop git commit: Added a recipe appendix entry - posted by rd...@apache.org on 2017/01/23 19:34:24 UTC, 0 replies.
- [11/45] tinkerpop git commit: Added recipe to appendix for some basic math ops - posted by rd...@apache.org on 2017/01/23 19:34:25 UTC, 0 replies.
- [12/45] tinkerpop git commit: Added some more appendix items to recipes - posted by rd...@apache.org on 2017/01/23 19:34:26 UTC, 0 replies.
- [13/45] tinkerpop git commit: Improved the section description for the recipes appendix - posted by rd...@apache.org on 2017/01/23 19:34:27 UTC, 0 replies.
- [14/45] tinkerpop git commit: Added some additional examples to appendix recipes. - posted by rd...@apache.org on 2017/01/23 19:34:28 UTC, 0 replies.
- [15/45] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31 - posted by rd...@apache.org on 2017/01/23 19:34:29 UTC, 0 replies.
- [16/45] tinkerpop git commit: Add another example for appendix d of recipes. - posted by rd...@apache.org on 2017/01/23 19:34:30 UTC, 0 replies.
- [17/45] tinkerpop git commit: Allow some extra time to be sure the future completes - posted by rd...@apache.org on 2017/01/23 19:34:31 UTC, 0 replies.
- [18/45] tinkerpop git commit: Fixed up an appendix entry given pull request feedback. - posted by rd...@apache.org on 2017/01/23 19:34:32 UTC, 0 replies.
- [19/45] tinkerpop git commit: optimized math examples - posted by rd...@apache.org on 2017/01/23 19:34:33 UTC, 0 replies.
- [20/45] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32 - posted by rd...@apache.org on 2017/01/23 19:34:34 UTC, 0 replies.
- [21/45] tinkerpop git commit: Bump to groovy 2.4.8 - posted by rd...@apache.org on 2017/01/23 19:34:35 UTC, 0 replies.
- [22/45] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by rd...@apache.org on 2017/01/23 19:34:36 UTC, 0 replies.
- [23/45] tinkerpop git commit: Consistent naming for TinkerIoRegistry - posted by rd...@apache.org on 2017/01/23 19:34:37 UTC, 0 replies.
- [24/45] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge - posted by rd...@apache.org on 2017/01/23 19:34:38 UTC, 0 replies.
- [25/45] tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to gene - posted by rd...@apache.org on 2017/01/23 19:34:39 UTC, 0 replies.
- [26/45] tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode - posted by rd...@apache.org on 2017/01/23 19:34:40 UTC, 0 replies.
- [27/45] tinkerpop git commit: Added docs for not()-step - posted by rd...@apache.org on 2017/01/23 19:34:41 UTC, 0 replies.
- [28/45] tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like ChainedCompar - posted by rd...@apache.org on 2017/01/23 19:34:42 UTC, 0 replies.
- [29/45] tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new ProjectedTraverser wrapper. Going t - posted by rd...@apache.org on 2017/01/23 19:34:43 UTC, 0 replies.
- [30/45] tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming. - posted by rd...@apache.org on 2017/01/23 19:34:44 UTC, 0 replies.
- [31/45] tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized. - posted by rd...@apache.org on 2017/01/23 19:34:45 UTC, 0 replies.
- [32/45] tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency - posted by rd...@apache.org on 2017/01/23 19:34:46 UTC, 0 replies.
- [33/45] tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. - posted by rd...@apache.org on 2017/01/23 19:34:47 UTC, 0 replies.
- [34/45] tinkerpop git commit: moved all the GroupStep work against tp32/ - posted by rd...@apache.org on 2017/01/23 19:34:48 UTC, 0 replies.
- [35/45] tinkerpop git commit: Merge branch 'TINKERPOP-1248' into tp32 - posted by rd...@apache.org on 2017/01/23 19:34:49 UTC, 0 replies.
- [36/45] tinkerpop git commit: @dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle. - posted by rd...@apache.org on 2017/01/23 19:34:50 UTC, 0 replies.
- [37/45] tinkerpop git commit: A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator. - posted by rd...@apache.org on 2017/01/23 19:34:51 UTC, 0 replies.
- [38/45] tinkerpop git commit: updated CHANGELOG. - posted by rd...@apache.org on 2017/01/23 19:34:52 UTC, 0 replies.
- [39/45] tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. - posted by rd...@apache.org on 2017/01/23 19:34:53 UTC, 0 replies.
- [40/45] tinkerpop git commit: Merge branch 'TINKERPOP-1605' into tp32 - posted by rd...@apache.org on 2017/01/23 19:34:54 UTC, 0 replies.
- [41/45] tinkerpop git commit: CTR: added another script evaluation test in `validate-distribution.sh`. - posted by rd...@apache.org on 2017/01/23 19:34:55 UTC, 0 replies.
- [42/45] tinkerpop git commit: updated doc for ssl client auth - posted by rd...@apache.org on 2017/01/23 19:34:56 UTC, 0 replies.
- [43/45] tinkerpop git commit: Support SSL client auth - posted by rd...@apache.org on 2017/01/23 19:34:57 UTC, 0 replies.
- [44/45] tinkerpop git commit: updated docs - posted by rd...@apache.org on 2017/01/23 19:34:58 UTC, 0 replies.
- [45/45] tinkerpop git commit: added tests - posted by rd...@apache.org on 2017/01/23 19:34:59 UTC, 0 replies.
- [1/8] tinkerpop git commit: TINKERPOP-1610 Deprecated Groovy test suites [Forced Update!] - posted by rd...@apache.org on 2017/01/23 19:36:36 UTC, 0 replies.
- [2/8] tinkerpop git commit: Fixed and simplified 'language not supported' formatting - posted by rd...@apache.org on 2017/01/23 19:36:37 UTC, 0 replies.
- [3/8] tinkerpop git commit: Merge branch 'TINKERPOP-1610' into tp32 - posted by rd...@apache.org on 2017/01/23 19:36:38 UTC, 0 replies.
- [4/8] tinkerpop git commit: fix wrong python package name - posted by rd...@apache.org on 2017/01/23 19:36:39 UTC, 0 replies.
- [5/8] tinkerpop git commit: Support SSL client auth - posted by rd...@apache.org on 2017/01/23 19:36:40 UTC, 0 replies.
- [6/8] tinkerpop git commit: updated doc for ssl client auth - posted by rd...@apache.org on 2017/01/23 19:36:41 UTC, 0 replies.
- [7/8] tinkerpop git commit: updated docs - posted by rd...@apache.org on 2017/01/23 19:36:42 UTC, 0 replies.
- [8/8] tinkerpop git commit: added tests - posted by rd...@apache.org on 2017/01/23 19:36:43 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: starting to fill out GraphActorsTest (like GraphComputerTest). Tweaks to AkkaConfigFactory for default 'local' settings. [Forced Update!] - posted by ok...@apache.org on 2017/01/23 21:23:57 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: having to redesign our concept of Attachable.attach() and detach(). @spmallette's Host interface now has a default method of Host.attach(t). Moreover, Traverser now has Traverser.attach(Host). Vertex extends Host. Gr - posted by ok...@apache.org on 2017/01/23 21:23:58 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arb - posted by ok...@apache.org on 2017/01/23 21:23:59 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: more alignment between GraphActors and GraphComputer. GraphActors.partitioner().program().submit(). Unlike GraphComputer, there is no Graph.actors(). HOWEVER -- since GraphActors is Partition-centric, perhaps we do G - posted by ok...@apache.org on 2017/01/23 21:24:00 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky. - posted by ok...@apache.org on 2017/01/23 21:24:01 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/23 21:24:02 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withCo - posted by ok...@apache.org on 2017/01/23 21:24:03 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local an - posted by ok...@apache.org on 2017/01/23 21:24:04 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Comput - posted by ok...@apache.org on 2017/01/23 21:24:05 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. - posted by ok...@apache.org on 2017/01/23 21:24:06 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: small nothing. - posted by ok...@apache.org on 2017/01/23 21:24:07 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. - posted by ok...@apache.org on 2017/01/23 21:24:08 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: came up with a much cleaner GiraphGraphComputer usage around workers. - posted by ok...@apache.org on 2017/01/23 21:24:09 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. - posted by ok...@apache.org on 2017/01/23 21:24:10 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a fu - posted by ok...@apache.org on 2017/01/23 21:24:11 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model. - posted by ok...@apache.org on 2017/01/23 21:24:12 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete. - posted by ok...@apache.org on 2017/01/23 21:24:13 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/23 21:24:14 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/23 21:24:15 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode. Next push will do this with TraveraslVertexProgram. - posted by ok...@apache.org on 2017/01/23 21:24:16 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking. - posted by ok...@apache.org on 2017/01/23 21:24:17 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: smarter distribution of initial GraphStep traversers. - posted by ok...@apache.org on 2017/01/23 21:24:18 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: okay, so I now have the GryoMapper classes programmically loaded in the ActorSystem serialiation-bindings. This is slick. We are almost there. Done for the night. That was a 13 hour day. - posted by ok...@apache.org on 2017/01/23 21:24:20 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: what a day. So I have Akka remoting working (not fully). We now have akka.io.GryoSerializer :). And TraversalActorProgram is smart about detach() and attach(). Learned a bunch about how to do Partitioner/Partitions i - posted by ok...@apache.org on 2017/01/23 21:24:21 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: added OrderedTraverser to Gryo registration listing.... Crap, prolly means I need to do it for GraphSON too... - posted by ok...@apache.org on 2017/01/23 21:24:22 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: GryoVersion.3_0 ... epic. @spmallette making my life easy. OrderedTraverser registered and private no-arg constructor added. More AkkaActorsProcessActorsTest cases passing. The only ones that are failing have to do w - posted by ok...@apache.org on 2017/01/23 21:24:23 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: Added AkkaConfigFactory which deals with creating an Akka Config. Identical in nature to SparkConf and Hadoop's Configuration. Akka GryoSerializer pimp'd up a bit. I had a default pool size of 256. Test cases were sl - posted by ok...@apache.org on 2017/01/23 21:24:24 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: I have Master/Worker serialization working fully now. Prior to this moment, the master was sent to an Akka server and then it executed its workers locally. Now the workers are distributed to where their physical Part - posted by ok...@apache.org on 2017/01/23 21:24:25 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: trivial tweaks. going to take a break. - posted by ok...@apache.org on 2017/01/23 21:24:26 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: more organization and cleaning and learning.... next up Host and Proxy. - posted by ok...@apache.org on 2017/01/23 21:24:27 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: We now have AkkaGraphActors configured fully via our Configuration model -- graph.configuration(), actorProgram.configuration(), etc... Generates appropriate Config for Akka and we are off to the races. More work on - posted by ok...@apache.org on 2017/01/23 21:24:28 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: trying to surpress the logging during testing, but I'm clueles.. Need @spmallette help. - posted by ok...@apache.org on 2017/01/23 21:24:29 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: through hell and back to get IoRegistries loaded into Akka GryoSerializer. Phew. Learned a bunch about Akka Config. - posted by ok...@apache.org on 2017/01/23 21:24:30 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: can't really get my head around the best way to do partition attachment.... keep playing with different models... each have their problems. Minor commit with Partitioner.getPartition(Element) to Partition.find(Elemen - posted by ok...@apache.org on 2017/01/23 21:24:31 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: every ActorSystem needs a unique system name. Thus, every GraphActors submit() needs it. Added UUID creation. - posted by ok...@apache.org on 2017/01/23 21:24:32 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: finally figured out what is wrong with GroupStep. Just sending over the Barrier object -- no need to send over the whole traversal during serialization. Phew. - posted by ok...@apache.org on 2017/01/23 21:24:33 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: GroupStep work... Moving to another branch so committing what I had left after from last week. - posted by ok...@apache.org on 2017/01/23 21:24:34 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: opened up more test cases to AkkaGraphActors. A few that fail don't make sense too me...but very close to the entire test suite passing. - posted by ok...@apache.org on 2017/01/23 21:24:35 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: Integration tests fully passing now on this brach. There is a problem (generally outside of this branch) with one of @dkuppitz recent tests to GraphComputerTest around VertexProgram requirements. Depending on test ex - posted by ok...@apache.org on 2017/01/23 21:24:36 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: OrderedTraverser needs a equals() and hashCode(). - posted by ok...@apache.org on 2017/01/23 21:24:37 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: sync'd master with GraphActors branch. New tests are failing cause of ProjectedTraverser. Will fix after lunch. - posted by ok...@apache.org on 2017/01/23 21:24:38 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: wow. found a bug in my OrderGlobalStep work in the lastest PR that only shows up in GraphActors. - posted by ok...@apache.org on 2017/01/23 21:24:39 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: Was able to open up a bunch more test cases to AkkaGraphActors. There are a few that are still busted -- and I believe these are related to nested collections and complexities with attachment of elements in the colle - posted by ok...@apache.org on 2017/01/23 21:24:40 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: got LocalBarriers with SideEffects working in GraphActors. There are only 3 tests that fail -- having to do with nested group().groupCount()-style things. Almost done. - posted by ok...@apache.org on 2017/01/23 21:24:41 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: Created a new gremlin-tools/ packaged called gremlin-tinkergraph-test/ which includes an AbstractTinkerGraphProvider to allow providers to more easily leverage TinkerGraph in their testing. Both spark-gremlin/ and ak - posted by ok...@apache.org on 2017/01/23 21:24:42 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: okay, more tests exposed. The final issue is nested group().groupCount().select(keys) style traversals. I believe I have attachment covered in this situation, but obviously not. I'm blasted.... done for the day. - posted by ok...@apache.org on 2017/01/23 21:24:43 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: gremlin-python/ now uses gremlin-tinkergraph-test/ AbstractTinkerGraphProvider for PythonProvider. So much duplicated code has gone down the drain cause of AbstarctTinkerGraphProvider. Classy. - posted by ok...@apache.org on 2017/01/23 21:24:44 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: solved my actors race conditition from Friday. I had it such that the master actor was not part of the termination token ring which was bad. Given that the master actor does send traversers, it should be able to VOTE - posted by ok...@apache.org on 2017/01/23 21:24:45 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: I was able to get another test case to pass with akka-gremlin/ --- the problem was successive cap('a')s were building up successively larger side-effect values. - posted by ok...@apache.org on 2017/01/23 21:24:46 UTC, 0 replies.
- tinkerpop git commit: JavaDoc on GraphActors. Added a new GraphActorsTest to that verifies the Actor.setup() and Actor.termiate() methods execute accordingly. - posted by ok...@apache.org on 2017/01/23 22:33:06 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1433 CTR: added release manager key setup docs. - posted by tw...@apache.org on 2017/01/23 23:02:14 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1433 CTR: added release manager key setup docs. - posted by tw...@apache.org on 2017/01/23 23:03:42 UTC, 0 replies.
- [1/5] tinkerpop git commit: Updated the closeness and betweeness centrality recipes. - posted by dk...@apache.org on 2017/01/24 10:01:42 UTC, 0 replies.
- [2/5] tinkerpop git commit: Fixed up betweeness graphic based on the revised example. - posted by dk...@apache.org on 2017/01/24 10:01:43 UTC, 0 replies.
- [3/5] tinkerpop git commit: Fixed up betweeness example graphic - for real this time. - posted by dk...@apache.org on 2017/01/24 10:01:44 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'centrality-recipes' into tp32 - posted by dk...@apache.org on 2017/01/24 10:01:45 UTC, 0 replies.
- [1/4] tinkerpop git commit: Updated the closeness and betweeness centrality recipes. - posted by dk...@apache.org on 2017/01/24 10:02:00 UTC, 0 replies.
- [2/4] tinkerpop git commit: Fixed up betweeness graphic based on the revised example. - posted by dk...@apache.org on 2017/01/24 10:02:01 UTC, 0 replies.
- [3/4] tinkerpop git commit: Fixed up betweeness example graphic - for real this time. - posted by dk...@apache.org on 2017/01/24 10:02:02 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'centrality-recipes' into tp32 - posted by dk...@apache.org on 2017/01/24 10:02:03 UTC, 0 replies.
- [01/17] tinkerpop git commit: minor nothing tweak. - posted by sp...@apache.org on 2017/01/24 12:23:57 UTC, 0 replies.
- [02/17] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed updating and - posted by sp...@apache.org on 2017/01/24 12:23:58 UTC, 0 replies.
- [03/17] tinkerpop git commit: TINKERPOP-1565 Updated changelog - posted by sp...@apache.org on 2017/01/24 12:23:59 UTC, 0 replies.
- [04/17] tinkerpop git commit: TINKERPOP-1565 GraphSON 3.0 defaulted in drivers - posted by sp...@apache.org on 2017/01/24 12:24:00 UTC, 0 replies.
- [05/17] tinkerpop git commit: TINKERPOP-1565 Added a few GraphSON 3.0 classes - posted by sp...@apache.org on 2017/01/24 12:24:01 UTC, 0 replies.
- [06/17] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/24 12:24:02 UTC, 0 replies.
- [07/17] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/24 12:24:03 UTC, 0 replies.
- [08/17] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/24 12:24:04 UTC, 0 replies.
- [09/17] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/24 12:24:05 UTC, 0 replies.
- [10/17] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/24 12:24:06 UTC, 0 replies.
- [11/17] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests - posted by sp...@apache.org on 2017/01/24 12:24:07 UTC, 0 replies.
- [12/17] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. - posted by sp...@apache.org on 2017/01/24 12:24:08 UTC, 0 replies.
- [13/17] tinkerpop git commit: TINKERPOP-1565 Reverted GraphSON 3.0 changes - posted by sp...@apache.org on 2017/01/24 12:24:09 UTC, 0 replies.
- [14/17] tinkerpop git commit: TINKERPOP-1414 Made GraphSON 3.0 the default serialization format. - posted by sp...@apache.org on 2017/01/24 12:24:10 UTC, 0 replies.
- [15/17] tinkerpop git commit: TINKERPOP-1565 Added tests for GraphSON 3.0 - posted by sp...@apache.org on 2017/01/24 12:24:11 UTC, 0 replies.
- [16/17] tinkerpop git commit: TINKERPOP-1565 Added a 3.0 TraversalSerializer class - posted by sp...@apache.org on 2017/01/24 12:24:12 UTC, 0 replies.
- [17/17] tinkerpop git commit: Merge branch 'TINKERPOP-1565' - posted by sp...@apache.org on 2017/01/24 12:24:13 UTC, 0 replies.
- [1/7] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 12:27:52 UTC, 0 replies.
- [2/7] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 12:27:53 UTC, 0 replies.
- [3/7] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 12:27:54 UTC, 0 replies.
- [4/7] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 12:27:55 UTC, 0 replies.
- [5/7] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 12:27:56 UTC, 0 replies.
- [6/7] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 12:27:57 UTC, 0 replies.
- [7/7] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 12:27:58 UTC, 0 replies.
- [1/2] tinkerpop git commit: Some minor fixes to plugin infrastructure - posted by sp...@apache.org on 2017/01/24 16:08:45 UTC, 1 replies.
- tinkerpop git commit: Some minor fixes to plugin infrastructure - posted by sp...@apache.org on 2017/01/24 16:10:13 UTC, 0 replies.
- tinkerpop git commit: So I'm using the official way of getting the final result from an Akka system. Prior to this moment, I assumed the GraphActors code was executing on the same machine as the MasterActor and thus, had direct reference to the result da - posted by ok...@apache.org on 2017/01/24 16:26:07 UTC, 0 replies.
- tinkerpop git commit: we now have ActorsResult looking like ComputerResult. Not only does it have the resultant data, but also metadata about the computaiton -- e.g. runtime. - posted by ok...@apache.org on 2017/01/24 16:52:50 UTC, 0 replies.
- tinkerpop git commit: TraversalWorkerProgram is cleaner setting all GraphSteps to be partition-centric. This will play into mid-traversal V() and E() exposure. - posted by ok...@apache.org on 2017/01/24 17:00:12 UTC, 0 replies.
- tinkerpop git commit: Got rid of the concept of StartMessage. Once the WorkerActor is loaded, its starts processing its GraphStep partition. Also, got InjectStep working, if and only if, its the start step. Like mid-traversal V, mid-traversal inject requ - posted by ok...@apache.org on 2017/01/24 18:09:19 UTC, 0 replies.
- tinkerpop git commit: TraversalActorProgram now support mid-traversal V(). This means the entire test-suite now passes save those with Mutating steps (oh, and mid-traversal inject(), which is easy enough now that I understand mid-traversal V()). This is - posted by ok...@apache.org on 2017/01/24 18:32:23 UTC, 0 replies.
- tinkerpop git commit: okay, its official official. Every ProcessTestSuite traversal works with GraphActors except for those with Mutating. This is huge. GraphActors is semantically sound and executes a distributed traversal via message passing. - posted by ok...@apache.org on 2017/01/24 19:02:36 UTC, 0 replies.
- [1/3] tinkerpop git commit: GremlinExecutor wasn't constructing plugins properly - posted by sp...@apache.org on 2017/01/24 20:13:46 UTC, 0 replies.
- [2/3] tinkerpop git commit: Sessions were not constucting GremlinExecutor with new plugin system CTR - posted by sp...@apache.org on 2017/01/24 20:13:47 UTC, 0 replies.
- [1/2] tinkerpop git commit: GremlinExecutor wasn't constructing plugins properly - posted by sp...@apache.org on 2017/01/24 20:14:12 UTC, 0 replies.
- [2/2] tinkerpop git commit: Sessions were not constucting GremlinExecutor with new plugin system CTR - posted by sp...@apache.org on 2017/01/24 20:14:13 UTC, 0 replies.
- [01/38] tinkerpop git commit: minor nothing tweak. [Forced Update!] - posted by sp...@apache.org on 2017/01/24 20:16:24 UTC, 0 replies.
- [02/38] tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed updating and - posted by sp...@apache.org on 2017/01/24 20:16:25 UTC, 0 replies.
- [03/38] tinkerpop git commit: TINKERPOP-1565 Updated changelog - posted by sp...@apache.org on 2017/01/24 20:16:26 UTC, 0 replies.
- [04/38] tinkerpop git commit: TINKERPOP-1565 Updated the IO dev docs with GraphSON 3.0. - posted by sp...@apache.org on 2017/01/24 20:16:27 UTC, 0 replies.
- [05/38] tinkerpop git commit: TINKERPOP-1565 Enabled more GraphSON IO tests - posted by sp...@apache.org on 2017/01/24 20:16:28 UTC, 0 replies.
- [06/38] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/24 20:16:29 UTC, 0 replies.
- [07/38] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/24 20:16:30 UTC, 0 replies.
- [08/38] tinkerpop git commit: TINKERPOP-1565 Stub out GraphSON 3.0 - posted by sp...@apache.org on 2017/01/24 20:16:31 UTC, 0 replies.
- [09/38] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/24 20:16:32 UTC, 0 replies.
- [10/38] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2017/01/24 20:16:33 UTC, 0 replies.
- [11/38] tinkerpop git commit: TINKERPOP-1565 Reverted GraphSON 3.0 changes - posted by sp...@apache.org on 2017/01/24 20:16:34 UTC, 0 replies.
- [12/38] tinkerpop git commit: TINKERPOP-1565 Added a 3.0 TraversalSerializer class - posted by sp...@apache.org on 2017/01/24 20:16:35 UTC, 0 replies.
- [13/38] tinkerpop git commit: TINKERPOP-1565 GraphSON 3.0 defaulted in drivers - posted by sp...@apache.org on 2017/01/24 20:16:36 UTC, 0 replies.
- [14/38] tinkerpop git commit: TINKERPOP-1565 Added tests for GraphSON 3.0 - posted by sp...@apache.org on 2017/01/24 20:16:37 UTC, 0 replies.
- [15/38] tinkerpop git commit: TINKERPOP-1565 Added a few GraphSON 3.0 classes - posted by sp...@apache.org on 2017/01/24 20:16:38 UTC, 0 replies.
- [16/38] tinkerpop git commit: TINKERPOP-1414 Made GraphSON 3.0 the default serialization format. - posted by sp...@apache.org on 2017/01/24 20:16:39 UTC, 0 replies.
- [17/38] tinkerpop git commit: Updated the closeness and betweeness centrality recipes. - posted by sp...@apache.org on 2017/01/24 20:16:40 UTC, 0 replies.
- [18/38] tinkerpop git commit: Fixed up betweeness graphic based on the revised example. - posted by sp...@apache.org on 2017/01/24 20:16:41 UTC, 0 replies.
- [19/38] tinkerpop git commit: Fixed up betweeness example graphic - for real this time. - posted by sp...@apache.org on 2017/01/24 20:16:42 UTC, 0 replies.
- [20/38] tinkerpop git commit: TINKERPOP-1433 CTR: added release manager key setup docs. - posted by sp...@apache.org on 2017/01/24 20:16:43 UTC, 0 replies.
- [21/38] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/24 20:16:44 UTC, 0 replies.
- [22/38] tinkerpop git commit: Merge branch 'centrality-recipes' into tp32 - posted by sp...@apache.org on 2017/01/24 20:16:45 UTC, 0 replies.
- [23/38] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/24 20:16:46 UTC, 0 replies.
- [24/38] tinkerpop git commit: Merge branch 'TINKERPOP-1565' - posted by sp...@apache.org on 2017/01/24 20:16:47 UTC, 0 replies.
- [25/38] tinkerpop git commit: Some minor fixes to plugin infrastructure - posted by sp...@apache.org on 2017/01/24 20:16:48 UTC, 0 replies.
- [26/38] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/24 20:16:49 UTC, 0 replies.
- [27/38] tinkerpop git commit: Some minor fixes to plugin infrastructure - posted by sp...@apache.org on 2017/01/24 20:16:50 UTC, 0 replies.
- [28/38] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/24 20:16:51 UTC, 0 replies.
- [29/38] tinkerpop git commit: GremlinExecutor wasn't constructing plugins properly - posted by sp...@apache.org on 2017/01/24 20:16:52 UTC, 0 replies.
- [30/38] tinkerpop git commit: Sessions were not constucting GremlinExecutor with new plugin system CTR - posted by sp...@apache.org on 2017/01/24 20:16:53 UTC, 0 replies.
- [31/38] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/24 20:16:54 UTC, 0 replies.
- [32/38] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 20:16:55 UTC, 0 replies.
- [33/38] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 20:16:56 UTC, 0 replies.
- [34/38] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 20:16:57 UTC, 0 replies.
- [35/38] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 20:16:58 UTC, 0 replies.
- [36/38] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 20:16:59 UTC, 0 replies.
- [37/38] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 20:17:00 UTC, 0 replies.
- [38/38] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/24 20:17:01 UTC, 0 replies.
- tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. - posted by tw...@apache.org on 2017/01/24 20:57:49 UTC, 0 replies.
- tinkerpop git commit: made Barrier completion a little safer by requiring two rounds of terminate tokens. That is, all workers are told to complete their barrier. When all workers have completed their barriers, they then proceed to drain their barriers. - posted by ok...@apache.org on 2017/01/24 22:22:15 UTC, 0 replies.
- tinkerpop git commit: found a minor optimization to DedupGlobalStep. No need to check for existence in barrier Map if dedupSet is being used. - posted by ok...@apache.org on 2017/01/24 22:23:42 UTC, 0 replies.
- tinkerpop git commit: being a bit smarter about DedupGlobalStep. If you are at a worker, simply filter. This may (not always) limit data flow. - posted by ok...@apache.org on 2017/01/24 23:00:12 UTC, 0 replies.
- tinkerpop git commit: format, organize imports only - posted by rd...@apache.org on 2017/01/25 11:28:15 UTC, 0 replies.
- tinkerpop git commit: javadoc'ing and code reorganization. - posted by ok...@apache.org on 2017/01/25 14:08:28 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed a gremlin server bug with global bindings - posted by sp...@apache.org on 2017/01/25 14:28:53 UTC, 0 replies.
- tinkerpop git commit: Fixed a gremlin server bug with global bindings - posted by sp...@apache.org on 2017/01/25 14:29:00 UTC, 0 replies.
- tinkerpop git commit: jesus...by way of China. ActorPrograms now have a Map getMessageTypes() which allow messagesa to be combinined at the worker accordingly. For instance, doubles can be Operator.sum. If a null binary operator is - posted by ok...@apache.org on 2017/01/25 16:53:15 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed how plugins are bound to a scriptengine. - posted by sp...@apache.org on 2017/01/25 18:22:14 UTC, 0 replies.
- tinkerpop git commit: Fixed how plugins are bound to a scriptengine. - posted by sp...@apache.org on 2017/01/25 18:22:20 UTC, 0 replies.
- [01/13] tinkerpop git commit: Fixed a gremlin server bug with global bindings [Forced Update!] - posted by sp...@apache.org on 2017/01/25 18:23:03 UTC, 0 replies.
- [02/13] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/25 18:23:04 UTC, 0 replies.
- [03/13] tinkerpop git commit: Fixed how plugins are bound to a scriptengine. - posted by sp...@apache.org on 2017/01/25 18:23:05 UTC, 0 replies.
- [04/13] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/25 18:23:06 UTC, 0 replies.
- [05/13] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 18:23:07 UTC, 0 replies.
- [06/13] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 18:23:08 UTC, 0 replies.
- [07/13] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 18:23:09 UTC, 0 replies.
- [08/13] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 18:23:10 UTC, 0 replies.
- [09/13] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 18:23:11 UTC, 0 replies.
- [10/13] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 18:23:12 UTC, 0 replies.
- [11/13] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 18:23:13 UTC, 0 replies.
- [12/13] tinkerpop git commit: TINKERPOP-1612 Configure tests to allow them to pass under new plugins - posted by sp...@apache.org on 2017/01/25 18:23:14 UTC, 0 replies.
- [13/13] tinkerpop git commit: TINKERPOP-1612 Reconfigure some tests for new plugins. - posted by sp...@apache.org on 2017/01/25 18:23:15 UTC, 0 replies.
- tinkerpop git commit: AkkaGraphActors now confgiures the GryoSerializer registration using the ActorProgram getMessageTypes(). - posted by ok...@apache.org on 2017/01/25 20:35:41 UTC, 0 replies.
- tinkerpop git commit: removed the need for the Terminate token. Added a new test case to GraphActorsTest that verifies that message priority is respected. Other minor tweaks. - posted by ok...@apache.org on 2017/01/25 21:15:39 UTC, 0 replies.
- [1/2] tinkerpop git commit: Had to trap an exception better in ServerGremlinExecutor during init CTR - posted by sp...@apache.org on 2017/01/25 21:40:24 UTC, 0 replies.
- tinkerpop git commit: Had to trap an exception better in ServerGremlinExecutor during init CTR - posted by sp...@apache.org on 2017/01/25 21:40:31 UTC, 0 replies.
- tinkerpop git commit: removed the need for Thread.sleep() in one of the GraphActorsTest. - posted by ok...@apache.org on 2017/01/25 21:40:49 UTC, 0 replies.
- [01/12] tinkerpop git commit: Had to trap an exception better in ServerGremlinExecutor during init CTR [Forced Update!] - posted by sp...@apache.org on 2017/01/25 23:12:28 UTC, 0 replies.
- [02/12] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/25 23:12:29 UTC, 2 replies.
- [03/12] tinkerpop git commit: TINKERPOP-1612 Configure tests to allow them to pass under new plugins - posted by sp...@apache.org on 2017/01/25 23:12:30 UTC, 1 replies.
- [04/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 23:12:31 UTC, 1 replies.
- [05/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 23:12:32 UTC, 1 replies.
- [06/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 23:12:33 UTC, 2 replies.
- [07/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 23:12:34 UTC, 2 replies.
- [08/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 23:12:35 UTC, 2 replies.
- [09/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 23:12:36 UTC, 2 replies.
- [10/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/25 23:12:37 UTC, 1 replies.
- [11/12] tinkerpop git commit: TINKERPOP-1612 Reconfigure some tests for new plugins. - posted by sp...@apache.org on 2017/01/25 23:12:38 UTC, 1 replies.
- [12/12] tinkerpop git commit: TINKERPOP-1612 Fixed cut/paste error in server configuration - posted by sp...@apache.org on 2017/01/25 23:12:39 UTC, 1 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1612 Remove references to gremlin-groovy-test in hadoop stuff - posted by sp...@apache.org on 2017/01/26 15:22:29 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-1612 Remove references to gremlin-groovy-test in hadoop stuff - posted by sp...@apache.org on 2017/01/26 15:22:30 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added resource file for GiraphGremlinPlugin CTR - posted by sp...@apache.org on 2017/01/26 15:38:01 UTC, 0 replies.
- tinkerpop git commit: Added resource file for GiraphGremlinPlugin CTR - posted by sp...@apache.org on 2017/01/26 15:38:08 UTC, 0 replies.
- [01/12] tinkerpop git commit: Added resource file for GiraphGremlinPlugin CTR [Forced Update!] - posted by sp...@apache.org on 2017/01/26 15:52:26 UTC, 0 replies.
- [04/12] tinkerpop git commit: TINKERPOP-1612 Reconfigure some tests for new plugins. - posted by sp...@apache.org on 2017/01/26 15:52:29 UTC, 0 replies.
- [05/12] tinkerpop git commit: TINKERPOP-1612 Fixed cut/paste error in server configuration - posted by sp...@apache.org on 2017/01/26 15:52:30 UTC, 0 replies.
- [11/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:52:36 UTC, 0 replies.
- [12/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:52:37 UTC, 0 replies.
- [01/15] tinkerpop git commit: Added resource file for GiraphGremlinPlugin CTR [Forced Update!] - posted by sp...@apache.org on 2017/01/26 15:59:31 UTC, 0 replies.
- [03/15] tinkerpop git commit: TINKERPOP-1612 Fixed cut/paste error in server configuration - posted by sp...@apache.org on 2017/01/26 15:59:33 UTC, 0 replies.
- [04/15] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:59:34 UTC, 1 replies.
- [05/15] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:59:35 UTC, 1 replies.
- [06/15] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:59:36 UTC, 1 replies.
- [07/15] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:59:37 UTC, 1 replies.
- [08/15] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:59:38 UTC, 1 replies.
- [09/15] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:59:39 UTC, 1 replies.
- [10/15] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 15:59:40 UTC, 0 replies.
- [11/15] tinkerpop git commit: TINKERPOP-1612 Configure tests to allow them to pass under new plugins - posted by sp...@apache.org on 2017/01/26 15:59:41 UTC, 1 replies.
- [12/15] tinkerpop git commit: TINKERPOP-1612 Reconfigure some tests for new plugins. - posted by sp...@apache.org on 2017/01/26 15:59:42 UTC, 1 replies.
- [13/15] tinkerpop git commit: TINKERPOP-1612 Remove references to gremlin-groovy-test in hadoop stuff - posted by sp...@apache.org on 2017/01/26 15:59:43 UTC, 1 replies.
- [14/15] tinkerpop git commit: TINKERPOP-1612 Remove references to gremlin-groovy-test in hadoop stuff - posted by sp...@apache.org on 2017/01/26 15:59:44 UTC, 1 replies.
- [15/15] tinkerpop git commit: TINKERPOP-1612 Removed exclusion of commons-lang3 for neo4j - posted by sp...@apache.org on 2017/01/26 15:59:45 UTC, 1 replies.
- [1/2] tinkerpop git commit: Made some improvements to the BindingsGremlinPlugin - posted by sp...@apache.org on 2017/01/26 19:47:35 UTC, 0 replies.
- tinkerpop git commit: Made some improvements to the BindingsGremlinPlugin - posted by sp...@apache.org on 2017/01/26 19:47:47 UTC, 0 replies.
- [01/12] tinkerpop git commit: Made some improvements to the BindingsGremlinPlugin [Forced Update!] - posted by sp...@apache.org on 2017/01/26 19:57:15 UTC, 0 replies.
- [03/12] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 19:57:17 UTC, 0 replies.
- [10/12] tinkerpop git commit: TINKERPOP-1612 Configure tests to allow them to pass under new plugins - posted by sp...@apache.org on 2017/01/26 19:57:24 UTC, 0 replies.
- [01/15] tinkerpop git commit: Made some improvements to the BindingsGremlinPlugin [Forced Update!] - posted by sp...@apache.org on 2017/01/26 19:57:34 UTC, 0 replies.
- [03/15] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/26 19:57:36 UTC, 0 replies.
- [10/15] tinkerpop git commit: TINKERPOP-1612 Fixed cut/paste error in server configuration - posted by sp...@apache.org on 2017/01/26 19:57:43 UTC, 0 replies.
- tinkerpop git commit: Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing is expense and furthermore, for SparkGraphComputer as withou - posted by ok...@apache.org on 2017/01/26 19:58:04 UTC, 0 replies.
- tinkerpop git commit: added a butt load more test cases verifying will crazy corner cases. - posted by ok...@apache.org on 2017/01/26 22:02:10 UTC, 0 replies.
- tinkerpop git commit: done for day. minor clean up push. nothing major. - posted by ok...@apache.org on 2017/01/26 22:10:52 UTC, 0 replies.
- tinkerpop git commit: dah. my last tweak made a buggy. now I'm done for the day. - posted by ok...@apache.org on 2017/01/26 22:18:35 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1612 Removed exclusion of commons-lang3 for neo4j - posted by sp...@apache.org on 2017/01/26 23:16:31 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1612 Remove references to gremlin-groovy-test in hadoop stuff - posted by sp...@apache.org on 2017/01/26 23:16:32 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-1612 Remove references to gremlin-groovy-test in hadoop stuff - posted by sp...@apache.org on 2017/01/26 23:16:33 UTC, 0 replies.
- tinkerpop git commit: I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count() as out().id().dedup().count(). This will constrain - posted by ok...@apache.org on 2017/01/27 13:26:28 UTC, 0 replies.
- tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. - posted by tw...@apache.org on 2017/01/27 14:22:10 UTC, 0 replies.
- tinkerpop git commit: realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can make this work for multi-stages, I renamed the strate - posted by ok...@apache.org on 2017/01/27 18:30:20 UTC, 0 replies.
- tinkerpop git commit: Removed unused and wildcard imports. - posted by tw...@apache.org on 2017/01/27 19:15:31 UTC, 0 replies.
- tinkerpop git commit: Finalized variables and arguments. - posted by tw...@apache.org on 2017/01/27 20:13:36 UTC, 0 replies.
- [1/5] tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. - posted by tw...@apache.org on 2017/01/27 20:58:42 UTC, 0 replies.
- [2/5] tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. - posted by tw...@apache.org on 2017/01/27 20:58:43 UTC, 0 replies.
- [3/5] tinkerpop git commit: Removed unused and wildcard imports. - posted by tw...@apache.org on 2017/01/27 20:58:44 UTC, 0 replies.
- [4/5] tinkerpop git commit: Finalized variables and arguments. - posted by tw...@apache.org on 2017/01/27 20:58:45 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'TINKERPOP-1583' into tp32 - posted by tw...@apache.org on 2017/01/27 20:58:46 UTC, 0 replies.
- [1/6] tinkerpop git commit: I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count() as out().id().dedup().count(). This will cons - posted by ok...@apache.org on 2017/01/27 21:24:43 UTC, 0 replies.
- [2/6] tinkerpop git commit: dah. my last tweak made a buggy. now I'm done for the day. - posted by ok...@apache.org on 2017/01/27 21:24:44 UTC, 0 replies.
- [3/6] tinkerpop git commit: Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing is expense and furthermore, for SparkGraphComputer as - posted by ok...@apache.org on 2017/01/27 21:24:45 UTC, 0 replies.
- [4/6] tinkerpop git commit: added a butt load more test cases verifying will crazy corner cases. - posted by ok...@apache.org on 2017/01/27 21:24:46 UTC, 0 replies.
- [5/6] tinkerpop git commit: done for day. minor clean up push. nothing major. - posted by ok...@apache.org on 2017/01/27 21:24:47 UTC, 0 replies.
- [6/6] tinkerpop git commit: realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can make this work for multi-stages, I renamed the - posted by ok...@apache.org on 2017/01/27 21:24:48 UTC, 0 replies.
- [01/12] tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. - posted by ok...@apache.org on 2017/01/27 21:25:03 UTC, 0 replies.
- [02/12] tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. - posted by ok...@apache.org on 2017/01/27 21:25:04 UTC, 0 replies.
- [03/12] tinkerpop git commit: Removed unused and wildcard imports. - posted by ok...@apache.org on 2017/01/27 21:25:05 UTC, 0 replies.
- [04/12] tinkerpop git commit: Finalized variables and arguments. - posted by ok...@apache.org on 2017/01/27 21:25:06 UTC, 0 replies.
- [05/12] tinkerpop git commit: Merge branch 'TINKERPOP-1583' into tp32 - posted by ok...@apache.org on 2017/01/27 21:25:07 UTC, 0 replies.
- [06/12] tinkerpop git commit: Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing is expense and furthermore, for SparkGraphComputer a - posted by ok...@apache.org on 2017/01/27 21:25:08 UTC, 0 replies.
- [07/12] tinkerpop git commit: added a butt load more test cases verifying will crazy corner cases. - posted by ok...@apache.org on 2017/01/27 21:25:09 UTC, 0 replies.
- [08/12] tinkerpop git commit: done for day. minor clean up push. nothing major. - posted by ok...@apache.org on 2017/01/27 21:25:10 UTC, 0 replies.
- [09/12] tinkerpop git commit: dah. my last tweak made a buggy. now I'm done for the day. - posted by ok...@apache.org on 2017/01/27 21:25:11 UTC, 0 replies.
- [10/12] tinkerpop git commit: I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count() as out().id().dedup().count(). This will co - posted by ok...@apache.org on 2017/01/27 21:25:12 UTC, 0 replies.
- [11/12] tinkerpop git commit: realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can make this work for multi-stages, I renamed th - posted by ok...@apache.org on 2017/01/27 21:25:13 UTC, 0 replies.
- [12/12] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2017/01/27 21:25:14 UTC, 0 replies.
- [1/6] tinkerpop git commit: updated doc for ssl client auth - posted by rd...@apache.org on 2017/01/27 21:28:00 UTC, 0 replies.
- [2/6] tinkerpop git commit: Support SSL client auth - posted by rd...@apache.org on 2017/01/27 21:28:01 UTC, 0 replies.
- [3/6] tinkerpop git commit: added tests - posted by rd...@apache.org on 2017/01/27 21:28:02 UTC, 0 replies.
- [4/6] tinkerpop git commit: updated docs - posted by rd...@apache.org on 2017/01/27 21:28:03 UTC, 0 replies.
- [5/6] tinkerpop git commit: format, organize imports only - posted by rd...@apache.org on 2017/01/27 21:28:04 UTC, 0 replies.
- [1/5] tinkerpop git commit: updated doc for ssl client auth - posted by rd...@apache.org on 2017/01/27 21:28:18 UTC, 0 replies.
- [2/5] tinkerpop git commit: Support SSL client auth - posted by rd...@apache.org on 2017/01/27 21:28:19 UTC, 0 replies.
- [3/5] tinkerpop git commit: updated docs - posted by rd...@apache.org on 2017/01/27 21:28:20 UTC, 0 replies.
- [4/5] tinkerpop git commit: added tests - posted by rd...@apache.org on 2017/01/27 21:28:21 UTC, 0 replies.
- [5/5] tinkerpop git commit: format, organize imports only - posted by rd...@apache.org on 2017/01/27 21:28:22 UTC, 0 replies.
- [01/29] tinkerpop git commit: Updated the closeness and betweeness centrality recipes. [Forced Update!] - posted by rd...@apache.org on 2017/01/27 21:29:52 UTC, 0 replies.
- [02/29] tinkerpop git commit: Fixed up betweeness graphic based on the revised example. - posted by rd...@apache.org on 2017/01/27 21:29:53 UTC, 0 replies.
- [03/29] tinkerpop git commit: Fixed up betweeness example graphic - for real this time. - posted by rd...@apache.org on 2017/01/27 21:29:54 UTC, 0 replies.
- [04/29] tinkerpop git commit: TINKERPOP-1433 CTR: added release manager key setup docs. - posted by rd...@apache.org on 2017/01/27 21:29:55 UTC, 0 replies.
- [05/29] tinkerpop git commit: Merge branch 'centrality-recipes' into tp32 - posted by rd...@apache.org on 2017/01/27 21:29:56 UTC, 0 replies.
- [06/29] tinkerpop git commit: Some minor fixes to plugin infrastructure - posted by rd...@apache.org on 2017/01/27 21:29:57 UTC, 0 replies.
- [07/29] tinkerpop git commit: GremlinExecutor wasn't constructing plugins properly - posted by rd...@apache.org on 2017/01/27 21:29:58 UTC, 0 replies.
- [08/29] tinkerpop git commit: Sessions were not constucting GremlinExecutor with new plugin system CTR - posted by rd...@apache.org on 2017/01/27 21:29:59 UTC, 0 replies.
- [09/29] tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. - posted by rd...@apache.org on 2017/01/27 21:30:00 UTC, 0 replies.
- [10/29] tinkerpop git commit: Fixed a gremlin server bug with global bindings - posted by rd...@apache.org on 2017/01/27 21:30:01 UTC, 0 replies.
- [11/29] tinkerpop git commit: Fixed how plugins are bound to a scriptengine. - posted by rd...@apache.org on 2017/01/27 21:30:02 UTC, 0 replies.
- [12/29] tinkerpop git commit: Had to trap an exception better in ServerGremlinExecutor during init CTR - posted by rd...@apache.org on 2017/01/27 21:30:03 UTC, 0 replies.
- [13/29] tinkerpop git commit: Added resource file for GiraphGremlinPlugin CTR - posted by rd...@apache.org on 2017/01/27 21:30:04 UTC, 0 replies.
- [14/29] tinkerpop git commit: Made some improvements to the BindingsGremlinPlugin - posted by rd...@apache.org on 2017/01/27 21:30:05 UTC, 0 replies.
- [15/29] tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. - posted by rd...@apache.org on 2017/01/27 21:30:06 UTC, 0 replies.
- [16/29] tinkerpop git commit: Removed unused and wildcard imports. - posted by rd...@apache.org on 2017/01/27 21:30:07 UTC, 0 replies.
- [17/29] tinkerpop git commit: Finalized variables and arguments. - posted by rd...@apache.org on 2017/01/27 21:30:08 UTC, 0 replies.
- [18/29] tinkerpop git commit: Merge branch 'TINKERPOP-1583' into tp32 - posted by rd...@apache.org on 2017/01/27 21:30:09 UTC, 0 replies.
- [19/29] tinkerpop git commit: I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count() as out().id().dedup().count(). This will co - posted by rd...@apache.org on 2017/01/27 21:30:10 UTC, 0 replies.
- [20/29] tinkerpop git commit: Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing is expense and furthermore, for SparkGraphComputer a - posted by rd...@apache.org on 2017/01/27 21:30:11 UTC, 0 replies.
- [21/29] tinkerpop git commit: added a butt load more test cases verifying will crazy corner cases. - posted by rd...@apache.org on 2017/01/27 21:30:12 UTC, 0 replies.
- [22/29] tinkerpop git commit: dah. my last tweak made a buggy. now I'm done for the day. - posted by rd...@apache.org on 2017/01/27 21:30:13 UTC, 0 replies.
- [23/29] tinkerpop git commit: done for day. minor clean up push. nothing major. - posted by rd...@apache.org on 2017/01/27 21:30:14 UTC, 0 replies.
- [24/29] tinkerpop git commit: realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can make this work for multi-stages, I renamed th - posted by rd...@apache.org on 2017/01/27 21:30:15 UTC, 0 replies.
- [25/29] tinkerpop git commit: updated doc for ssl client auth - posted by rd...@apache.org on 2017/01/27 21:30:16 UTC, 0 replies.
- [26/29] tinkerpop git commit: Support SSL client auth - posted by rd...@apache.org on 2017/01/27 21:30:17 UTC, 0 replies.
- [27/29] tinkerpop git commit: updated docs - posted by rd...@apache.org on 2017/01/27 21:30:18 UTC, 0 replies.
- [28/29] tinkerpop git commit: format, organize imports only - posted by rd...@apache.org on 2017/01/27 21:30:19 UTC, 0 replies.
- [29/29] tinkerpop git commit: added tests - posted by rd...@apache.org on 2017/01/27 21:30:20 UTC, 0 replies.
- tinkerpop git commit: Update to test to account for new OptionalStep CTR - posted by tw...@apache.org on 2017/01/27 22:55:58 UTC, 0 replies.
- svn commit: r1780809 - in /tinkerpop/site: docs/ docs/3.1.6-SNAPSHOT/dev/developer/ docs/3.1.6-SNAPSHOT/dev/provider/ docs/3.1.6-SNAPSHOT/reference/ docs/3.1.6-SNAPSHOT/tutorials/the-gremlin-console/ docs/3.1.6-SNAPSHOT/upgrade/ javadocs/ javadocs/3.1.... - posted by tw...@apache.org on 2017/01/29 15:33:39 UTC, 0 replies.
- [1/3] tinkerpop git commit: remove tests from setup.py - posted by sp...@apache.org on 2017/01/30 11:37:17 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'pr-553' into tp32 - posted by sp...@apache.org on 2017/01/30 11:37:18 UTC, 0 replies.
- [1/2] tinkerpop git commit: remove tests from setup.py - posted by sp...@apache.org on 2017/01/30 11:37:25 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'pr-553' into tp32 - posted by sp...@apache.org on 2017/01/30 11:37:26 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1560 Used ManagedConcurrentValueMap in GremlinGroovyClassLoader - posted by sp...@apache.org on 2017/01/30 12:50:17 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1560' into tp32 - posted by sp...@apache.org on 2017/01/30 12:50:18 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1560 Used ManagedConcurrentValueMap in GremlinGroovyClassLoader - posted by sp...@apache.org on 2017/01/30 12:50:27 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1560' into tp32 - posted by sp...@apache.org on 2017/01/30 12:50:28 UTC, 0 replies.
- [1/4] tinkerpop git commit: Fix the serializers lookup to handle the type first, then the class inheritance. - posted by sp...@apache.org on 2017/01/30 16:19:37 UTC, 0 replies.
- [2/4] tinkerpop git commit: removed unuseful type check in Int32IO class - posted by sp...@apache.org on 2017/01/30 16:19:38 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'pr-551' into tp32 - posted by sp...@apache.org on 2017/01/30 16:19:39 UTC, 0 replies.
- [1/3] tinkerpop git commit: Fix the serializers lookup to handle the type first, then the class inheritance. - posted by sp...@apache.org on 2017/01/30 16:19:46 UTC, 0 replies.
- [2/3] tinkerpop git commit: removed unuseful type check in Int32IO class - posted by sp...@apache.org on 2017/01/30 16:19:47 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'pr-551' into tp32 - posted by sp...@apache.org on 2017/01/30 16:19:48 UTC, 0 replies.
- [1/7] tinkerpop git commit: fixed testing url - posted by da...@apache.org on 2017/01/30 18:00:28 UTC, 0 replies.
- [2/7] tinkerpop git commit: added fixtures, spruced up the driver tests a bit - posted by da...@apache.org on 2017/01/30 18:00:29 UTC, 0 replies.
- [3/7] tinkerpop git commit: fixed error handling for read task, using read task as done future on resultset - posted by da...@apache.org on 2017/01/30 18:00:30 UTC, 0 replies.
- [4/7] tinkerpop git commit: added example driver code to branch corresponding to JIRA issue - posted by da...@apache.org on 2017/01/30 18:00:31 UTC, 0 replies.
- [5/7] tinkerpop git commit: updated traversal source code generator - posted by da...@apache.org on 2017/01/30 18:00:32 UTC, 0 replies.
- [6/7] tinkerpop git commit: fixed test that was failing due to unordered nature of dict - posted by da...@apache.org on 2017/01/30 18:00:33 UTC, 0 replies.
- [7/7] tinkerpop git commit: added author attribution for consistency - posted by da...@apache.org on 2017/01/30 18:00:34 UTC, 0 replies.
- tinkerpop git commit: added a setter for side effects, properties need to be reviewed - posted by da...@apache.org on 2017/01/30 18:08:02 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1612 Removed mode for old plugin system in console - posted by sp...@apache.org on 2017/01/30 19:39:27 UTC, 0 replies.
- tinkerpop git commit: fixed accidental change of port number - posted by da...@apache.org on 2017/01/30 20:00:52 UTC, 0 replies.
- [1/2] tinkerpop git commit: HADOOP_GREMLIN_LIBS does not need "spark" - posted by sp...@apache.org on 2017/01/30 20:11:23 UTC, 0 replies.
- tinkerpop git commit: HADOOP_GREMLIN_LIBS does not need "spark" - posted by sp...@apache.org on 2017/01/30 20:11:35 UTC, 0 replies.
- [01/45] tinkerpop git commit: TINKERPOP-1560 Used ManagedConcurrentValueMap in GremlinGroovyClassLoader [Forced Update!] - posted by sp...@apache.org on 2017/01/30 20:39:15 UTC, 0 replies.
- [02/45] tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. - posted by sp...@apache.org on 2017/01/30 20:39:16 UTC, 0 replies.
- [03/45] tinkerpop git commit: Fix the serializers lookup to handle the type first, then the class inheritance. - posted by sp...@apache.org on 2017/01/30 20:39:17 UTC, 0 replies.
- [04/45] tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. - posted by sp...@apache.org on 2017/01/30 20:39:18 UTC, 0 replies.
- [05/45] tinkerpop git commit: removed unuseful type check in Int32IO class - posted by sp...@apache.org on 2017/01/30 20:39:19 UTC, 0 replies.
- [06/45] tinkerpop git commit: Removed unused and wildcard imports. - posted by sp...@apache.org on 2017/01/30 20:39:20 UTC, 0 replies.
- [07/45] tinkerpop git commit: Finalized variables and arguments. - posted by sp...@apache.org on 2017/01/30 20:39:21 UTC, 0 replies.
- [08/45] tinkerpop git commit: Merge branch 'TINKERPOP-1583' into tp32 - posted by sp...@apache.org on 2017/01/30 20:39:22 UTC, 0 replies.
- [09/45] tinkerpop git commit: remove tests from setup.py - posted by sp...@apache.org on 2017/01/30 20:39:23 UTC, 0 replies.
- [10/45] tinkerpop git commit: I just made SingleIterationStrategy a whole lot smarter. Not only is the code simpler with less checks, we now support out().count() -> out().id().count() and out().dedup().count() as out().id().dedup().count(). This will co - posted by sp...@apache.org on 2017/01/30 20:39:24 UTC, 0 replies.
- [11/45] tinkerpop git commit: dah. my last tweak made a buggy. now I'm done for the day. - posted by sp...@apache.org on 2017/01/30 20:39:25 UTC, 0 replies.
- [12/45] tinkerpop git commit: added a butt load more test cases verifying will crazy corner cases. - posted by sp...@apache.org on 2017/01/30 20:39:26 UTC, 0 replies.
- [13/45] tinkerpop git commit: Added SingleIterationStrategy which is able to rewrite a set of traversals to not use message passing in OLAP. This is signficant for all GraphComputers as message passing is expense and furthermore, for SparkGraphComputer a - posted by sp...@apache.org on 2017/01/30 20:39:27 UTC, 0 replies.
- [14/45] tinkerpop git commit: done for day. minor clean up push. nothing major. - posted by sp...@apache.org on 2017/01/30 20:39:28 UTC, 0 replies.
- [15/45] tinkerpop git commit: realize that we can generalized SingleIterationStrategy to 1) work with GraphActors and 2) work at every walk-step. Thus, given that GraphActors isn't about Iterations and we can make this work for multi-stages, I renamed th - posted by sp...@apache.org on 2017/01/30 20:39:29 UTC, 0 replies.
- [16/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/30 20:39:30 UTC, 0 replies.
- [17/45] tinkerpop git commit: Support SSL client auth - posted by sp...@apache.org on 2017/01/30 20:39:31 UTC, 0 replies.
- [18/45] tinkerpop git commit: updated doc for ssl client auth - posted by sp...@apache.org on 2017/01/30 20:39:32 UTC, 0 replies.
- [19/45] tinkerpop git commit: format, organize imports only - posted by sp...@apache.org on 2017/01/30 20:39:33 UTC, 0 replies.
- [20/45] tinkerpop git commit: added tests - posted by sp...@apache.org on 2017/01/30 20:39:34 UTC, 0 replies.
- [21/45] tinkerpop git commit: updated docs - posted by sp...@apache.org on 2017/01/30 20:39:35 UTC, 0 replies.
- [22/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/30 20:39:36 UTC, 0 replies.
- [23/45] tinkerpop git commit: Update to test to account for new OptionalStep CTR - posted by sp...@apache.org on 2017/01/30 20:39:37 UTC, 0 replies.
- [24/45] tinkerpop git commit: Merge branch 'pr-553' into tp32 - posted by sp...@apache.org on 2017/01/30 20:39:38 UTC, 0 replies.
- [25/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/30 20:39:39 UTC, 0 replies.
- [26/45] tinkerpop git commit: Merge branch 'TINKERPOP-1560' into tp32 - posted by sp...@apache.org on 2017/01/30 20:39:40 UTC, 0 replies.
- [27/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/30 20:39:41 UTC, 0 replies.
- [28/45] tinkerpop git commit: Merge branch 'pr-551' into tp32 - posted by sp...@apache.org on 2017/01/30 20:39:42 UTC, 0 replies.
- [29/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/30 20:39:43 UTC, 0 replies.
- [30/45] tinkerpop git commit: HADOOP_GREMLIN_LIBS does not need "spark" - posted by sp...@apache.org on 2017/01/30 20:39:44 UTC, 0 replies.
- [31/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/01/30 20:39:45 UTC, 0 replies.
- [32/45] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/30 20:39:46 UTC, 0 replies.
- [33/45] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/30 20:39:47 UTC, 0 replies.
- [34/45] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/30 20:39:48 UTC, 0 replies.
- [35/45] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/30 20:39:49 UTC, 0 replies.
- [36/45] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/30 20:39:50 UTC, 0 replies.
- [37/45] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/30 20:39:51 UTC, 0 replies.
- [38/45] tinkerpop git commit: TINKERPOP-1612 WIP - first step to removal of gremlin-groovy-test - posted by sp...@apache.org on 2017/01/30 20:39:52 UTC, 0 replies.
- [39/45] tinkerpop git commit: TINKERPOP-1612 Remove references to gremlin-groovy-test in hadoop stuff - posted by sp...@apache.org on 2017/01/30 20:39:53 UTC, 0 replies.
- [40/45] tinkerpop git commit: TINKERPOP-1612 Remove references to gremlin-groovy-test in hadoop stuff - posted by sp...@apache.org on 2017/01/30 20:39:54 UTC, 0 replies.
- [41/45] tinkerpop git commit: TINKERPOP-1612 Configure tests to allow them to pass under new plugins - posted by sp...@apache.org on 2017/01/30 20:39:55 UTC, 0 replies.
- [42/45] tinkerpop git commit: TINKERPOP-1612 Fixed cut/paste error in server configuration - posted by sp...@apache.org on 2017/01/30 20:39:56 UTC, 0 replies.
- [43/45] tinkerpop git commit: TINKERPOP-1612 Removed mode for old plugin system in console - posted by sp...@apache.org on 2017/01/30 20:39:57 UTC, 0 replies.
- [44/45] tinkerpop git commit: TINKERPOP-1612 Reconfigure some tests for new plugins. - posted by sp...@apache.org on 2017/01/30 20:39:58 UTC, 0 replies.
- [45/45] tinkerpop git commit: TINKERPOP-1612 Removed exclusion of commons-lang3 for neo4j - posted by sp...@apache.org on 2017/01/30 20:39:59 UTC, 0 replies.
- tinkerpop git commit: added code for new driver, updated driver tests - posted by da...@apache.org on 2017/01/30 22:22:58 UTC, 0 replies.
- [1/2] tinkerpop git commit: a couple small fixes in tests - posted by da...@apache.org on 2017/01/31 01:07:26 UTC, 0 replies.
- [2/2] tinkerpop git commit: make sure to close manually created (not fixture) remote connection - posted by da...@apache.org on 2017/01/31 01:07:27 UTC, 0 replies.
- tinkerpop git commit: Added a note about spark and HADOOP_GREMLIN_LIBS CTR - posted by sp...@apache.org on 2017/01/31 13:35:55 UTC, 0 replies.
- tinkerpop git commit: updated CHANGELOG -- had a repeated entry. CTR. - posted by ok...@apache.org on 2017/01/31 13:59:36 UTC, 0 replies.
- tinkerpop git commit: found some minor bugs in the docs. tweaked. CTR. - posted by ok...@apache.org on 2017/01/31 14:42:19 UTC, 0 replies.
- tinkerpop git commit: fixtures should test for subclasses of OSError (ConnectionError, ConnectionRefusedError etc.) - posted by da...@apache.org on 2017/01/31 15:44:14 UTC, 0 replies.