Rescinding my -1 vote. Josh helped me figure this one out on IRC. There used to be a tag named 1.6.1-rc1. That no longer exists at apache repo, now there is a branch called 1.6.1-rc. I had both the old tag and the new branch, git was taking the tag. git fetch --prune did not remove the tag, I had to manually remove it.
When I compare src tar to correct branch, no diffs. On Wed, Sep 24, 2014 at 10:53 AM, Keith Turner <[email protected]> wrote: > -1 > > GOOD > > Sigs and hashes for bin.tar.gz and src.tar.gz look good > Successfully ran mutslam[1] against 1.6.1 rc1, using staging repo. > Ci w/ Agitation verify ran successfully. Env hadoop 2.3.0, ZK 3.4.5, > Centos 6, 20 node EC2. 17B ingested. > > [1]: https://github.com/keith-turner/mutslam > > BAD > > I am seeing differences between the src tar ball and the tag. Can anyone > else confirm? > > > [git]$ tar xzf accumulo-1.6.1-src.tar.gz > [git]$ md5sum accumulo-1.6.1-src.tar.gz > c9f0c51e97cb6ec6cb55190abfbd9aff accumulo-1.6.1-src.tar.gz > [git]$ cd accumulo > [accumulo]$ git status > # HEAD detached at 1.6.1-rc1 > nothing to commit, working directory clean > [accumulo]$ git clean -xfd > [accumulo]$ git log | head > commit 93d1cbe3663014286219ebe6fd6d594bbd90667b > Author: Corey J. Nolet <[email protected]> > Date: Fri Sep 19 00:45:07 2014 -0400 > > [maven-release-plugin] prepare release 1.6.1 > > commit ddd2c3bc098531d8dadee1b5142cfb80c50f4c41 > Author: Corey J. Nolet <[email protected]> > Date: Thu Sep 18 20:11:41 2014 -0400 > > [accumulo]$ cd .. > [git]$ diff -r -q accumulo accumulo-1.6.1 | fgrep -v .git > Files accumulo/CHANGES and accumulo-1.6.1/CHANGES differ > Files > accumulo/minicluster/src/main/java/org/apache/accumulo/minicluster/impl/MiniAccumuloConfigImpl.java > and > accumulo-1.6.1/minicluster/src/main/java/org/apache/accumulo/minicluster/impl/MiniAccumuloConfigImpl.java > differ > Files > accumulo/minicluster/src/test/java/org/apache/accumulo/minicluster/MiniAccumuloClusterTest.java > and > accumulo-1.6.1/minicluster/src/test/java/org/apache/accumulo/minicluster/MiniAccumuloClusterTest.java > differ > Files > accumulo/server/monitor/src/main/java/org/apache/accumulo/monitor/Monitor.java > and > accumulo-1.6.1/server/monitor/src/main/java/org/apache/accumulo/monitor/Monitor.java > differ > Files > accumulo/server/monitor/src/main/java/org/apache/accumulo/monitor/servlets/ScanServlet.java > and > accumulo-1.6.1/server/monitor/src/main/java/org/apache/accumulo/monitor/servlets/ScanServlet.java > differ > Files > accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/Tablet.java > and > accumulo-1.6.1/server/tserver/src/main/java/org/apache/accumulo/tserver/Tablet.java > differ > Files > accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java > and > accumulo-1.6.1/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java > differ > Files > accumulo/test/src/test/java/org/apache/accumulo/test/functional/HalfDeadTServerIT.java > and > accumulo-1.6.1/test/src/test/java/org/apache/accumulo/test/functional/HalfDeadTServerIT.java > differ > Files accumulo/test/system/continuous/continuous-env.sh.example and > accumulo-1.6.1/test/system/continuous/continuous-env.sh.example differ > > On Fri, Sep 19, 2014 at 10:49 PM, Corey Nolet <[email protected]> wrote: > >> Devs, >> >> Please consider the following candidate for Apache Accumulo 1.6.1 >> >> Branch: 1.6.1-rc1 >> SHA1: 88c5473b3b49d797d3dabebd12fe517e9b248ba2 >> Staging Repository: >> * >> https://repository.apache.org/content/repositories/orgapacheaccumulo-1017/ >> < >> https://repository.apache.org/content/repositories/orgapacheaccumulo-1017/ >> >* >> >> Source tarball: >> * >> http://repository.apache.org/content/repositories/orgapacheaccumulo-1017/org/apache/accumulo/accumulo/1.6.1/accumulo-1.6.1-src.tar.gz >> < >> http://repository.apache.org/content/repositories/orgapacheaccumulo-1017/org/apache/accumulo/accumulo/1.6.1/accumulo-1.6.1-src.tar.gz >> >* >> Binary tarball: >> * >> http://repository.apache.org/content/repositories/orgapacheaccumulo-1017/org/apache/accumulo/accumulo/1.6.1/accumulo-1.6.1-bin.tar.gz >> < >> http://repository.apache.org/content/repositories/orgapacheaccumulo-1017/org/apache/accumulo/accumulo/1.6.1/accumulo-1.6.1-bin.tar.gz >> >* >> (Append ".sha1", ".md5" or ".asc" to download the signature/hash for a >> given artifact.) >> >> Signing keys available at: https://www.apache.org/dist/accumulo/KEYS >> >> Over 1.6.1, we have 188 issues resolved >> * >> https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=CHANGES;h=91b9d31e3b9dc53f1a576cc49bbc061919eb0070;hb=1.6.1-rc1 >> < >> https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=CHANGES;h=91b9d31e3b9dc53f1a576cc49bbc061919eb0070;hb=1.6.1-rc1 >> >* >> >> Testing: All unit and functional tests are passing. >> >> Vote will be open until Thursday, September 25th 12:00AM UTC (9/24 8:00PM >> ET, 9/24 5:00PM PT) >> > >
