Ivan Kelly

Results 11 issues of Ivan Kelly

Im using openspotify with the spotify xbmc plugin, and everything but playback seems to be working ok. Log from playing the file is below. I've added the stripping header lines....

With lxc containers running debian stretch on a debian stretch host setup! from jepsen.os.debian/os fails, as libzip2 doesn't exist in stretch.

enhancement
help wanted

##### Issue Overview If you add a timeout to a testng test using org.jboss.arquillian.testng.Arquillian, everything breaks. ##### Expected Behaviour Adding a timeout shouldn't break stuff. ##### Current Behaviour It breaks,...

### What reproduces the bug? Modify https://github.com/ivankelly/bpftrace/blob/fb46dddd2fd5d40c0549c6a9d94cd482d07f1b79/tests/runtime/uprobe#L61, changing EXPECT to ```EXPECT function1``` and run the test inside the bpftrace-builder-ubuntu-glibc image on a linux host. ``` ./runtime-tests.sh --filter 'uprobe.uprobes - attach...

bug
difficulty: medium

Reproduced on master. (9e4a5b16bd16a105d8bd4cda91db6ed4267182be) ### What reproduces the bug? I have a simple rust program. ```rust fn foo2() { std::thread::sleep(std::time::Duration::from_secs(1)); println!("Hello, world!"); } fn foo1() { foo2() } fn main()...

bug
priority: high

You would expect getLength on a LedgerEntry to return the length of the data in the entry. The documentation says it does this, and the Mock implementation do so too....

type/bug
area/client
triage/week-10

### Bug Description The initial symptom of this bug was pools not being at full capacity yet many clients getting kicked back with PoolTimeout errors. We also noticed total_auth_attempts was...

bug

To repro: - create a database and a change stream - query the change stream in a tokio::select! loop like ```rust loop { tokio::select! { _ = some_tokio_interval.tick() => {...

JIRA: https://issues.apache.org/jira/browse/BOOKKEEPER-792 Reporter: Ivan Kelly @ivankelly Right now, to include bookkeeper as a dependency, you need to include org.apache.bookkeeper:bookkeeper-server This pulls in all the bookkeeper-server code, and all the server...

type/bug
jiramigrated
triage/week-33

The quickstart refers to a "all" binary package, which doesn't exist for 0.5.0, (there's only proxy-server and benchmark). The proxy server binary covers a lot of the quickstart cases, but...

release/0.6.0
area/documentation