You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/06/09 23:10:02 UTC

[1/2] git commit: ACCUMUMLO-2255 rat check failures

Repository: accumulo
Updated Branches:
  refs/heads/master 1fe48e112 -> 368574869


ACCUMUMLO-2255 rat check failures


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/16b3ee82
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/16b3ee82
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/16b3ee82

Branch: refs/heads/master
Commit: 16b3ee826f3c27192035b45e22a1cbaa7aff6332
Parents: ced3293
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Jun 9 17:09:31 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Jun 9 17:09:31 2014 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/tserver/SessionManager.java | 16 ++++++++++++++++
 .../org/apache/accumulo/tserver/WriteTracker.java   | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/16b3ee82/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java
----------------------------------------------------------------------
diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java
index e8fc010..b200c9e 100644
--- a/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java
+++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/SessionManager.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.accumulo.tserver;
 
 import java.security.SecureRandom;

http://git-wip-us.apache.org/repos/asf/accumulo/blob/16b3ee82/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java
----------------------------------------------------------------------
diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java
index 2eed484..0a50c97 100644
--- a/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java
+++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/WriteTracker.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.accumulo.tserver;
 
 import java.util.ArrayList;


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/accumulo

Posted by ec...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/accumulo


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/36857486
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/36857486
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/36857486

Branch: refs/heads/master
Commit: 3685748693e4528357b2773ac6544ace8231f2d8
Parents: 16b3ee8 1fe48e1
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Jun 9 17:10:01 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Jun 9 17:10:01 2014 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/accumulo/server/fs/VolumeManagerImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------