amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

Rebase pr4 decision making module #815

Closed quinton-hoole closed 4 years ago

quinton-hoole commented 4 years ago

This is a rebase against HEAD of #793, with all conflicts resolved.

All unit and integration tests pass, but example apps hang, presumably for the same reason as

https://github.com/amino-os/Amino.Run/pull/794#issuecomment-527767229

Sep 05, 2019 4:59:47 PM amino.run.kernel.server.KernelServerImpl copyKernelObject
INFO: Started adding 1 objects. First OID: KernelObject(432889216)
Sep 05, 2019 4:59:47 PM amino.run.kernel.server.KernelServerImpl copyKernelObject
INFO: Finished adding microservice for KernelObject(432889216) with amino.run.policy.atleastoncerpc.AtLeastOnceRPCPolicy$ServerPolicy@d0629d5
Total memory: 246415360 Bytes
Free memory: 124800856 Bytes
Total memory: 244318208 Bytes
Free memory: 170061776 Bytes
Total memory: 236978176 Bytes
Free memory: 222831320 Bytes
Total memory: 236978176 Bytes
Free memory: 206533632 Bytes
<=========----> 75% EXECUTING [23m 48s]
> :examples:kvstore:runapp
...

@VenuReddy2103 could you please take a look.

quinton-hoole commented 4 years ago

No longer needed now that #793 has been rebased.