WALDEMAR KOZACZUK

Results 8 issues of WALDEMAR KOZACZUK

When calling org.scalatra.atmosphere.AtmosphereClient.broadcast() the applications every so often (we see this happen every 3-4 days in production) gets to the point where all threads calling this method hang with the...

atmosphere

Here is the code to reproduce (more less) ``` object ProductionType extends Enumeration { type ProductionType = Value val Advanced = Value( "advanced" ) val Basic = Value( "basic" )...

swagger

Following exception get raised: ``` java.lang.IllegalStateException: null at org.eclipse.jetty.server.session.AbstractSession.checkValid(AbstractSession.java:110) ~[jetty-server-9.1.2.v20140210.jar:9.1.2.v20140210] at org.eclipse.jetty.server.session.HashedSession.checkValid(HashedSession.java:79) ~[jetty-server-9.1.2.v20140210.jar:9.1.2.v20140210] at org.eclipse.jetty.server.session.AbstractSession.getAttribute(AbstractSession.java:141) ~[jetty-server-9.1.2.v20140210.jar:9.1.2.v20140210] at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[na:na] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_05] at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_05] at org.scalatra.servlet.AttributesMap$class.get(AttributesMap.scala:26) ~[scalatra_2.10-2.3.0.RC1.jar:2.3.0.RC1] at...

atmosphere

What would it take to implement 64-bit main counter - https://github.com/moby/hyperkit/blob/8975f80ae46ef315e600552328ba63af09b742f7/src/lib/vmm/io/vhpet.c#L96?

I could not find any e-mailing list or another forum I could post this question to so I am creating an issue which I will close eventually. So I am...

This is more a question than issue. Has there been any release of this library? The snapshot version (0.1.3-SNAPSHOT) suggests there was 0.1.2 but I could not find it anywhere....

Per comment: https://github.com/firecracker-microvm/firecracker/blob/99a026756c406d1c7f60c5c9f6685adcab1229e7/devices/src/virtio/net.rs#L153-L154 virtio-net implementation in firecracker does not support VIRTIO_NET_F_MRG_RXBUF. The VIRTIO_NET_F_MRG_RXBUF allows for much finer memory management that the existing one that relies on humongous 68K (17 pages)...

Priority: Low
Type: Enhancement
Status: WIP

First of all, I wanted to congratulate @gkostka and other contributors on this excellent library. Now, I am considering to integrate `lwext4` into the [OSv unikernel](https://github.com/cloudius-systems/osv) to add `ext4` support....