Nick Dimiduk

Results 24 issues of Nick Dimiduk

update create-release Dockerfile to use jdk11-headless Requires #3974

This is... a solution. It's probably fine for running on hardware you own with a source repository you trust. I'm not sure it's wise when running on a remote build...

create build profiles for different hbase versions. support 0.92, 0.94 to begin with.

enhancement

Serialized representations are just byte[]s not specifically rowkeys in any way. One might want to concatenate multiple byte[]s together, in which case a builder might be helpful. Disambiguate these concepts.

question

Fully re-written to reuse code from leiningen rather than copy-pasting from leiningen. Depends on private functionality from leiningen 1.6.2 and so will likely break with 2.x. This should also resolve...

Current behavior is to truncate column output when the console is not wide enough. The output table makes no indication that additional columns are present. Output should be produced in...

We occasionally get a test failure in TestCleanerChore.retriesIOExceptionInStatus. For example, from a recent PR build [0] on branch-2.6, ``` java.util.concurrent.ExecutionException: java.io.IOException: whomp whomp. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at org.apache.hadoop.hbase.master.cleaner.TestCleanerChore.retriesIOExceptionInStatus(TestCleanerChore.java:163) ......