File tree Expand file tree Collapse file tree 8 files changed +10
-9
lines changed
client/src/main/java/org/apache/hadoop/hdds/scm
common/src/main/java/org/apache/hadoop/hdds/ratis
main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis
test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler
server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 45
45
import org .apache .hadoop .hdds .security .x509 .SecurityConfig ;
46
46
import org .apache .hadoop .hdds .tracing .TracingUtil ;
47
47
import org .apache .hadoop .util .Time ;
48
- import org .apache .ratis .RatisHelper ;
48
+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
49
49
import org .apache .ratis .client .RaftClient ;
50
50
import org .apache .ratis .grpc .GrpcTlsConfig ;
51
51
import org .apache .ratis .proto .RaftProtos ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- package org .apache .ratis ;
19
+ package org .apache .hadoop . hdds . ratis ;
20
20
21
21
import java .io .IOException ;
22
22
import java .util .ArrayList ;
35
35
import org .apache .hadoop .ozone .OzoneConfigKeys ;
36
36
import org .apache .hadoop .ozone .OzoneConsts ;
37
37
38
+ import org .apache .ratis .RaftConfigKeys ;
38
39
import org .apache .ratis .client .RaftClient ;
39
40
import org .apache .ratis .client .RaftClientConfigKeys ;
40
41
import org .apache .ratis .conf .RaftProperties ;
Original file line number Diff line number Diff line change 15
15
* See the License for the specific language governing permissions and
16
16
* limitations under the License.
17
17
*/
18
- package org .apache .ratis ;
18
+ package org .apache .hadoop . hdds . ratis ;
19
19
20
20
/**
21
21
* This package contains classes related to Apache Ratis.
Original file line number Diff line number Diff line change 44
44
45
45
import io .opentracing .Scope ;
46
46
import org .apache .ratis .RaftConfigKeys ;
47
- import org .apache .ratis .RatisHelper ;
47
+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
48
48
import org .apache .ratis .conf .RaftProperties ;
49
49
import org .apache .ratis .grpc .GrpcConfigKeys ;
50
50
import org .apache .ratis .grpc .GrpcFactory ;
Original file line number Diff line number Diff line change 33
33
import org .apache .hadoop .ozone .container .ozoneimpl .OzoneContainer ;
34
34
import org .apache .hadoop .ozone .protocol .commands .CloseContainerCommand ;
35
35
import org .apache .hadoop .test .GenericTestUtils ;
36
- import org .apache .ratis .RatisHelper ;
36
+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
37
37
import org .apache .ratis .client .RaftClient ;
38
38
import org .apache .ratis .protocol .RaftGroup ;
39
39
import org .apache .ratis .protocol .RaftGroupId ;
Original file line number Diff line number Diff line change 31
31
import org .apache .hadoop .hdds .scm .pipeline .Pipeline .PipelineState ;
32
32
import org .apache .hadoop .hdds .security .x509 .SecurityConfig ;
33
33
import org .apache .hadoop .io .MultipleIOException ;
34
- import org .apache .ratis .RatisHelper ;
34
+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
35
35
import org .apache .ratis .client .RaftClient ;
36
36
import org .apache .ratis .grpc .GrpcTlsConfig ;
37
37
import org .apache .ratis .protocol .RaftClientReply ;
Original file line number Diff line number Diff line change 24
24
import org .apache .hadoop .hdds .scm .ScmConfigKeys ;
25
25
import org .apache .hadoop .hdds .scm .client .HddsClientUtils ;
26
26
import org .apache .hadoop .hdds .security .x509 .SecurityConfig ;
27
- import org .apache .ratis .RatisHelper ;
27
+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
28
28
import org .apache .ratis .client .RaftClient ;
29
29
import org .apache .ratis .grpc .GrpcTlsConfig ;
30
30
import org .apache .ratis .protocol .RaftGroup ;
Original file line number Diff line number Diff line change 26
26
import org .apache .hadoop .ozone .client .rpc .RpcClient ;
27
27
import org .apache .hadoop .hdds .protocol .DatanodeDetails ;
28
28
import org .apache .hadoop .ozone .client .rest .OzoneException ;
29
- import org .apache .ratis .RatisHelper ;
29
+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
30
30
import org .apache .ratis .client .RaftClient ;
31
31
import org .apache .ratis .protocol .RaftPeer ;
32
32
import org .apache .ratis .rpc .RpcType ;
43
43
44
44
import static org .apache .hadoop .hdds .HddsConfigKeys .HDDS_CONTAINER_REPORT_INTERVAL ;
45
45
import static org .apache .hadoop .hdds .scm .ScmConfigKeys .OZONE_SCM_STALENODE_INTERVAL ;
46
- import static org .apache .ratis .RatisHelper .newRaftClient ;
46
+ import static org .apache .hadoop . hdds . ratis .RatisHelper .newRaftClient ;
47
47
48
48
/**
49
49
* Helpers for Ratis tests.
You can’t perform that action at this time.
0 commit comments