slackbot2
<keviny> The partitioning is taken care of by the apps field
slackbot2
<keviny> L582
slackbot2
<keviny> it would forward it to the partition based on that
slackbot2
<hsiliev> Thanks. I want to dig deeper, so I'll add some tests on top of your PR. Would be a good excercise
slackbot2
<hsiliev> Good day/night :slightly_smiling_face:
slackbot2
<keviny> I’ll add a test on the case where no sink is configured when i get the chance. Have some urgent stuff to do :(
slackbot2
<keviny> Good night and thanks
slackbot2
<keviny> @hsiliev I added the test for my PR yesterday :slightly_smiling_face:
slackbot2
<hsiliev> At least I know what this part of the tests do
slackbot2
<hsiliev> !here|@here We investigated an issue with 401 from provisioning plugin. If we mark a doc as "error" and later submit the same usage we'll get 409 I guess?
slackbot2
<keviny> 401 is authorization issue though
slackbot2
<keviny> We don't mark doc as error. it is stored in the error db
slackbot2
<keviny> yeah, if we don't configure the replay, we actually is not calling the replay
slackbot2
<keviny> so if we don't pass time or env.REPLAY it is not going to attempt to replay
slackbot2
<keviny> It is basically to take care of stuff that might not processed succesfully when cf restart the app
slackbot2
<hsiliev> I see. Thanks
slackbot2
<rajkiranrbala> Have a meeting here
slackbot2
<rajkiranrbala> I forgot to thank you @hsiliev
slackbot2
<rajkiranrbala> I havent explored the Codacy fully yet
slackbot2
<rajkiranrbala> But it looks really cool
slackbot2
<hsiliev> Our status: Broker: working on a new integration tests module to allow interaction with cf and uaa clients added create & update of plans and mappings still having issues with abacus module dependencies Abacus: reported a bug for error detection. Thanks to @keviny for fixing it business errors not handled by cf-bridge
on “missing” linux-container plan due to network issues. Proposed a fix in PR fine-
slackbot2
BATCH_SIZE
and REPLAY
slackbot2
<hsiliev> @rajkiranrbala Yep. Might be quite useful
slackbot7
<rajkiranrbala> breaker
slackbot7
<rajkiranrbala> i should update the lock module too
Guest47444
I deployed Abacus on my CF. Trying to use Abacus. I write three plans (basic-object-storage-v2, object-rating-plan-v2 and object-pricing-basic-v2)
Guest47444
The question is I dont know how to fill in resource_id
and plan_id
(when POST /v1/metering/collected/usage) I guess i missing some steps, but I already read all document on cf-abacus's github
Guest47444
Also, I tried this API (POST|GET|PUT /v1/provisioning/resources/:resource_id/config) from slide cf-abacus-v0.7.0 But it didn't works. Although the latest API document is removed this API (https://github.com/cloudfoundry-incubator/cf-abacus/blob/master/doc/api.md) Please excuse my poor English. Many thanks. Ricky
slackbot7
<hsiliev> Hey you need to add the plans to the mappings as well: https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/config/mappings/src/plans
slackbot7
<hsiliev> then restart Abacus
slackbot7
<rajkiranrbala> I will review this today
slackbot7
<hsiliev> And since you are using CF you'll need to rebuild and redeploy it. To make plan developer's life easier we started a new project: https://github.com/cloudfoundry-incubator/cf-abacus-broker Might want to use it (or at least parts of it). Still in development though