You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2022/02/18 09:48:18 UTC

[GitHub] [ratis] szetszwo commented on a change in pull request #604: RATIS-1513. Streaming tests may fail with TimeoutIOException: Timeout 3000ms

szetszwo commented on a change in pull request #604:
URL: https://github.com/apache/ratis/pull/604#discussion_r809835332



##########
File path: ratis-common/src/main/java/org/apache/ratis/io/WriteOption.java
##########
@@ -27,4 +27,8 @@ static boolean containsOption(WriteOption[] options, WriteOption target) {
 
     return false;
   }
+
+  default boolean isIn(WriteOption... options) {

Review comment:
       Sorry, let's rename it to `isOneOf`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org