Skip to content

Commit

Permalink
Fixing name for store client factory mbean
Browse files Browse the repository at this point in the history
Disable unnecessary resthdfs test
  • Loading branch information
vinothchandar committed Oct 30, 2013
1 parent f5b0b77 commit e4366c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/java/voldemort/client/AbstractStoreClientFactory.java
Expand Up @@ -147,7 +147,8 @@ public AbstractStoreClientFactory(ClientConfig config) {

JmxUtils.registerMbean(new StoreClientFactoryStatsJmx(clientFactoryStats),
JmxUtils.createObjectName("voldemort.store.client.factory.stats",
JmxUtils.getJmxId(jmxId)));
"bootstrap-stats"
+ JmxUtils.getJmxId(jmxId)));
}
}

Expand Down
Expand Up @@ -30,7 +30,7 @@

import com.google.common.collect.Lists;

public class RestHdfsFetcherTest {
public class RestHadoopFetcherTest {

private Properties createDefaultProperties() {
Properties props = new Properties();
Expand Down Expand Up @@ -134,7 +134,7 @@ public void testVoldemortConfigMismatchPossitive() {
* Test that read-only servers can be brought up properly with
* RestHdfsClient enable while kerberos is not available for authentication
*/
@Test
// @Test
public void testRegularHdfsFetcherInstantiation() {
VoldemortServer server = null;
try {
Expand Down

0 comments on commit e4366c2

Please sign in to comment.