eolivelli commented on a change in pull request #301: Issue-299 
EnsemblePlacementPolicy in 4.5 is not compatible with 4.4 clients
URL: https://github.com/apache/bookkeeper/pull/301#discussion_r129743733
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/EnsemblePlacementPolicy.java
 ##########
 @@ -135,12 +184,22 @@ public EnsemblePlacementPolicy 
initialize(ClientConfiguration conf,
      *          Observed failures on the bookies
      * @return read sequence of bookies
      */
-    public List<Integer> reorderReadLACSequence(ArrayList<BookieSocketAddress> 
ensemble,
-                                                List<Integer> writeSet, 
Map<BookieSocketAddress, Long> bookieFailureHistory);
+    public default List<Integer> 
reorderReadLACSequence(ArrayList<BookieSocketAddress> ensemble,
 
 Review comment:
   sorry, cut and past from Default Policy.  I will clean
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to