Commit Graph

2811 Commits

Author SHA1 Message Date
Zuul e978eb920f Merge "Make oslo.messaging, magnum, and zaqar reproducible." 2024-04-12 13:24:34 +00:00
Zuul 41fc2a2d35 Merge "Use StopWatch timer when waiting for message" 2024-04-09 13:47:33 +00:00
Thomas Goirand dc55d64df9 Make oslo.messaging, magnum, and zaqar reproducible.
Whilst working on the Reproducible Builds effort [0], we noticed that
python-oslo.messaging could not be built reproducibly.

This is because the documentation captures the hostname of the build
system.

[0] https://reproducible-builds.org/

This patch uses sample_default from oslo.config to fix this.

Please accept this patch to fix oslo.messaging, magnum, and zaqar
(at least, probably others).

Change-Id: Ie8717e182f709cbddd645a356789e262b47646d3
2024-04-09 11:49:38 +02:00
Zuul 986cd4ab24 Merge "Fix incorrect desc of rabbit_stream_fanout option" 2024-03-27 20:08:09 +00:00
Zuul 63f95e92c3 Merge "kafka: Fix invalid hostaddr format for IPv6 address" 2024-03-27 12:02:40 +00:00
frankming ede60d7a83 Fix incorrect desc of rabbit_stream_fanout option
Description of rabbit_stream_fanout option is incorrect. Actually it
reuses the description of quorum queues. So we need to fix it with a
correct stream queue description.

Closes-Bug: #2058616
Change-Id: I614280c656f7d5fe9043abee93218a9907c395ff
Signed-off-by: frankming <chen27508959@outlook.com>
2024-03-21 15:53:56 +08:00
Zuul 9b39870819 Merge "Restore read stream queues from last known offset" 2024-03-19 19:38:41 +00:00
Zuul 88db1068f7 Merge "reno: Update master for unmaintained/xena" 2024-03-12 14:24:06 +00:00
Zuul 3cc149716c Merge "reno: Update master for unmaintained/wallaby" 2024-03-12 14:10:57 +00:00
Zuul a1d91f854b Merge "reno: Update master for unmaintained/victoria" 2024-03-12 13:11:23 +00:00
OpenStack Release Bot 3642a1b368 Update master for stable/2024.1
Add file to the reno documentation build to show release notes for
stable/2024.1.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.1.

Sem-Ver: feature
Change-Id: I6052756356771e89333f17b644fc93dd9326d529
2024-03-08 14:22:43 +00:00
OpenStack Release Bot 672b208626 reno: Update master for unmaintained/xena
Update the xena release notes configuration to build from
unmaintained/xena.

Change-Id: Id791caea9242f54b455874cc4bef69b4fd87e3dc
2024-03-07 14:25:57 +00:00
OpenStack Release Bot b9797f3385 reno: Update master for unmaintained/wallaby
Update the wallaby release notes configuration to build from
unmaintained/wallaby.

Change-Id: I77d6152203fda5c8acc4dff534562b39b5d7d23b
2024-03-07 14:21:38 +00:00
OpenStack Release Bot 6ce63a0442 reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: Id7136e880a93b0f9de1698bcacddc6b99afbc533
2024-03-07 14:16:27 +00:00
Takashi Kajinami b0e28a1603 kafka: Fix invalid hostaddr format for IPv6 address
When IPv6 address is used for host, the hostaddr should be formatted
in [<address>]:<port> format instead of <address>:<port> format. This
ensures the correct format is used.

Closes-Bug: 1907702
Change-Id: I6f4a453a69e942d5b2d66ffeca6960b85c8bc721
2024-02-20 19:09:56 +09:00
Arnaud Morin b62208a54c Use StopWatch timer when waiting for message
When waiting for a message in a queue, the queue.get(block=True) prevent
the heartbeats to be sent at correct interval.

So instead of blocking the thread, doing a loop using a StopWatch timer
until the timeout is reached.

Closes-Bug: #2035113

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: Ie5cf5d2bd281508bcd2db1409f18ad96b0822639
2024-02-16 14:50:49 +01:00
Guillaume Espanel 5988c7bf14 Restore read stream queues from last known offset
When an agent reconnected to a rabbitmq server, it would start
consumming messages from the last offset available in the stream.

This could cause important messages to be lost.

With this patch, oslo_messaging will keep track of the last consummed
offset and restore reading from that point.

Related-bug: #2031497

Change-Id: I449008829b0c0a1a759c211b83f7a99d9c7f2c0d
2024-02-12 17:55:45 +01:00
Zuul ebdc7db19e Merge "Display the reply queue's name in timeout logs" 2024-02-09 14:39:10 +00:00
Zuul a0f3a7ddaf Merge "Display coverage report" 2024-02-07 16:59:44 +00:00
Takashi Kajinami 795185d43c Display coverage report
... for easy reference. Also make sure old data is purged.

