Re: ScyllaDB on OSv?

2016-08-12 Thread Glauber Costa
On Fri, Aug 12, 2016 at 3:26 PM, Roman Shaposhnik wrote: > On Fri, Aug 12, 2016 at 10:33 AM, Avi Kivity wrote: > > On 08/12/2016 08:23 PM, Waldek Kozaczuk wrote: > >> > >> Given that ScyllaDB uses seastar that can run on OSv is it possible to > run > >>

Re: ScyllaDB on OSv?

2016-08-12 Thread Roman Shaposhnik
On Fri, Aug 12, 2016 at 10:33 AM, Avi Kivity wrote: > On 08/12/2016 08:23 PM, Waldek Kozaczuk wrote: >> >> Given that ScyllaDB uses seastar that can run on OSv is it possible to run >> ScyllaDB on OSv? I have not found anything on scyllaDB site ? >> >> If no are there any plans

Re: ScyllaDB on OSv?

2016-08-12 Thread Avi Kivity
On 08/12/2016 08:23 PM, Waldek Kozaczuk wrote: Given that ScyllaDB uses seastar that can run on OSv is it possible to run ScyllaDB on OSv? I have not found anything on scyllaDB site ? If no are there any plans do make it possible? If yes would there be any advantage of running scylladb on top

ScyllaDB on OSv?

2016-08-12 Thread Waldek Kozaczuk
Given that ScyllaDB uses seastar that can run on OSv is it possible to run ScyllaDB on OSv? I have not found anything on scyllaDB site ? If no are there any plans do make it possible? If yes would there be any advantage of running scylladb on top of OSV performance-wise? -- You received this

[PATCH v5] Provide alternative java.so to start jvm without classloader and log manager isolation in order to run JRE compact profiles.

2016-08-12 Thread Waldemar Kozaczuk
In order to run a JVM app using compact profile 1, 2 or 3 JRE the Java bootstrap code under runjava cannot depend on java.beans.* that is not part of any of the compact profiles. More specifically runjava depends on cglib and asm java libraries that manipulate bytecode and rely on java.beans*.