i want to behin with contributing to cloudstack.
please guide me on how to begin with learning process and then forward
Thank You
Gaurav
Hi,
Getting involved is fairly easy. From my experience the community is
very helpful. I'll briefly go through some of the things the community
have.
1) JIRA
The cloudstack JIRA can be found at:
https://issues.apache.org/jira/browse/CLOUDSTACK all bugs are reported
over there.
2) Review board
Wh
I will update the report. I am aware that a "Intro to Mesos" post is also
pending from my side. Want to write on my experience while doing changes on
large and active code base too, but that is gona take some time.
I am little off in my timeline. I plan to get mesos on cloudstack working
by midter
On Fri, Jul 05, 2013 at 06:27:46PM +0530, Prasanna Santhanam wrote:
> There was another issue I found today with the SDK v1.3.21. It appears
> I can't use periods in the name of a bucket. I see an SSL Exception
> when this is done [1]. The bug is fixed in the v1.3.22. There are also
> couple of oth
Thanks!
On Fri, Jul 5, 2013 at 7:46 PM, Soheil Eizadi wrote:
> Hi Mike,
> You typically have a public interface for your DAO:
> public interface InfobloxDao extends GenericDao{
>
> }
>
> Then an implementation:
> public class InfobloxDaoImpl extends GenericDaoBase
> implements Infoblo
I've noticed that the cloudstack management server creates persistent
connections to the database, and crashes if the database connection is
lost. I haven't looked at the code yet, but I was wondering if anyone
knew about what was going on here, if it's simply not set up to
gracefully handle reconn
I see that my db.properties has db.cloud.autoReconnect=true, which
translates to setting autoReconnect in the jdbc driver connection in
utils/src/com/cloud/utils/db/Transaction.java. I also see that if I
manually trigger the issue I get:
013-07-07 00:42:50,502 ERROR [cloud.cluster.ClusterManagerIm
Hi,
On 07/07/2013 08:45 AM, Marcus Sorensen wrote:
I see that my db.properties has db.cloud.autoReconnect=true, which
translates to setting autoReconnect in the jdbc driver connection in
utils/src/com/cloud/utils/db/Transaction.java. I also see that if I
manually trigger the issue I get:
Just