Merge branch '1.6'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7e0121d1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7e0121d1
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7e0121d1
Branch:
Repository: accumulo
Updated Branches:
refs/heads/1.6 9ea8f09a8 -> 520d802ec
refs/heads/master 566839ef7 -> 7e0121d11
ACCUMULO-3318 Update thrift RPC secure socket creation to default to TLS
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/r
ACCUMULO-3318 Update thrift RPC secure socket creation to default to TLS
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/520d802e
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/520d802e
Diff: http://git-wip-u
Author: billie
Date: Fri Nov 7 23:55:32 2014
New Revision: 928334
Log:
Publishing svnmucc operation to accumulo site by billie
Added:
websites/production/accumulo/content/
- copied from r928333, websites/staging/accumulo/trunk/content/
websites/production/accumulo/content/1.4/apido
Author: buildbot
Date: Fri Nov 7 23:55:05 2014
New Revision: 928333
Log:
Staging update by buildbot for accumulo
Modified:
websites/staging/accumulo/trunk/content/ (props changed)
websites/staging/accumulo/trunk/content/people.html
Propchange: websites/staging/accumulo/trunk/content/
Author: billie
Date: Fri Nov 7 23:54:51 2014
New Revision: 1637487
URL: http://svn.apache.org/r1637487
Log:
added jim fiori to contributors
Modified:
accumulo/site/trunk/content/people.mdtext
Modified: accumulo/site/trunk/content/people.mdtext
URL:
http://svn.apache.org/viewvc/accumulo/sit
ACCUMULO-898 Suppress warning for serial version on old TInfo
Thrift generated sources always suppressed these warnings. However, it
should be noted that if anybody had actually serialized this class, its
computed serialVersionUID will not match. This might limit the usefulness of
includin
Repository: accumulo
Updated Branches:
refs/heads/master 3922e1ab4 -> 566839ef7
ACCUMULO-3231 Remove unused imports; fix javadocs
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e62b997c
Tree: http://git-wip-us.apach
ACCUMULO-3317 Restrict Jetty secure protocol to TLS by default.
Warn if the user configures SSL instead of the default TLS
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7789b200
Tree: http://git-wip-us.apache.org/repo
Merge branch '1.6'
Conflicts:
server/base/src/main/java/org/apache/accumulo/server/Accumulo.java
server/monitor/src/main/java/org/apache/accumulo/monitor/EmbeddedWebServer.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/rep
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/core/src/main/java/org/apache/accumulo/core/conf/Property.java
--
diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
b/core/src/main/java/org/a
Merge branch '1.5' into 1.6
Conflicts:
core/src/main/java/org/apache/accumulo/core/conf/Property.java
server/base/src/main/java/org/apache/accumulo/server/Accumulo.java
server/src/main/java/org/apache/accumulo/server/util/EmbeddedWebServer.java
Project: http://git-wip-us
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/server/tracer/src/main/java/org/apache/accumulo/tracer/thrift/Annotation.java
--
diff --git
a/server/tracer/src/main/java/org/apache/accumulo/tracer/thrift/Annotation.j
http://git-wip-us.apache.org/repos/asf/accumulo/blob/db2dda1b/server/master/src/main/java/org/apache/accumulo/master/replication/ReplicationDriver.java
--
diff --git
a/server/master/src/main/java/org/apache/accumulo/master/replica
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/server/base/pom.xml
--
diff --git a/server/base/pom.xml b/server/base/pom.xml
index 60762be..c21a168 100644
--- a/server/base/pom.xml
+++ b/server/base/pom.xml
@@ -76,10
ACCUMULO-898 convert accumulo to use htrace
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/db2dda1b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/db2dda1b
Diff: http://git-wip-us.apache.org/repos/asf/accumu
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java
--
diff --git
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientS
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/trace/src/main/java/org/apache/accumulo/trace/thrift/RemoteSpan.java
--
diff --git
a/trace/src/main/java/org/apache/accumulo/trace/thrift/RemoteSpan.java
b/trace/src/m
Merge branch '1.5' into 1.6
Conflicts:
core/src/main/java/org/apache/accumulo/core/conf/Property.java
server/base/src/main/java/org/apache/accumulo/server/Accumulo.java
server/src/main/java/org/apache/accumulo/server/util/EmbeddedWebServer.java
Project: http://git-wip-us
ACCUMULO-3317 Restrict Jetty secure protocol to TLS by default.
Warn if the user configures SSL instead of the default TLS
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7789b200
Tree: http://git-wip-us.apache.org/repo
Repository: accumulo
Updated Branches:
refs/heads/1.5 2deabd31a -> 7789b200d
refs/heads/1.6 4b87abd48 -> 9ea8f09a8
refs/heads/master 6b5f5ef47 -> 3922e1ab4
ACCUMULO-3317 Restrict Jetty secure protocol to TLS by default.
Warn if the user configures SSL instead of the default TLS
Project:
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/core/src/main/java/org/apache/accumulo/core/trace/AsyncSpanReceiver.java
--
diff --git
a/core/src/main/java/org/apache/accumulo/core/trace/AsyncSpanReceiver.java
b/cor
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/server/tracer/src/main/java/org/apache/accumulo/tracer/thrift/TestService.java
--
diff --git
a/server/tracer/src/main/java/org/apache/accumulo/tracer/thrift/TestService
ACCUMULO-898 refactoring and deprecation of old tracing
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6b5f5ef4
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6b5f5ef4
Diff: http://git-wip-us.apache.org/repo
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java
--
diff --git
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/trace/pom.xml
--
diff --git a/trace/pom.xml b/trace/pom.xml
index d64e3cc..b4e4b7e 100644
--- a/trace/pom.xml
+++ b/trace/pom.xml
@@ -27,72 +27,12 @@
A distributed tr
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClientService.java
--
diff --git
a/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClien
http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b5f5ef4/trace/src/main/java/org/apache/accumulo/trace/thrift/TestService.java
--
diff --git
a/trace/src/main/java/org/apache/accumulo/trace/thrift/TestService.java
b/trace/src
Repository: accumulo
Updated Branches:
refs/heads/master 34ca056b3 -> 6b5f5ef47
http://git-wip-us.apache.org/repos/asf/accumulo/blob/db2dda1b/trace/src/main/java/org/apache/accumulo/trace/instrument/receivers/SpanReceiver.java
Merge remote-tracking branch 'origin/master' into ACCUMULO-3147
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/bc624743
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/bc624743
Diff: http://git-wip-us.apache.
ACCUMULO-3147 Fix replication test bug
Test was trying to talk to ZooKeeper for MockInstance
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5753e168
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5753e168
http://git-wip-us.apache.org/repos/asf/accumulo/blob/e840549a/test/src/test/java/org/apache/accumulo/test/replication/UnorderedWorkAssignerReplicationIT.java
--
diff --git
a/test/src/test/java/org/apache/accumulo/test/replication/
Repository: accumulo
Updated Branches:
refs/heads/master 5aff1fb7b -> 34ca056b3
http://git-wip-us.apache.org/repos/asf/accumulo/blob/f1a47b38/server/master/src/test/java/org/apache/accumulo/master/replication/UnorderedWorkAssignerTest.java
---
ACCUMULO-3147 Create replication table at initialize, upgrade
Migrate to all replication code to a built-in system-managed replication
table instead of the user-space one. Ensure all replication-related tests
pass. Also fix a small bug in Mock which threw an exception when using
deleteRows
ACCUMULO-3147 Refactor ReplicationTable constants
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f1a47b38
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f1a47b38
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch 'ACCUMULO-3147'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/34ca056b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/34ca056b
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/34ca056
http://git-wip-us.apache.org/repos/asf/accumulo/blob/e840549a/server/gc/src/test/java/org/apache/accumulo/gc/replication/CloseWriteAheadLogReferencesTest.java
--
diff --git
a/server/gc/src/test/java/org/apache/accumulo/gc/replicat
Merge remote-tracking branch 'origin/master' into ACCUMULO-3147
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fa717c91
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fa717c91
Diff: http://git-wip-us.apache.
ACCUMULO-3147 Fix ReplicationServlet
Properly show an informative banner message when the replication table is
offline.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5cf1888e
Tree: http://git-wip-us.apache.org/rep
ACCUMULO-3231 Initial stub out of some scripts to automate use of the merkle
tree + some random ingest
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f6af58de
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/
Repository: accumulo
Updated Branches:
refs/heads/master 5fdbb8191 -> 5aff1fb7b
ACCUMULO-3231 Add a readme
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5aff1fb7
Tree: http://git-wip-us.apache.org/repos/asf/accumul
ACCUMULO-3315 Wait for the pool to terminate before continuing
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4b87abd4
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4b87abd4
Diff: http://git-wip-us.apache.o
Merge branch '1.6'
Conflicts:
server/base/src/main/java/org/apache/accumulo/server/util/RandomizeVolumes.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5fdbb819
Tree: http://git-wip-us.apache.org/repos/as
ACCUMULO-3314 Add a fair volume chooser to stabilize RewriteTabletDirectoriesIT
The RandomVolumeChooser creates failure potential for the test
due to its random nature. A volume chooser that is stable should
result in a stable test.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
C
ACCUMULO-3315 Wait for the pool to terminate before continuing
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4b87abd4
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4b87abd4
Diff: http://git-wip-us.apache.o
Repository: accumulo
Updated Branches:
refs/heads/1.6 fa978b0c3 -> 4b87abd48
refs/heads/master b5d7b9485 -> 5fdbb8191
ACCUMULO-3314 Add a fair volume chooser to stabilize RewriteTabletDirectoriesIT
The RandomVolumeChooser creates failure potential for the test
due to its random nature. A vol
46 matches
Mail list logo