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 4545import org .apache .hadoop .hdds .security .x509 .SecurityConfig ;
4646import org .apache .hadoop .hdds .tracing .TracingUtil ;
4747import org .apache .hadoop .util .Time ;
48- import org .apache .ratis .RatisHelper ;
48+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
4949import org .apache .ratis .client .RaftClient ;
5050import org .apache .ratis .grpc .GrpcTlsConfig ;
5151import org .apache .ratis .proto .RaftProtos ;
Original file line number Diff line number Diff line change 1616 * limitations under the License.
1717 */
1818
19- package org .apache .ratis ;
19+ package org .apache .hadoop . hdds . ratis ;
2020
2121import java .io .IOException ;
2222import java .util .ArrayList ;
3535import org .apache .hadoop .ozone .OzoneConfigKeys ;
3636import org .apache .hadoop .ozone .OzoneConsts ;
3737
38+ import org .apache .ratis .RaftConfigKeys ;
3839import org .apache .ratis .client .RaftClient ;
3940import org .apache .ratis .client .RaftClientConfigKeys ;
4041import org .apache .ratis .conf .RaftProperties ;
Original file line number Diff line number Diff line change 1515 * See the License for the specific language governing permissions and
1616 * limitations under the License.
1717 */
18- package org .apache .ratis ;
18+ package org .apache .hadoop . hdds . ratis ;
1919
2020/**
2121 * This package contains classes related to Apache Ratis.
Original file line number Diff line number Diff line change 4444
4545import io .opentracing .Scope ;
4646import org .apache .ratis .RaftConfigKeys ;
47- import org .apache .ratis .RatisHelper ;
47+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
4848import org .apache .ratis .conf .RaftProperties ;
4949import org .apache .ratis .grpc .GrpcConfigKeys ;
5050import org .apache .ratis .grpc .GrpcFactory ;
Original file line number Diff line number Diff line change 3333import org .apache .hadoop .ozone .container .ozoneimpl .OzoneContainer ;
3434import org .apache .hadoop .ozone .protocol .commands .CloseContainerCommand ;
3535import org .apache .hadoop .test .GenericTestUtils ;
36- import org .apache .ratis .RatisHelper ;
36+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
3737import org .apache .ratis .client .RaftClient ;
3838import org .apache .ratis .protocol .RaftGroup ;
3939import org .apache .ratis .protocol .RaftGroupId ;
Original file line number Diff line number Diff line change 3131import org .apache .hadoop .hdds .scm .pipeline .Pipeline .PipelineState ;
3232import org .apache .hadoop .hdds .security .x509 .SecurityConfig ;
3333import org .apache .hadoop .io .MultipleIOException ;
34- import org .apache .ratis .RatisHelper ;
34+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
3535import org .apache .ratis .client .RaftClient ;
3636import org .apache .ratis .grpc .GrpcTlsConfig ;
3737import org .apache .ratis .protocol .RaftClientReply ;
Original file line number Diff line number Diff line change 2424import org .apache .hadoop .hdds .scm .ScmConfigKeys ;
2525import org .apache .hadoop .hdds .scm .client .HddsClientUtils ;
2626import org .apache .hadoop .hdds .security .x509 .SecurityConfig ;
27- import org .apache .ratis .RatisHelper ;
27+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
2828import org .apache .ratis .client .RaftClient ;
2929import org .apache .ratis .grpc .GrpcTlsConfig ;
3030import org .apache .ratis .protocol .RaftGroup ;
Original file line number Diff line number Diff line change 2626import org .apache .hadoop .ozone .client .rpc .RpcClient ;
2727import org .apache .hadoop .hdds .protocol .DatanodeDetails ;
2828import org .apache .hadoop .ozone .client .rest .OzoneException ;
29- import org .apache .ratis .RatisHelper ;
29+ import org .apache .hadoop . hdds . ratis .RatisHelper ;
3030import org .apache .ratis .client .RaftClient ;
3131import org .apache .ratis .protocol .RaftPeer ;
3232import org .apache .ratis .rpc .RpcType ;
4343
4444import static org .apache .hadoop .hdds .HddsConfigKeys .HDDS_CONTAINER_REPORT_INTERVAL ;
4545import 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 ;
4747
4848/**
4949 * Helpers for Ratis tests.
You can’t perform that action at this time.
0 commit comments