Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Release 1.2 #23

Open
wants to merge 16 commits into
base: trunk
Choose a base branch
from
Open

Release 1.2 #23

wants to merge 16 commits into from

Commits on Jul 13, 2016

  1. Preparing for release

    Sergey Edunov committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    fd96226 View commit details
    Browse the repository at this point in the history
  2. Finbugs issues. Preparing for release

    Sergey Edunov committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    da11fb3 View commit details
    Browse the repository at this point in the history
  3. [GIRAPH-1091] Fix SimpleRangePartitionFactoryTest

    Summary: SimpleRangePartitionFactoryTest relied on old logic for calculating number of partitions and got broken with GIRAPH-1082.
    
    Test Plan: Ran the test
    
    Differential Revision: https://reviews.facebook.net/D60747
    Maja Kabiljo authored and Sergey Edunov committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    26509d6 View commit details
    Browse the repository at this point in the history
  4. GIRAPH-1092 TestCollections.testLargeBasicList fails with OOM

    Summary: This test case requires too much memory to run in Jenkins. Talked to Sergey Pupyrev and we decided to disable it.
    
    Test Plan: none
    
    Reviewers: majakabiljo, maja.kabiljo, spupyrev
    
    Reviewed By: spupyrev
    
    Differential Revision: https://reviews.facebook.net/D60753
    Sergey Edunov committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    3c93379 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. [GIRAPH-1095] Performance regression after GIRAPH-1068

    Summary: Need to pass some missing parameters to zookeeper
    
    Test Plan: run a few jobs
    
    Reviewers: dionysis.logothetis, heslami, majakabiljo, maja.kabiljo
    
    Reviewed By: maja.kabiljo
    
    Differential Revision: https://reviews.facebook.net/D60831
    Sergey Edunov committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    df8f128 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. GIRAPH-1097 Fix TestOutOfCore.testOutOfCoreLocalDiskAccessor

    Summary:
    On my laptop it failed because of an NPE in WorkerSuperstepMetrics.
    I tracked it down and found that it is triggered from the branch of code that prints out metrics. We don't normally print out metrics in unit tests, so I'd expect this feature doesn't exist or not functional in hadoop_1. I'll try to disable it, to see how jenkins reacts.
    
    Test Plan:  mvn test -pl giraph-examples -am -Dtest=TestOutOfCore -DfailIfNoTests=false -Phadoop_1
    
    Reviewers: maja.kabiljo, dionysis.logothetis, heslami
    
    Reviewed By: heslami
    
    Differential Revision: https://reviews.facebook.net/D60873
    Sergey Edunov committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    1fb6a5c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. GIRAPH-1105: Fix number of open requests in FacebookConfiguration

    Test Plan: This was significantly better in some experiments, but we can investigate more in the future
    
    Differential Revision: https://reviews.facebook.net/D62019
    Maja Kabiljo authored and Sergey Edunov committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    3da24f1 View commit details
    Browse the repository at this point in the history
  2. Fixing Giraph pom.xml to reflect new project committers

    Summary:
    Fixed the list of project committers. Please review your information and let me know if I should change anything.
    
    This will be the first diff that I'll be committing all by myself, more like a test to see my username is gone through Apache's internal :-)
    
    Test Plan: N/A
    
    Reviewers: ikabiljo, pavanka, avery.ching, sergey.edunov
    
    Reviewed By: sergey.edunov
    
    Differential Revision: https://reviews.facebook.net/D61197
    heslami authored and Sergey Edunov committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    13b8559 View commit details
    Browse the repository at this point in the history
  3. GIRAPH-1098 Job may get stuck if zookeeper port fixed and is in use

    Test Plan: mvn clean verify -Phadoop_facebook
    
    Reviewers: majakabiljo, dionysis.logothetis, maja.kabiljo
    
    Reviewed By: maja.kabiljo
    
    Differential Revision: https://reviews.facebook.net/D60945
    Sergey Edunov committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    7e9ba53 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. hbase_fix

    Sergey Edunov committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    931d198 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. GIRAPH-1094 Remove hbase from hadoop_1

    Summary: Hadoop_1 and current versions of hbase are incompatible. Removing support for HBASE from Hadoop_1 profile
    
    Test Plan: mvn clean package -Phadoop_1 -fae
    
    Reviewers: majakabiljo, maja.kabiljo, dionysis.logothetis
    
    Reviewed By: maja.kabiljo, dionysis.logothetis
    
    Differential Revision: https://reviews.facebook.net/D64197
    Sergey Edunov committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    1bb23df View commit details
    Browse the repository at this point in the history
  2. GIRAPH-1094 remove hbase1 from distribution for hadoop_1

    Summary: Missed that part in the last diff.
    
    Test Plan:
    mvn clean package -Phadoop_2 -fae
    then checked that giraph-hbase.jar is in the distribution
    
    mvn clean package -Phadoop_1 -fae
    then checked that giraph-hbase.jar is not in the distribution
    
    Reviewers: maja.kabiljo, majakabiljo, dionysis.logothetis
    
    Reviewed By: dionysis.logothetis
    
    Differential Revision: https://reviews.facebook.net/D64203
    Sergey Edunov committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    3f331ba View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Update version to 1.2.0

    Sergey Edunov committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    7a38416 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. GIRAPH-1118 - Giraph-gora and Giraph-rexster test cases fail in rele…

    …ase-1.2
    
    Test Plan:
    mvn clean verify -Phadoop_facebook
    mvn clean install -Phadoop_1
    mvn clean install -Phadoop_2
    
    Reviewers: majakabiljo, dionysis.logothetis, maja.kabiljo
    
    Reviewed By: maja.kabiljo
    
    Differential Revision: https://reviews.facebook.net/D64683
    Sergey Edunov committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    7ea6144 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. GIRAPH-1118 - Giraph-gora and Giraph-rexster test cases fail in relea…

    …se-1.2
    
    Test Plan:
    mvn clean verify -Phadoop_facebook
    rm -rf ~/.m2/repository/org/apache/giraph
    mvn clean install -Phadoop_1
    rm -rf ~/.m2/repository/org/apache/giraph
    mvn clean install -Phadoop_2
    
    Reviewers: maja.kabiljo, majakabiljo, dionysis.logothetis
    
    Reviewed By: dionysis.logothetis
    
    Differential Revision: https://reviews.facebook.net/D64719
    Sergey Edunov committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    0cab55b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Fixing RAT checks for Apache Giraph release

    Test Plan:
    mvn apache-rat:check -Phadoop_2
    mvn apache-rat:check -Phadoop_1
    mvn clean verify -Phadoop_facebook
    
    Reviewers: maja.kabiljo, majakabiljo, dionysis.logothetis
    
    Reviewed By: dionysis.logothetis
    
    Differential Revision: https://reviews.facebook.net/D64917
    Sergey Edunov committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    1931632 View commit details
    Browse the repository at this point in the history