Change-Id: Ic017107ae15fa33cdfd4866f812af9a583a32f14
2024-02-07 12:17:40 +09:00
OpenStack Release Bot 94a3ebcb4d reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: I90b84b3d4995c54e70db680fde83c83034f478f6
2024-02-06 14:28:20 +00:00
Hervé Beraud 97d457f0af
Display the reply queue's name in timeout logs
It would be helpful if "Timed out waiting for <service>" log messages at least
specified on which `reply_q` it was waited for.

Example without the reply_q:

```
12228 2020-09-14 14:56:37.187 7 WARNING nova.conductor.api
[req-1e081db6-808b-4af1-afc1-b87db7839394 - - - - -] Timed out waiting for
nova-conductor.  Is it running? Or did this service start before
nova-conductor?  Reattempting establishment of nova-conductor connection...:
oslo_messaging.exceptions.MessagingTimeout: Timed out waiting for a reply to
message ID 1640e7ef6f314451ba9a75d9ff6136ad
```

Example after adding the reply_q:

```
12228 2020-09-14 14:56:37.187 7 WARNING nova.conductor.api
[req-1e081db6-808b-4af1-afc1-b87db7839394 - - - - -] Timed out waiting for
nova-conductor.  Is it running? Or did this service start before
nova-conductor?  Reattempting establishment of nova-conductor connection...:
oslo_messaging.exceptions.MessagingTimeout: Timed out waiting for a reply
(reply_2882766a63b540dabaf7d019cf0c0cda)
to message ID 1640e7ef6f314451ba9a75d9ff6136ad
```

It could help us to more merely debug and observe if something went
wrong with a reply queue.

Change-Id: Ied2c881c71930dc631919113adc00112648f9d72
Closes-Bug: #1896925
2024-02-06 15:17:46 +01:00
Zuul b5244bd05a Merge "Bump hacking (again)" 2024-01-27 11:46:42 +00:00
Zuul ef381d2172 Merge "Remove scenario 03/04 tests from CI" 2024-01-26 11:24:05 +00:00
Takashi Kajinami 4f4c2772da Bump hacking (again)
The previous attempt did not update the version in pre commit config
so the old version is still used by pep8 target.

Change-Id: Idf8c7d99f7c6aeb0244d58e85524ba1f039195d8
2024-01-26 01:10:57 +09:00
Takashi Kajinami 22634362a8 Bump hacking
hacking 4.0.x is too old.

Change-Id: Ide85649ba04efcc295f4dae6f5147d351666daa3
2024-01-25 12:20:39 +09:00
Zuul 98f4f81186 Merge "Bump bandit" 2024-01-23 13:23:08 +00:00
Zuul 6a1f4618c2 Merge "Drop unused function from scenario test script" 2024-01-23 05:14:22 +00:00
Takashi Kajinami a196e7751a Remove scenario 03/04 tests from CI
We should have removed these when we removed the tox targets[1].

[1] 6e7a5725fa

Change-Id: I4bdf987ea52479ef7790fc506158a57d8d060dc5
2024-01-23 13:01:18 +09:00
Takashi Kajinami c9202b01e2 Drop unused function from scenario test script
This function is no longer used since we removed ampq1 tests, when we
deprecated the amqp1 driver[1]

[1] 0f63c227f5

Change-Id: I47fe04d6a39ed2b5f33b02fa6736d588d0383f5a
2024-01-23 00:44:03 +09:00
Zuul d43696c284 Merge "Update the python search path for extra qdrouter modules" 2024-01-22 15:42:51 +00:00
Zuul a417b425a0 Merge "Add an option to use rabbitmq stream for fanout queues" 2024-01-19 15:24:44 +00:00
Zuul 5e91847af4 Merge "cleanup amqp1 scenarios remnants setups" 2024-01-18 16:34:27 +00:00
Jay Faulkner 800c58826e Utilize the new RequestContext redacted_copy method
We now expect context objects to support returning a redacted copy of
themselves.

As a related cleanup, removed the practice entirely of using
dictionaries to represent contexts in unit tests and the logging driver.

As part of developing this change, I discovered code in Glance (and
potentially other services) which explicitly pass {} in lieu of a
context when notifying; so we now properly handle dictionaries as
contexts.

To ensure we have the method required; require oslo.context 5.3.0 or
newer.

Change-Id: I894f38cc83c98d3e8d48b59864c0c7c2d27e7dcd
2024-01-16 12:08:20 -08:00
Hervé Beraud 6e7a5725fa cleanup amqp1 scenarios remnants setups
Change-Id: I9e042732b1d512bb4bebff7a72ea2063a25d2926
2024-01-16 22:17:57 +09:00
julien.cosmao e95f334459 Add an option to use rabbitmq stream for fanout queues
This is introducing the "stream" queues for fanout so all components
relying on fanout can use the same stream, lowering the number of queues
needed and leveraging the new "stream" type of queues from rabbitmq.

Closes-Bug: #2031497

