Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix queue initialization in pivot_call module #6

Closed
wants to merge 1 commit into from
Closed

Fix queue initialization in pivot_call module #6

wants to merge 1 commit into from

Conversation

kkalin78
Copy link

There is a race condition when pivot_call will not get queue name thus it crashes. gen_listener runs init_amqp after gen_listener:init is done.

@k-anderson k-anderson closed this Mar 14, 2013
jamesaimonetti added a commit that referenced this pull request Dec 16, 2016
# This is the 1st commit message:
doc_storage: add descriptions to schema

update docs and swagger in the process

# This is the commit message #2:

doc_storage: start to document the storage API

# This is the commit message #3:

doc_storage: add schema description to table output

# This is the commit message #4:

doc_storage: update schema ref

# This is the commit message #5:

doc_storage: sort order to allowed methods

# This is the commit message #6:

doc_storage: add description

# This is the commit message #7:

doc_storage: add descriptions to google drive schema

# This is the commit message #8:

doc_storage: incorporate latest generated doc

# This is the commit message #9:

doc_storage: start blog about storage

# This is the commit message #10:

doc_storage: update header

# This is the commit message #1:

doc_storage: ignore "id" field in schema

# This is the commit message #2:

doc_storage: refactor to more functions, add log

# This is the commit message #3:

doc_storage: add patch support to cb_storage

# This is the commit message #4:

doc_storage: refactor to more functions

# This is the commit message #5:

doc_storage: handle additionalProperties schema fail

# This is the commit message #6:

doc_storage: get resp_status from right context

# This is the commit message #7:

doc_storage: add plan config

# This is the commit message #8:

doc_storage: add JSON for ref

# This is the commit message #9:

doc_storage: update markdown
lazedo pushed a commit that referenced this pull request Dec 16, 2016
* # This is a combination of 9 commits.
# This is the 1st commit message:
doc_storage: add descriptions to schema

update docs and swagger in the process

# This is the commit message #2:

doc_storage: start to document the storage API

# This is the commit message #3:

doc_storage: add schema description to table output

# This is the commit message #4:

doc_storage: update schema ref

# This is the commit message #5:

doc_storage: sort order to allowed methods

# This is the commit message #6:

doc_storage: add description

# This is the commit message #7:

doc_storage: add descriptions to google drive schema

# This is the commit message #8:

doc_storage: incorporate latest generated doc

# This is the commit message #9:

doc_storage: start blog about storage

# This is the commit message #10:

doc_storage: update header

# This is the commit message #1:

doc_storage: ignore "id" field in schema

# This is the commit message #2:

doc_storage: refactor to more functions, add log

# This is the commit message #3:

doc_storage: add patch support to cb_storage

# This is the commit message #4:

doc_storage: refactor to more functions

# This is the commit message #5:

doc_storage: handle additionalProperties schema fail

# This is the commit message #6:

doc_storage: get resp_status from right context

# This is the commit message #7:

doc_storage: add plan config

# This is the commit message #8:

doc_storage: add JSON for ref

# This is the commit message #9:

doc_storage: update markdown

* doc_storage: write basic guide to using storage

* doc_storage: add xmerl to base PLT
jamhed pushed a commit to jamhed/kazoo that referenced this pull request Dec 23, 2016
* # This is a combination of 9 commits.
# This is the 1st commit message:
doc_storage: add descriptions to schema

update docs and swagger in the process

# This is the commit message #2:

doc_storage: start to document the storage API

# This is the commit message #3:

doc_storage: add schema description to table output

# This is the commit message 2600hz#4:

doc_storage: update schema ref

# This is the commit message 2600hz#5:

doc_storage: sort order to allowed methods

# This is the commit message 2600hz#6:

doc_storage: add description

# This is the commit message 2600hz#7:

doc_storage: add descriptions to google drive schema

# This is the commit message 2600hz#8:

doc_storage: incorporate latest generated doc

# This is the commit message 2600hz#9:

doc_storage: start blog about storage

# This is the commit message 2600hz#10:

doc_storage: update header

# This is the commit message 2600hz#1:

doc_storage: ignore "id" field in schema

# This is the commit message #2:

doc_storage: refactor to more functions, add log

# This is the commit message #3:

doc_storage: add patch support to cb_storage

# This is the commit message 2600hz#4:

doc_storage: refactor to more functions

# This is the commit message 2600hz#5:

doc_storage: handle additionalProperties schema fail

# This is the commit message 2600hz#6:

doc_storage: get resp_status from right context

# This is the commit message 2600hz#7:

doc_storage: add plan config

# This is the commit message 2600hz#8:

doc_storage: add JSON for ref

# This is the commit message 2600hz#9:

doc_storage: update markdown

* doc_storage: write basic guide to using storage

