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

Detect available memory on OpenBSD. #2

Closed
wants to merge 1 commit into from

Conversation

PiotrSikora
Copy link
Contributor

No description provided.

While there, rename freebsd_sysctl() to sysctl(), since sysctl is available
on number of different platforms.
@PiotrSikora
Copy link
Contributor Author

It seems that it was pulled long time ago as bb793ee, so I'm closing it.

dumbbell added a commit that referenced this pull request Dec 24, 2014
…rable

Now that 'pause_if_all_down' accepts a list of preferred nodes, it is
possible that these nodes are spread across multiple partitions. For
example, suppose we have nodes A and B in datacenter #1 and nodes C and
D in datacenter #2, and we set {pause_if_all_down, [A, C]}, If the link
between both datacenters is lost, A/B and C/D forms two partitions.
RabbitMQ continues to run at both sites because all nodes see at least
one node from the preferred nodes list. When the link comes back, we
need to handle the recovery.

Therefore, a user can specify the strategy:
    o  {pause_if_all_down, [...], ignore} (default)
    o  {pause_if_all_down, [...], autoheal}

This third parameter is mandatory.

If the strategy is 'ignore', RabbitMQ is started again on paused nodes,
as soon as they see another node from the preferred nodes list. This is
the default behaviour.

If the strategy is 'autoheal', RabbitMQ is started again, like in
'ignore' mode, but when all nodes are up, autohealing kicks in as well.

Compared to plain 'autoheal' mode, the chance of loosing data is low
because paused nodes never drifted away from the cluster. When they
start again, they join the cluster and resume operations as any starting
node.
@dumbbell dumbbell modified the milestone: n/a Mar 24, 2015
dumbbell added a commit that referenced this pull request Apr 7, 2016
The migrated tests are:
    o  rabbit_ctl_timeout_tests
    o  vm_memory_monitor_tests
    o  credit_flow_test
    o  on_disk_store_tunable_parameter_validation_test
    o  password_hashing_tests
    o  rabbit_resource_monitor_misc_test

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 7, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 8, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 11, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 13, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 13, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 13, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 13, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 14, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 15, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 15, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 18, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 20, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 20, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 21, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
bdshroyer pushed a commit that referenced this pull request Apr 21, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 29, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request Apr 29, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 3, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 6, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 6, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 20, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 23, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 24, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 25, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 25, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 25, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 25, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dumbbell added a commit that referenced this pull request May 27, 2016
The migrated tests are those from `rabbit_tests.erl`.

References #725.
[#116526487]
dcorbacho pushed a commit that referenced this pull request May 27, 2016
…e-fix

Fix `run-background-brocker` makefile target
pjk25 pushed a commit that referenced this pull request Nov 16, 2020
michaelklishin pushed a commit that referenced this pull request Nov 17, 2020
dcorbacho pushed a commit that referenced this pull request Dec 23, 2020
michaelklishin added a commit that referenced this pull request Apr 8, 2021
 fix a typo in the new EC2 IMDSv2 configuration flag name #2
binarin pushed a commit that referenced this pull request Sep 28, 2021
Symlink private_log directory for the last test run inside logs
binarin pushed a commit that referenced this pull request Sep 28, 2021
Symlink private_log directory for the last test run inside logs
binarin pushed a commit that referenced this pull request Sep 28, 2021
The definition of the `security_groups` variable in the `direct-vms`
module was incorrect. This may explain the error seen in CI. No idea why
the same error didn't appear locally though.
binarin pushed a commit that referenced this pull request Sep 28, 2021
Switch to Mozilla Public License 2.0 (MPL 2.0)
lukebakken pushed a commit to ariel-anieli/rabbitmq-server that referenced this pull request Jan 6, 2024
# This is the 1st commit message:

Added undo_colour/1, removes ANSI escape codes

# This is the commit message rabbitmq#2:

Fix for rabbitmq#8557, removed ANSI codes in JSON output

# This is the commit message rabbitmq#3:

Removed undo_colour/1
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.

None yet

2 participants