Merge branch '1.6.1-SNAPSHOT'
Conflicts:
core/src/main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java
core/src/main/java/org/apache/accumulo/core/conf/ConfigurationDocGen.java
core/src/main/java/org/apache/accumulo/core/conf/DefaultConfiguration.java
Project:
ACCUMULO-3012 Improve DefaultConfiguration
* The internal map of resolved (default) properties is now static and
immutable, making
explicit synchronization unnecessary.
* The main method is moved to ConfigurationDocGen.
* A unit test is added.
* Accompanying changes were made to ConfigSanityChe
Repository: accumulo
Updated Branches:
refs/heads/1.5.2-SNAPSHOT c4d46bbae -> 7136996a1
refs/heads/1.6.1-SNAPSHOT 3ee78d994 -> 37f900b75
refs/heads/master b8271d495 -> c6ed57ed8
ACCUMULO-3012 Improve DefaultConfiguration
* The map of default properties created during the iterator() method
ACCUMULO-3012 Improve DefaultConfiguration
* The map of default properties created during the iterator() method each time
is now
static and immutable.
* A unit test is added.
* Accompanying changes were made to ConfigSanityCheck:
- The validate method takes in an Iterable of entries instead o
ACCUMULO-3012 Improve DefaultConfiguration
* The internal map of resolved (default) properties is now static and
immutable, making
explicit synchronization unnecessary.
* The main method is moved to ConfigurationDocGen.
* A unit test is added.
* Accompanying changes were made to ConfigSanityChe
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT (-sours)
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8140804b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8140804b
Diff: http://git-wip-us.apache.org/r
ACCUMULO-3012 Improve DefaultConfiguration
* The map of default properties created during the iterator() method each time
is now
static and immutable.
* A unit test is added.
* Accompanying changes were made to ConfigSanityCheck:
- The validate method takes in an Iterable of entries instead o
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT (-sours)
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8140804b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8140804b
Diff: http://git-wip-us.apache.org/r
Merge branch '1.6.1-SNAPSHOT'
Conflicts:
core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java
core/src/main/java/org/apache/accumulo/core/conf/SiteConfiguration.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.ap
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT d53d45ccd -> f7cfb2584
refs/heads/master e7451ffe9 -> cf18632cd
ACCUMULO-2992 Remove deprecated AccumuloConfiguration.getSiteConfiguration().
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip
ACCUMULO-2992 Remove deprecated AccumuloConfiguration.getSiteConfiguration().
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f7cfb258
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f7cfb258
Diff: http://git-
ACCUMULO-2615 Update Constants.UTF8 to StandardCharsets.UTF_8 for 1.7.x+
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/46f5e8c8
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/46f5e8c8
Diff: http://git-wip-u
Merge branch '1.6.1-SNAPSHOT'
Conflicts:
server/base/src/main/java/org/apache/accumulo/server/conf/NamespaceConfiguration.java
server/base/src/main/java/org/apache/accumulo/server/conf/TableConfiguration.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit:
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/9e631533
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9e631533
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9e6315
Merge branch '1.5.2-SNAPSHOT' into 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/c731fbfd
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c731fbfd
Diff: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-2947 Allow configuration of number of cells per mutation in mem stress
test
A new switch to the memory stress test Write utility, --max-cells-per-mutation,
controls the maximum number of cells to be written in any mutation. If the
maximum is
hit before the configured row width, the curr
Merge branch '1.5.2-SNAPSHOT' into 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/c731fbfd
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c731fbfd
Diff: http://git-wip-us.apache.org/repos/asf/
Repository: accumulo
Updated Branches:
refs/heads/1.5.2-SNAPSHOT d4d455f1f -> 75c053d8f
refs/heads/1.6.1-SNAPSHOT 41b72b5b7 -> c731fbfd7
refs/heads/master d1b3403db -> 9e631533b
ACCUMULO-2947 Allow configuration of number of cells per mutation in mem stress
test
A new switch to the memory
ACCUMULO-2947 Allow configuration of number of cells per mutation in mem stress
test
A new switch to the memory stress test Write utility, --max-cells-per-mutation,
controls the maximum number of cells to be written in any mutation. If the
maximum is
hit before the configured row width, the curr
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT
Conflicts:
test/system/stress/README.md
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2a17a7a2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2a17a
Repository: accumulo
Updated Branches:
refs/heads/1.5.2-SNAPSHOT 2422d4997 -> e01a72062
refs/heads/1.6.1-SNAPSHOT 934ca6fd4 -> 2a17a7a2b
refs/heads/master 6e89aae58 -> ab6ea922f
ACCUMULO-2850 Add enhanced memory stress test scripts
New scripts for the memory stress test make it easy to sta
ACCUMULO-2850 Add enhanced memory stress test scripts
New scripts for the memory stress test make it easy to start and stop multiple
reader and writer processes, in a manner similar to continuous ingest. See the
updated README.md for information on how the scripts are used.
Project: http://git-w
ACCUMULO-2850 Add enhanced memory stress test scripts
New scripts for the memory stress test make it easy to start and stop multiple
reader and writer processes, in a manner similar to continuous ingest. See the
updated README.md for information on how the scripts are used.
Project: http://git-w
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/ab6ea922
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ab6ea922
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ab6ea9
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT
Conflicts:
test/system/stress/README.md
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2a17a7a2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2a17a
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/8253ca05
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8253ca05
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8253ca
Merge branch '1.5.2-SNAPSHOT' into 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/7e34ea92
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7e34ea92
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch '1.5.2-SNAPSHOT' into 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/7e34ea92
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7e34ea92
Diff: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-2849 Add scanner batch size and write delay configurability to mem
stress test
This commit adds one new option each to the Scan and Write components of the
memory
stress test. The --scan-batch-size option for Scan configures the batch size of
the
scanner it uses, while the --write-dela
ACCUMULO-2849 Add scanner batch size and write delay configurability to mem
stress test
This commit adds one new option each to the Scan and Write components of the
memory
stress test. The --scan-batch-size option for Scan configures the batch size of
the
scanner it uses, while the --write-dela
Repository: accumulo
Updated Branches:
refs/heads/1.5.2-SNAPSHOT 886cd1981 -> f7fe2a847
refs/heads/1.6.1-SNAPSHOT 8bc8d4e4f -> 7e34ea923
refs/heads/master 4f139138a -> 8253ca05f
ACCUMULO-2849 Add scanner batch size and write delay configurability to mem
stress test
This commit adds one ne
Author: bhavanki
Date: Mon Jun 23 20:43:27 2014
New Revision: 913422
Log:
Publishing svnmucc operation to accumulo site by bhavanki
Added:
websites/production/accumulo/content/
- copied from r913421, websites/staging/accumulo/trunk/content/
websites/production/accumulo/content/1.4
Author: bhavanki
Date: Mon Jun 23 20:39:26 2014
New Revision: 1604931
URL: http://svn.apache.org/r1604931
Log:
ACCUMULO-1834 Add Review Board guidelines for Accumulo.
Added:
accumulo/site/trunk/content/rb.mdtext
Modified:
accumulo/site/trunk/content/source.mdtext
accumulo/site/trunk
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 5c409b0ad -> 079ef51c7
refs/heads/master ffd2626a8 -> 8efcbd8f8
ACCUMULO-2854 Added additional check to prevent NPE
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git
ACCUMULO-2854 Added additional check to prevent NPE
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/079ef51c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/079ef51c
Diff: http://
Merge branch '1.6.1-SNAPSHOT'
Conflicts:
server/master/src/main/java/org/apache/accumulo/master/tableOps/BulkImport.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8efcbd8f
Tree: http://git-wip-us.apache.o
Author: bhavanki
Date: Wed Jun 18 20:51:30 2014
New Revision: 912949
Log:
Publishing svnmucc operation to accumulo site by bhavanki
Added:
websites/production/accumulo/content/
- copied from r912948, websites/staging/accumulo/trunk/content/
websites/production/accumulo/content/1.4
Author: bhavanki
Date: Wed Jun 18 20:50:51 2014
New Revision: 1603625
URL: http://svn.apache.org/r1603625
Log:
Add Dave Wang as contributor
Modified:
accumulo/site/trunk/content/people.mdtext
Modified: accumulo/site/trunk/content/people.mdtext
URL:
http://svn.apache.org/viewvc/accumulo
Author: bhavanki
Date: Tue Jun 17 14:56:29 2014
New Revision: 1603189
URL: http://svn.apache.org/r1603189
Log:
Add search links to and reorganize mailing lists page.
Modified:
accumulo/site/trunk/content/mailing_list.mdtext
Modified: accumulo/site/trunk/content/mailing_list.mdtext
URL
Author: bhavanki
Date: Tue Jun 17 14:57:49 2014
New Revision: 912850
Log:
Publishing svnmucc operation to accumulo site by bhavanki
Added:
websites/production/accumulo/content/
- copied from r912849, websites/staging/accumulo/trunk/content/
websites/production/accumulo/content/1.4
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/da242bc1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/da242bc1
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/da242b
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 469310606 -> b604e1d0f
refs/heads/master e5c785413 -> da242bc1a
ACCUMULO-2906 configuredZookeeperPort is not cased the same way as other
mentions of ZooKeeper
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.or
ACCUMULO-2906 configuredZookeeperPort is not cased the same way as other
mentions of ZooKeeper
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b604e1d0
Tree: http://git-wip-us.apache.org/re
ACCUMULO-2676 Make minicluster ZooKeeper startup wait time configurable
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8b2f2dce
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8b
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 871775028 -> 8b2f2dce8
refs/heads/master 7efff5138 -> 668c9e3a8
ACCUMULO-2676 Make minicluster ZooKeeper startup wait time configurable
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/rep
Merge branch '1.6.1-SNAPSHOT'
Conflicts:
minicluster/src/main/java/org/apache/accumulo/minicluster/impl/MiniAccumuloClusterImpl.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/668c9e3a
Tree: http://git-wip
ACCUMULO-2890 Remove AccumuloNotInitializedException
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8de42627
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8de42627
Diff: http:/
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT
Conflicts:
server/base/src/main/java/org/apache/accumulo/server/conf/ZooConfiguration.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3d831155
Tree: http:/
Repository: accumulo
Updated Branches:
refs/heads/1.5.2-SNAPSHOT 67bc847d7 -> 8de426270
refs/heads/1.6.1-SNAPSHOT b369585f5 -> 3d8311557
ACCUMULO-2890 Remove AccumuloNotInitializedException
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: h
ACCUMULO-2887 Add ObservableConfiguration
The logic for maintaining and notifying observers in NamespaceConfiguration and
TableConfiguration is refactored into a new ObservableConfiguration class.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 45b7e2957 -> d50bb3a21
refs/heads/master 8f60d494e -> 9fcaace81
ACCUMULO-2887 Add ObservableConfiguration
The logic for maintaining and notifying observers in NamespaceConfiguration and
TableConfiguration is refactored into a n
Merge branch '1.6.1-SNAPSHOT'
Conflicts:
server/base/src/main/java/org/apache/accumulo/server/conf/NamespaceConfiguration.java
server/base/src/main/java/org/apache/accumulo/server/conf/TableConfiguration.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit:
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/1fe48e11
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1fe48e11
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1fe48e
ACCUMULO-2876 Use site config to configure default VolumeManagerImpl
This changes VolumeManagerImpl.get() to use the site configuration instead of
the
ZooKeeper-based system configuration. This seems to align better with what is
intended,
and it also eliminates the risk of an infinite loop, wher
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 9062c2559 -> 1a33f6df9
refs/heads/master ced3293b3 -> 1fe48e112
Merge branch '1.6.1-SNAPSHOT' of
https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.1-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/re
ACCUMULO-2876 Use site config to configure default VolumeManagerImpl
This changes VolumeManagerImpl.get() to use the site configuration instead of
the
ZooKeeper-based system configuration. This seems to align better with what is
intended,
and it also eliminates the risk of an infinite loop, wher
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/7749cbc7
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7749cbc7
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7749cb
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 18d6ca1bf -> 4950870de
refs/heads/master 809b73c05 -> 7749cbc7b
ACCUMULO-2865 Add ZooCacheTest
This adds a unit test for ZooCache. ZooCache itself was only changed slightly,
with the
addition of methods to check if information
ACCUMULO-2865 Add ZooCacheTest
This adds a unit test for ZooCache. ZooCache itself was only changed slightly,
with the
addition of methods to check if information was cached and improvements to its
comments.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-u
Merge branch '1.6.1-SNAPSHOT'
Conflicts:
core/src/main/java/org/apache/accumulo/core/client/ZooKeeperInstance.java
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8990e590
Tree: http://git-wip-us.apache.org/rep
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 7c17eb169 -> a61e242e3
refs/heads/master 0712ec972 -> c9c6897ae
ACCUMULO-2635 Add ZooCacheFactory and integrate across code
This commit introduces a ZooCacheFactory class to centralize and maximize reuse
of
ZooCache instances
ACCUMULO-2635 Replace Constants.UTF8 in merged ZooKeeperInstanceTest
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c9c6897a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c9c6897a
Diff: http://git-wip-us.ap
ACCUMULO-2635 Add ZooCacheFactory and integrate across code
This commit introduces a ZooCacheFactory class to centralize and maximize reuse
of
ZooCache instances and to facilitate testing. The caching mechanism formerly in
ZooCache
was moved to the factory; also, the separate caching mechanism i
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/4ba7d3d1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4ba7d3d1
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4ba7d3
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT cdcc1d4d4 -> 484491d21
refs/heads/master ab4535459 -> 4ba7d3d19
ACCUMULO-2212 Add ZooReaderWriterFactory
The o.a.a.server.zookeeper.ZooReaderWriter class is mostly copied into a new
ZooReaderWriterFactory class. Users of the fa
ACCUMULO-2212 Add ZooReaderWriterFactory
The o.a.a.server.zookeeper.ZooReaderWriter class is mostly copied into a new
ZooReaderWriterFactory class. Users of the factory can work directly with FATE
ZooReaderWriter instances, instead of those of the server type, which is no
longer
needed. The logic
Repository: accumulo
Updated Branches:
refs/heads/master 4ba7d3d19 -> cd045729e
ACCUMULO-2212 Fix UTF8 constant in ZooReaderWriterFactory
The merge of ACCUMULO-2212 work from the 1.6.1-SNAPSHOT branch introduced the
use of
Constants.UTF8, which does not exist in the master branch. This commit
Author: bhavanki
Date: Mon May 5 18:04:58 2014
New Revision: 908126
Log:
Publishing svnmucc operation to accumulo site by bhavanki
Added:
websites/production/accumulo/content/
- copied from r908125, websites/staging/accumulo/trunk/content/
websites/production/accumulo/content/1.4
Author: bhavanki
Date: Mon May 5 18:02:55 2014
New Revision: 1592593
URL: http://svn.apache.org/r1592593
Log:
bhavanki cluster info
Modified:
accumulo/site/trunk/content/release_notes/1.6.0.mdtext
Modified: accumulo/site/trunk/content/release_notes/1.6.0.mdtext
URL:
http://svn.apache.org
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/ab453545
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ab453545
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ab4535
ACCUMULO-2383 Add log4j properties support
Accumulo now looks for either XML or properties files for the Log4J
configuration. It will
also heed the log4j.configuration isystem property if it is set. Its
MonitorLog4jWatcher
can now load either properties or XML.
Project: http://git-wip-us.apach
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 5a72c37ea -> cdcc1d4d4
refs/heads/master 428ed9a0f -> ab4535459
ACCUMULO-2383 Add log4j properties support
Accumulo now looks for either XML or properties files for the Log4J
configuration. It will
also heed the log4j.configur
Repository: accumulo
Updated Branches:
refs/heads/1.6.1-SNAPSHOT 4d5ba9daf -> 5a72c37ea
refs/heads/master 49b1f08c3 -> 428ed9a0f
ACCUMULO-2343 Add AsyncSocketAppender
AsyncSocketAppender is a Log4J AsyncAppender with its own internal
SocketAppender.
Configuration for either appender can be
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/428ed9a0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/428ed9a0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/428ed9
ACCUMULO-2343 Add AsyncSocketAppender
AsyncSocketAppender is a Log4J AsyncAppender with its own internal
SocketAppender.
Configuration for either appender can be set on the AsyncSocketAppender itself.
An
AsyncSocketAppender can be configured using a Log4J properties file, while an
ordinary
Asyn
Author: bhavanki
Date: Sun May 4 17:30:45 2014
New Revision: 908016
Log:
Publishing svnmucc operation to accumulo site by bhavanki
Added:
websites/production/accumulo/content/
- copied from r908015, websites/staging/accumulo/trunk/content/
websites/production/accumulo/content/1.4
Author: bhavanki
Date: Sun May 4 17:17:20 2014
New Revision: 1592387
URL: http://svn.apache.org/r1592387
Log:
Merged trunk into redesign14 branch - content/1.6 directory.
Added:
accumulo/site/branches/redesign14/content/1.6/
- copied from r1592386, accumulo/site/trunk/content/1.6
Author: bhavanki
Date: Thu May 1 21:02:38 2014
New Revision: 1591779
URL: http://svn.apache.org/r1591779
Log:
Merged trunk into redesign14 branch - bylaw update, glossary update, relnotes
1.6.0 update.
Modified:
accumulo/site/branches/redesign14/ (props changed)
accumulo/site
ACCUMULO-2754 Exclude thrift classes from PMD/CPD
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5bd4465c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5bd4465c
Diff: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-2754 Exclude thrift classes from PMD/CPD
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5bd4465c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5bd4465c
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/15e4f002
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/15e4f002
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch '1.4.6-SNAPSHOT' into 1.5.2-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/08c255a2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/08c255a2
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/15e4f002
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/15e4f002
Diff: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-2754 Exclude thrift classes from PMD/CPD
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5bd4465c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5bd4465c
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch '1.4.6-SNAPSHOT' into 1.5.2-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/08c255a2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/08c255a2
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch '1.6.0-SNAPSHOT'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/43a44ba8
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/43a44ba8
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/43a44b
Merge branch '1.4.6-SNAPSHOT' into 1.5.2-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/08c255a2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/08c255a2
Diff: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-2754 Exclude thrift classes from PMD/CPD
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5bd4465c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5bd4465c
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch '1.5.2-SNAPSHOT' of
https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.2-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/89c1b737
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8
Repository: accumulo
Updated Branches:
refs/heads/1.4.6-SNAPSHOT 80f8afb10 -> 5bd4465c4
refs/heads/1.5.2-SNAPSHOT 89c1b737d -> 08c255a26
refs/heads/1.6.0-SNAPSHOT b3e4becd4 -> 15e4f002f
refs/heads/master 28816315f -> 43a44ba82
Merge branch '1.5.2-SNAPSHOT' of
https://git-wip-us.apache.or
Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/782975a1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/782975a1
Diff: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-2523 TabletTime.maxMetadataTime NPE if both arguments are null
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/80f8afb1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/80
Merge branch '1.4.6-SNAPSHOT' into 1.5.2-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/700bcf54
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/700bcf54
Diff: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-2523 TabletTime.maxMetadataTime NPE if both arguments are null
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/80f8afb1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/80
Merge branch '1.4.6-SNAPSHOT' into 1.5.2-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/700bcf54
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/700bcf54
Diff: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-2523 TabletTime.maxMetadataTime NPE if both arguments are null
Signed-off-by: Bill Havanki
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/80f8afb1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/80
Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/782975a1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/782975a1
Diff: http://git-wip-us.apache.org/repos/asf/
Merge branch '1.6.0-SNAPSHOT'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/62bdba0f
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/62bdba0f
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/62bdba
Repository: accumulo
Updated Branches:
refs/heads/1.4.6-SNAPSHOT 92c41719b -> 80f8afb10
refs/heads/1.5.2-SNAPSHOT fd1ac9981 -> 700bcf545
refs/heads/1.6.0-SNAPSHOT 9fa4e0f98 -> 782975a1b
refs/heads/master 7548cb712 -> 62bdba0f3
ACCUMULO-2523 TabletTime.maxMetadataTime NPE if both arguments
Merge branch '1.4.6-SNAPSHOT' into 1.5.2-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/700bcf54
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/700bcf54
Diff: http://git-wip-us.apache.org/repos/asf/
1 - 100 of 485 matches
Mail list logo