* doc_storage: add xmerl to base PLT
serg-i-o added a commit to serg-i-o/kazoo that referenced this pull request Jun 1, 2018
jamesaimonetti added a commit that referenced this pull request Sep 11, 2018
# This is the 1st commit message:

Merge the diff into the current doc and try saving again

cleanup logging

prefer the diff's value (excepting _rev)

# This is the commit message #1:

simplfy doc return

# This is the commit message #2:

only convert to binary if a list of ascii is present

also don't convert kz_json:object() to null if found

update tests accordingly

# This is the commit message #3:

use sets:subtract/2 to find the diff in J1 and J2

# This is the commit message #4:

add ability to merge list of jobjs with strategy fun

# This is the commit message #5:

more diff testing

# This is the commit message #6:

flag ensure_saved as deprecated

# This is the commit message #7:

remove arity-4 export

we can change arity-3 to accept options instead of the updates directly

# This is the commit message #8:

ignore return

# This is the commit message #9:

refactor update_doc to take an options list instead

# This is the commit message #10:

update account docs with update proplist

# This is the commit message #11:

add specs and update type

# This is the commit message #12:

update usage of kz_datamgr:update_doc

# This is the commit message #13:

update uses of update_doc

# This is the commit message #14:

expose paths for properties

also fixes updating the version in the accounts DB

# This is the commit message #15:

expose the base properties being set

# This is the commit message #16:

use a setter

# This is the commit message #17:

expose more paths

# This is the commit message #18:

update uses of ensure_saved to use update_doc

# This is the commit message #19:

fix function call

# This is the commit message #20:

ignore returns

# This is the commit message #21:

less args passed around

# This is the commit message #22:

filter undefined

# This is the commit message #23:

takes a flat proplist

# This is the commit message #24:

match return

# This is the commit message #25:

use the saved version in future contexts

# This is the commit message #26:

just try to delete the doc without opening it

# This is the commit message #27:

handle returns

# This is the commit message #28:

handle return

# This is the commit message #29:

delete the doc directly, handle returns

# This is the commit message #30:

refactor a bit

# This is the commit message #31:

remove unreachable clause

# This is the commit message #32:

update spec

# This is the commit message #33:

expose more paths

# This is the commit message #34:

expose more paths

# This is the commit message #35:

fix specs

# This is the commit message #36:

match on proper return

# This is the commit message #37:

update spec

# This is the commit message #38:

update account docs

# This is the commit message #39:

should save the docs

# This is the commit message #40:

add missing types

# This is the commit message #41:

hackney wants a binary

# This is the commit message #42:

hackney wants a binary

# This is the commit message #43:

more strict checking of design docs

# This is the commit message #44:

update type

# This is the commit message #45:

update usages

# This is the commit message #46:

add announcement for 4.3

# This is the commit message #47:

update spelling

# This is the commit message #48:

fix spelling

# This is the commit message #49:

ref the local fun

# This is the commit message #50:

save the accounts version if not_found

# This is the commit message #51:

return the account db version

# This is the commit message #52:

hide $ from formatter

# This is the commit message #53:

make sure to update the account doc

# This is the commit message #54:

move saving account docs to updates instaed

# This is the commit message #55:

right function name this time
kageds added a commit to kageds/kazoo that referenced this pull request Jul 6, 2020
1) Convert FSMs from gen_fsm to gen_statem
2) remove playback_stop dependency
3) manually merge Daniel's 4.3 PRs

List of Daniel's PRs merged:
Description                                                           Commit Id    kageds/master-acdc
                                                                                   status
