You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by isper3at <gi...@git.apache.org> on 2018/10/03 21:29:42 UTC

[GitHub] incubator-rya pull request #306: Repsynch updating child

GitHub user isper3at opened a pull request:

    https://github.com/apache/incubator-rya/pull/306

    Repsynch updating child

    ## Description
    >What Changed?
    
    Each type of rep/synch is its own runnable now to be more thread safe.
    A GUI tool was created as an entry point into rep/synch instead of CLI.
    
    ### Tests
    >Coverage?
    
    updated the tests.
    
    ### Links
    
    ### Checklist
    - [ ] Code Review
    - [x] Squash Commits
    
    #### People To Reivew
    @kchilton2 
    @pujav65 
    @ejwhite922 


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

    $ git pull https://github.com/isper3at/incubator-rya repsynch_updatingChild

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

    https://github.com/apache/incubator-rya/pull/306.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 #306
    
----
commit 04a4910ee01d924abb3f1ac187a666f3a2433a6f
Author: Andrew Smith <sm...@...>
Date:   2018-06-26T16:38:34Z

    Fixes made the Merge Tool
    
    Conflicts:
    	dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRyaDAO.java
    	extras/rya.export/export.client/src/main/java/org/apache/rya/export/client/MergeDriverClient.java
    	extras/rya.export/export.client/src/main/java/org/apache/rya/export/client/conf/MergeConfigHadoopAdapter.java
    	extras/rya.export/export.client/src/main/java/org/apache/rya/export/client/merge/MemoryTimeMerger.java

commit c6dbc8ce21fc33d613076aa148f6a8dbd24f3438
Author: Andrew Smith <sm...@...>
Date:   2018-09-18T19:21:57Z

    Add rep-synch functionality
    
    The parent can now refresh/synch the child.
    Added GUI entry point into the rep/synch tool.
    The functionality is now more thread safe.

----


---

[GitHub] incubator-rya issue #306: Repsynch updating child

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/306
  
    
    Refer to this link for build results (access rights to CI server needed): 
    https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/783/<h2>Build result: FAILURE</span></h2>[...truncated 533.66 KB...][INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 13:26 min[INFO] Finished at: 2018-10-03T22:33:06+00:00[INFO] Final Memory: 194M/2691M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project rya.indexing: Compilation failure[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/src/main/java/org/apache/rya/sail/config/RyaSailFactory.java:[92,111] cannot find symbol[ERROR] symbol:   variable RYA_INSTANCE_NAME[ERROR] location: class org.apache.rya.mongodb.MongoDBRdfConfiguration[ERROR] -> [Help 1][ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with th
 e -e switch.[ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException[ERROR] [ERROR] After correcting the problems, you can resume the build with the command[ERROR]   mvn <goals> -rf :rya.indexingchannel stoppedSetting status of c6dbc8ce21fc33d613076aa148f6a8dbd24f3438 to FAILURE with url https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/783/ and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



---

[GitHub] incubator-rya pull request #306: Repsynch updating child

Posted by isper3at <gi...@git.apache.org>.
Github user isper3at closed the pull request at:

    https://github.com/apache/incubator-rya/pull/306


---