Matt Zagrabelny
2016-09-09 16:35:11 UTC
Carlos and other devs,
There seems to be a couple issues that may be buried deep with respect
to Netdot. I'm wondering if it would be alleviated by leaving mod_perl
and moving to a FastCGI + PSGI solution.
I know that proposal isn't free, but wondering if it would be worth
migrating towards it.
Here are a few of the issues that we experience that may be related to
the mod_perl solution:
- We're hitting a cache issue every once in a while - and it makes
Netdot throw stack traces when trying to create new ipblocks. I've
traced it to the data in the datacache table not accurately
representing the rest of the database. The cached Patricia tree is
incorrect and causes parent ipblock info wrong and then database
insert fails.
- Perhaps related to the above, there are database misses when
creating/updating an ipblock/dns and then immediately searching for
those changed values - Netdot doesn't find the records, but searching
for the preceding name works.
- I cannot enable mod-shib with the apache 2.4 configs for Netdot.
I've searched the mailing lists and have seen DB inconsistency mentioned before.
Just trying to get some dialogue going among the group about these issues.
Thanks!
-m
There seems to be a couple issues that may be buried deep with respect
to Netdot. I'm wondering if it would be alleviated by leaving mod_perl
and moving to a FastCGI + PSGI solution.
I know that proposal isn't free, but wondering if it would be worth
migrating towards it.
Here are a few of the issues that we experience that may be related to
the mod_perl solution:
- We're hitting a cache issue every once in a while - and it makes
Netdot throw stack traces when trying to create new ipblocks. I've
traced it to the data in the datacache table not accurately
representing the rest of the database. The cached Patricia tree is
incorrect and causes parent ipblock info wrong and then database
insert fails.
- Perhaps related to the above, there are database misses when
creating/updating an ipblock/dns and then immediately searching for
those changed values - Netdot doesn't find the records, but searching
for the preceding name works.
- I cannot enable mod-shib with the apache 2.4 configs for Netdot.
I've searched the mailing lists and have seen DB inconsistency mentioned before.
Just trying to get some dialogue going among the group about these issues.
Thanks!
-m