Repository: accumulo
Updated Branches:
refs/heads/master dc6e77694 -> 590b2cf25
ACCUMULO-2913 If we compact the table(s) it's possible that the replication
entry will be cleaned up.
For either table, if we compact them after writing the data, the tablet will
remove its WAL entry.
When no tab
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT
Conflicts:
test/src/test/java/org/apache/accumulo/fate/zookeeper/ZooLockTest.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cfda8fab
Tree: http://git-wip-u
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT
Conflicts:
test/src/test/java/org/apache/accumulo/fate/zookeeper/ZooLockTest.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cfda8fab
Tree: http://git-wip-u
ACCUMULO-2948 Use an AtomicInteger to any worry from multiple threads access
pdCount concurrently.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/886cd198
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/886c
Repository: accumulo
Updated Branches:
refs/heads/1.5.2-SNAPSHOT c3de15bd4 -> 886cd1981
refs/heads/1.6.1-SNAPSHOT 76c910bbe -> cfda8fab6
refs/heads/master 9defedf28 -> dc6e77694
ACCUMULO-2948 Use an AtomicInteger to any worry from multiple threads access
pdCount concurrently.
Project: ht
ACCUMULO-2948 Use an AtomicInteger to any worry from multiple threads access
pdCount concurrently.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/886cd198
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/886c
Merge branch '1.6.1-SNAPSHOT'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dc6e7769
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/dc6e7769
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/dc6e77
Author: elserj
Date: Tue Jun 24 16:16:21 2014
New Revision: 913526
Log:
Publishing svnmucc operation to accumulo site by elserj
Added:
websites/production/accumulo/content/
- copied from r913525, websites/staging/accumulo/trunk/content/
websites/production/accumulo/content/1.4/apido
Author: elserj
Date: Tue Jun 24 16:15:34 2014
New Revision: 1605128
URL: http://svn.apache.org/r1605128
Log:
Added Russ Weeks to contributors list.
Modified:
accumulo/site/trunk/content/people.mdtext
Modified: accumulo/site/trunk/content/people.mdtext
URL:
http://svn.apache.org/viewvc/accum
Author: buildbot
Date: Tue Jun 24 16:15:48 2014
New Revision: 913525
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/
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT
Conflicts:
core/src/test/java/org/apache/accumulo/core/iterators/user/RowFilterTest.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/76c910bb
Tree: http://g
ACCUMULO-2501 Fix some formatting and add an explicit test for deepCopy on
RowFilter
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c3de15bd
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c3de15bd
Diff: htt
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT
Conflicts:
core/src/test/java/org/apache/accumulo/core/iterators/user/RowFilterTest.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/76c910bb
Tree: http://g
ACCUMULO-2501 Fix some formatting and add an explicit test for deepCopy on
RowFilter
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c3de15bd
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c3de15bd
Diff: htt
ACCUMULO-2501 Add deepCopy to RowFilter
Adds a base implementation of deepCopy to
org.apache.accumulo.core.iterators.user.RowFilter which sets the iterator
source and decisionIterator prope This allows custom RowFilters to be chained
together with minimal extra effort.
Signed-off-by: Josh Else
Repository: accumulo
Updated Branches:
refs/heads/1.5.2-SNAPSHOT 65782b505 -> c3de15bd4
refs/heads/1.6.1-SNAPSHOT fd080f03f -> 76c910bbe
refs/heads/master a57c6bdaf -> 9defedf28
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT
Conflicts:
test/src/test/java/org/apache/accumulo/fate
Merge branch '1.6.1-SNAPSHOT'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9defedf2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9defedf2
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9defed
ACCUMULO-2501 Add deepCopy to RowFilter
Adds a base implementation of deepCopy to
org.apache.accumulo.core.iterators.user.RowFilter which sets the iterator
source and decisionIterator prope This allows custom RowFilters to be chained
together with minimal extra effort.
Signed-off-by: Josh Else
ACCUMULO-2501 Add deepCopy to RowFilter
Adds a base implementation of deepCopy to
org.apache.accumulo.core.iterators.user.RowFilter which sets the iterator
source and decisionIterator prope This allows custom RowFilters to be chained
together with minimal extra effort.
Signed-off-by: Josh Else
ACCUMULO-2501 Fix some formatting and add an explicit test for deepCopy on
RowFilter
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c3de15bd
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c3de15bd
Diff: htt
20 matches
Mail list logo