GitHub user dkuppitz opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/133

    TINKERPOP3-904: BulkLoaderVertexProgram optimizations

    `BulkLoaderVertexProgram` now uses `EventStrategy` to monitor what the 
underlying `BulkLoader` implementation does (e.g. whether it creates a new 
vertex or returns an existing). This way we don't need modify method signatures 
and introduce breaking changes.
    
    Full integrations testsuite passed*
    
    VOTE: +1
    
    _* I had to exclude Giraph integration tests, since it no longer works on 
my machine_

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP3-904

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/133.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #133
    
----
commit 8b8222da7fed57fa1e7e0232ab788944716404f7
Author: Daniel Kuppitz <[email protected]>
Date:   2015-11-03T14:14:12Z

    Optimized BLVP
    
    BLVP now uses EventStrategy to monitor what the actual BulkLoader 
implementation does (e.g. whether it creates a new vertex or just returns an 
existing one).

commit 2a4b4ac67f4b1770a2ad69566fb819e42f312b07
Author: Daniel Kuppitz <[email protected]>
Date:   2015-11-03T16:48:56Z

    Merge branch 'master' into TINKERPOP3-904

commit 63c8cb87572ab2b6b3b3e386c5326edca017421e
Author: Daniel Kuppitz <[email protected]>
Date:   2015-11-03T16:52:31Z

    updated CHANGELOG

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to