belugabehr
belugabehr
@zabetak Here is another related PR. This doesn't totally wipe out the usage of stringifyException in these modules, but removes the low-hanging fruit.
#1778
@netdpb I do not think it's the same. I think it may be related though. I am looking for a Map: ``` interface RangeMultiMap { int size(); boolean isEmpty(); ......
@kgyrtkirk Still stuck on this effort. Do you have any cycles to take a look so I can be unblocked on this? Thanks!
@kgyrtkirk Thanks. Sorry, can you please provide me the steps for enabling JDK 11? What do I need to do to use this new commit and where do I put...
> [WARNING] /home/travis/build/apache/zookeeper/zookeeper-server/src/test/java/org/apache/zookeeper/test/ClientBase.java:[703,20] copyBytes(java.io.InputStream,java.io.OutputStream,int,boolean) in org.apache.zookeeper.common.IOUtils has been deprecated [INFO] 1 warning [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/travis/build/apache/zookeeper/zookeeper-server/src/test/java/org/apache/zookeeper/test/StringUtilTest.java: warnings found and -Werror specified That's...
> [WARNING] /home/travis/build/apache/zookeeper/zookeeper-server/src/main/java/org/apache/zookeeper/admin/ZooKeeperAdmin.java:[319,24] joinStrings(java.util.List,java.lang.String) in org.apache.zookeeper.common.StringUtils has been deprecated [INFO] 6 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/travis/build/apache/zookeeper/zookeeper-server/src/main/java/org/apache/zookeeper/admin/ZooKeeperAdmin.java: warnings found and -Werror specified [INFO]...
> I would also deprecate the split to be honest. I'm not fan of implementing something so general ourselves, especially that java already is pretty good ad string operations, but...
Yup. Fair enough. The idea though is not that it aligns with memory boundaries, but that it aligns with disk boundaries - reading two full sectors is 8192 bytes. Some...
Note: I didn't hit every instance, just some of the easier ones and don't want to commit to doing them all without some hope that this will be accepted. :)