Change-Id: I5056a19aada9143bcd80aaf064ced8cad441e6eb
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
2024-01-15 09:23:36 +01:00
Zuul 6ad1ccf89c Merge "Add QManager to amqp driver" 2024-01-12 19:42:37 +00:00
Kenneth Giusti df0e4acdd4 Update the python search path for extra qdrouter modules
The latest release of qdrouterd on focal has changed where the
internal python modules are installed.  This patch updates the tox
tests python path configuration.

Change-Id: Icb53ee17af01580d899f388f69be9560e23675e0
2024-01-12 17:33:06 +01:00
Ghanshyam Mann ee5b351742 Update python classifier in setup.cfg
As per the current release tested runtime, we test
python version from 3.8 to 3.11 so updating the
same in python classifier in setup.cfg

Change-Id: I303912894d12be87355f83a1a53be071db94cf84
2024-01-11 16:18:53 -08:00
Zuul 875506fff0 Merge "Enable use of quorum queues for transient messages" 2024-01-11 22:19:53 +00:00
Zuul 37888462d1 Merge "Fix clearing of the fake RPC Exchange" 2023-12-19 19:07:43 +00:00
Takashi Kajinami e2b2008ed9 Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate
translation files without them.

Change-Id: Ib60671941371aa22fbdeeb9d42fc619f60aa15e5
2023-12-19 22:45:57 +09:00
Gorka Eguileor f65607fa48 Fix clearing of the fake RPC Exchange
The current fake driver does not properly clean up the fake RPC exchange
between tests.

This means that if a test invokes code that makes an RPC request, using
the fake driver, without consuming the RPC message, then another test
may receive this request making it fail.

This issues has been found while working on a Cinder patch and has been
worked-arounded there with Change-Id
I52ee4b345b0a4b262e330a9a89552cd216eafdbe.

This patch fixes the source of the problem by clearing the exchange
class dictionary in the FakeExchangeManager during the FakeDriver
cleanup.

Change-Id: If82c2175cf7242b80509d180cdf92323c0f4c43b
2023-11-15 12:26:47 +01:00
Arnaud Morin 4614132ad0 Add QManager to amqp driver
The purpose of this change is to introduce an optional mechanism to keep
the queues name consistent between service restart.
Oslo messaging is already re-using the queues while running, but the
queues are created using a random name at the beginning.

This change propose an option named use_queue_manager (default to False
- so the behavior is not changed) that can be set to True to switch to a
consistent naming based on hostname and processname.

Related-bug: #2031497

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: I2acdef4e03164fdabcb50fb98a4ac14b1aefda00
2023-11-12 00:08:20 +01:00
Arnaud Morin 989dbb8aad Enable use of quorum queues for transient messages
Add a new flag rabbit_transient_quorum_queue to enable the use of quorum
for transient queues (reply_ and _fanout_)

This is helping a lot OpenStack services to not fail (and recover) from
a rabbit node issue.

Related-bug: #2031497

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: Icee5ee6938ca7c9651f281fb835708fc88b8464f
2023-11-12 00:08:20 +01:00
Arnaud Morin 8e3c523fd7 Auto-delete the failed quorum rabbit queues
When rabbit is failing for a specific quorum queue, the only thing to
do is to delete the queue (as per rabbit doc, see [1]).

So, to avoid the RPC service to be broken until an operator eventually
do a manual fix on it, catch any INTERNAL ERROR (code 541) and trigger
the deletion of the failed queues under those conditions.
So on next queue declare (triggered from various retries), the queue
will be created again and the service will recover by itself.

Closes-Bug: #2028384
Related-bug: #2031497

[1] https://www.rabbitmq.com/quorum-queues.html#availability

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: Ib8dba833542973091a4e0bf23bb593aca89c5905
2023-11-12 00:08:20 +01:00
Arnaud Morin f23f3276c4 Allow creating transient queues with no expire
When an operator rely on rabbitmq policies, there is no point to set the
queue TTL in config.
Moreover, using policies is much more simpler as you dont need to
delete/recreate the queues to apply the new parameter (see [1]).
So, adding the possibility to set the transient queue TTL to 0 will
allow the creation of the queue without the x-expire parameter and only
the policy will apply.

[1] https://www.rabbitmq.com/parameters.html#policies

Related-bug: #2031497

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: I34bad0f6d8ace475c48839adc68a023dd0c380de
2023-11-12 00:08:20 +01:00
Arnaud Morin 3438726dd0 Add some logs when sending RPC messages
Related-bug: #2031497

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: I7d0c318624d3d02182392ca3f06eed04d4133728
2023-11-12 00:08:11 +01:00
Zuul f455edd601 Merge "Bump bandit and make oslo.messaging compatible with latest rules" 2023-10-20 13:47:33 +00:00
Zuul b45733ad92 Merge "Move integration jobs to Ubuntu 22.04 (Jammy)" 2023-10-19 00:09:09 +00:00