-
as seen on Server Fault
- Search for 'Server Fault'
I have a node.js app with mongodb backend going to production in a week and i have few doubts on how to handle app crashes and restart .
Say i have a simple route /followUser in which i have 2 database operations
/followUser
----->Update User1 Document.followers = User2
----->Update User2…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Setup:
I have a linked server setup on SQL Server 2005 which is pointing to an Oracle DB. The linked server has RPC enabled.
Problem: When a query throws an exception on the remote server (Oracle DB) the SQL Server instance crashes. The logs say that the crash was due to some problem with the RPC…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Setup:
I have a linked server setup on SQL Server 2005 which is pointing to an Oracle DB. The linked server has RPC enabled.
Problem: When a query throws an exception on the remote server (Oracle DB) the SQL Server instance crashes. The logs say that the crash was due to some problem with the RPC…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Today we got some DB crash. The DB is InnoDB. At firstin log:
120404 10:57:40 InnoDB: ERROR: the age of the last checkpoint is 9433732,
InnoDB: which exceeds the log group capacity 9433498.
InnoDB: If you are using big BLOB or TEXT rows, you must set the
InnoDB: combined size of log files at least…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all,
my server crashes whenever one of my users is running a 'R' script (this script requires a large amount of memory). Below is the last top I saw:
top - 11:32:39 up 20 min, 4 users, load average: 1.08, 0.85, 0.46
Tasks: 336 total, 2 running, 334 sleeping, 0 stopped, 0 zombie
Cpu(s):…
>>> More