You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2020/02/03 22:44:46 UTC

[GitHub] [bookkeeper] eolivelli commented on issue #2254: Issue 2218: Write customMetadata on ledgers created by DistributedLog

eolivelli commented on issue #2254: Issue 2218: Write customMetadata on ledgers created by DistributedLog
URL: https://github.com/apache/bookkeeper/pull/2254#issuecomment-581655307
 
 
   @dmercuriali the approach is good.
   You have some javac error:
   ```
   
   2020-01-30T17:03:44.4179776Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.4.1/httpclient-4.4.1.jar (721 kB at 6.3 MB/s)
   2020-01-30T17:04:01.7976679Z [ERROR] COMPILATION ERROR : 
   2020-01-30T17:04:01.7986913Z [ERROR] /home/runner/work/bookkeeper/bookkeeper/stream/distributedlog/core/src/main/java/org/apache/distributedlog/api/DistributedLogManager.java:[116,33] cannot find symbol
   2020-01-30T17:04:01.7991275Z   symbol:   method failedFuture(java.lang.UnsupportedOperationException)
   2020-01-30T17:04:01.7994806Z   location: class java.util.concurrent.CompletableFuture
   2020-01-30T17:04:01.8023930Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project distributedlog-core: Compilation failure
   2020-01-30T17:04:01.8033444Z [ERROR] /home/runner/work/bookkeeper/bookkeeper/stream/distributedlog/core/src/main/java/org/apache/distributedlog/api/DistributedLogManager.java:[116,33] cannot find symbol
   2020-01-30T17:04:01.8039627Z [ERROR]   symbol:   method failedFuture(java.lang.UnsupportedOperationException)
   2020-01-30T17:04:01.8044182Z [ERROR]   location: class java.util.concurrent.CompletableFuture
   2020-01-30T17:04:01.8045720Z [ERROR] 
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services