mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #49390
[Bug 1787583] [NEW] Redis support can't be used without sentinel (18.04)
Public bug reported:
Redis support for the session handler was added in #1747297 (in 18.04)
but the connector requires sentinel support (which isn't documented),
and can't be used with the AWS Redis-as-a-service feature.
Or at least, if it can, it's not clear how to actually do that, because
all of the changes in
https://git.mahara.org/mahara/mahara/commit/edd6ec19a5c69ba18edaacd7054e2ea3777709fb
seem to rely on having a sentinel set up and then overriding whatever
might be otherwise set in the php.ini file to use a sentinel.
It would be great if it could be configured to optionally use a sentinel
server since there are some configurations where this absolutely makes
sense, but there are some where it's not connecting to a sentinel server
but services like AWS where it's just effectively a single Redis server
without sentinel support.
** Affects: mahara
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1787583
Title:
Redis support can't be used without sentinel (18.04)
Status in Mahara:
New
Bug description:
Redis support for the session handler was added in #1747297 (in 18.04)
but the connector requires sentinel support (which isn't documented),
and can't be used with the AWS Redis-as-a-service feature.
Or at least, if it can, it's not clear how to actually do that,
because all of the changes in
https://git.mahara.org/mahara/mahara/commit/edd6ec19a5c69ba18edaacd7054e2ea3777709fb
seem to rely on having a sentinel set up and then overriding whatever
might be otherwise set in the php.ini file to use a sentinel.
It would be great if it could be configured to optionally use a
sentinel server since there are some configurations where this
absolutely makes sense, but there are some where it's not connecting
to a sentinel server but services like AWS where it's just effectively
a single Redis server without sentinel support.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1787583/+subscriptions
Follow ups