-----------------------------------------------------------------------------------------------------
Actually set last_connect in acdc_agent_listener                      1ad1933    already present
PISTON-188: update agent_listener queue id during originate, no       81d70b4    already present
PISTON-371: handle ringing cancellations better when originate_       662a76c    already present
PISTON-55: acdc distributed member_connect_win (2600hz#6                    51ac54a    OK
PISTON-315: correctly identify endpoint id during load_endpoint       dbbb411    already present
PISTON-375: add dedicated force-restart API for acdc (#               9cead8a    OK
[4.3] PISTON-772: do not start agents in acdc_queue_manager           9eb224e    OK
[4.3] Check if ErrJObj is actually a JObj (2600hz#6563)                     0b5a29a    already present
[4.3] PISTON-183: acdc_agent_fsm state sync using shared events       bf8ea2d    already present
[4.3] PISTON-397: handle agent channels that are destroyed qui        d4afa8f    already present
PISTON-893: acdc_agent_listener doesn't need route.req, don't b       fe86855    OK
PISTON-290: refactor transfer tracking in acdc agent (#               26a67cc    already present
acdc_agent_fsm: don't set ready status until apply_state_update       21769cc    already present
PISTON-371: missed change in paused state 'originate_uuid' (          eb53a39    already present
PISTON-592: clear call state when ending wrapup early (#              475c729    already present
PISTON-976: significant performance improvements for acdc statu       f22e119    needs work
PISTON-625: do not pass pids as start_link args (2600hz#6                   9bd3339    OK
[4.3] PISTON-234: keep modified caller ID on phone after bridge       cb9a8c8    already present
[4.3] PISTON-352: track endpoints in acdc_agent_fsm better (          4dc25e7    already present
[4.3] Misc sync-up changes to acdc (2600hz#6575)                            a028dd8    already present
[4.3] PISTON-773: rework some acdc_agent_util status code (           d7497f2    needs work
[4.3] PISTON-116: acdc_agent_fsm: stop ringing when pausing           6e80559    already present
[4.3] remove unused acdc_agent_listener:maybe_update_presence_s       1914499    OK
[4.3] PISTON-1083: acdc stats: allow some wiggle room on query        ee3382d    OK
[4.3] acdc ignore/cancel/exit overhaul (2600hz#6588)                        08115c9    already present
[4.3] Fix number of tuple elements to acdc_queue_manager's agen       dcfed9f    already present
[4.3] Many dialyzer fixes for acdc (2600hz#6590)                            542e518    OK
[4.3] Support infinity for agent pause time (2600hz#65                      38ac480    OK
[4.3] PISTON-292: support for pause aliases (2600hz#65                      dfa6cb3    OK

NOTE: The 2 PRs identiified as "needs work" are related to ETS improvements and require further study as some ETS tables maybe moved
to a distrubted mnesia table in order to have a cluster view rather than a node view.
kageds pushed a commit to kageds/kazoo that referenced this pull request Jul 7, 2020
1) Convert FSMs from gen_fsm to gen_statem
2) remove playback_stop dependency
3) manually merge Daniel's 4.3 PRs

List of Daniel's PRs merged:
Description                                                           Commit Id    kageds/master-acdc
                                                                                   status
-----------------------------------------------------------------------------------------------------
Actually set last_connect in acdc_agent_listener                      1ad1933    already present
PISTON-188: update agent_listener queue id during originate, no       81d70b4    already present
PISTON-371: handle ringing cancellations better when originate_       662a76c    already present
PISTON-55: acdc distributed member_connect_win (2600hz#6                    51ac54a    OK
PISTON-315: correctly identify endpoint id during load_endpoint       dbbb411    already present
PISTON-375: add dedicated force-restart API for acdc (#               9cead8a    OK
[4.3] PISTON-772: do not start agents in acdc_queue_manager           9eb224e    OK
[4.3] Check if ErrJObj is actually a JObj (2600hz#6563)                     0b5a29a    already present
[4.3] PISTON-183: acdc_agent_fsm state sync using shared events       bf8ea2d    already present
[4.3] PISTON-397: handle agent channels that are destroyed qui        d4afa8f    already present
PISTON-893: acdc_agent_listener doesn't need route.req, don't b       fe86855    OK
PISTON-290: refactor transfer tracking in acdc agent (#               26a67cc    already present
acdc_agent_fsm: don't set ready status until apply_state_update       21769cc    already present
PISTON-371: missed change in paused state 'originate_uuid' (          eb53a39    already present
PISTON-592: clear call state when ending wrapup early (#              475c729    already present
PISTON-976: significant performance improvements for acdc statu       f22e119    needs work
PISTON-625: do not pass pids as start_link args (2600hz#6                   9bd3339    OK
[4.3] PISTON-234: keep modified caller ID on phone after bridge       cb9a8c8    already present
[4.3] PISTON-352: track endpoints in acdc_agent_fsm better (          4dc25e7    already present
[4.3] Misc sync-up changes to acdc (2600hz#6575)                            a028dd8    already present
[4.3] PISTON-773: rework some acdc_agent_util status code (           d7497f2    needs work
[4.3] PISTON-116: acdc_agent_fsm: stop ringing when pausing           6e80559    already present
[4.3] remove unused acdc_agent_listener:maybe_update_presence_s       1914499    OK
[4.3] PISTON-1083: acdc stats: allow some wiggle room on query        ee3382d    OK
[4.3] acdc ignore/cancel/exit overhaul (2600hz#6588)                        08115c9    already present
[4.3] Fix number of tuple elements to acdc_queue_manager's agen       dcfed9f    already present
[4.3] Many dialyzer fixes for acdc (2600hz#6590)                            542e518    OK
[4.3] Support infinity for agent pause time (2600hz#65                      38ac480    OK
[4.3] PISTON-292: support for pause aliases (2600hz#65                      dfa6cb3    OK

NOTE: The 2 PRs identiified as "needs work" are related to ETS improvements and require further study as some ETS tables maybe moved
to a distrubted mnesia table in order to have a cluster view rather than a node view.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants