search for: __journal_drop_transaction

Displaying 8 results from an estimated 8 matches for "__journal_drop_transaction".

2005 May 03
0
several ext3 and mysql kernel crashes
...ith MySQL? In any case, I'm logging all console messages now, so hopefully I can have more ksymoops output for you soon enough. I've included the output for each below. Thank you for your time! Jason First Machine ("Scratchy") ========================== Assertion failure in __journal_drop_transaction() at fs/jbd/checkpoint.c:613: "transaction->t_forget == NULL" ------------[ cut here ]------------ kernel BUG at fs/jbd/checkpoint.c:613! invalid operand: 0000 [#1] SMP CPU: 2 EIP: 0060:[<c01f8404>] Not tainted VLI EFLAGS: 00010282 (2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+...
2005 Nov 16
0
(large, external) data journal BUG (Assertion failure in __journal_drop_transaction() at fs/jbd/checkpoint.c:626: "transaction->t_forget == NULL")
...and high commit intervals. Both machines use the gdth driver for their hardware RAID sets, if that's of any use. I think the hardware is good in both cases. I hope someone finds this data useful enough to be able to fix the bug. IMAP server crash (once only, thus far): Assertion failure in __journal_drop_transaction() at fs/jbd/checkpoint.c:626: "transaction->t_forget == NULL" ----------- [cut here ] --------- [please bite here ] --------- Kernel BUG at "fs/jbd/checkpoint.c":626 invalid operand: 0000 [1] SMP CPU 0 Modules linked in: loop iptable_nat ip_conntrack_amanda ipt_ULOG ipt_REJ...
2004 Jan 24
1
1000''s of classes and filters
Hi, More than 1000''s of classes and filters gets created/deleted in run time. Are we doing it correctly( as our requirement is such). Since few days we are facing lots of problems, like the server gets hanged, we get some junk messages in our logs. we have to reboot our server every now and then. What is the max limit of classes/filters can be created. we are using redhat 7.3.
2005 Feb 16
0
Oops in 2.6.8.1 at __journal_drop_transaction
Hi all, One of our mx servers started misbehaving today (postfix would timeout internally, load rising) and after I tried to reboot it, I got this: Assertion failure in __journal_drop_transaction() at fs/jbd/checkpoint.c:613: "transaction->t_forget == NULL" ------------[ cut here ]------------ kernel BUG at fs/jbd/checkpoint.c:613! invalid operand: 0000 [#1] PREEMPT SMP Modules linked in: ipv6 aic79xx serverworks eepro100 sworks_agp agpgart floppy evdev pcspkr ohci_hcd usbcore...
2007 May 14
0
Assertion failure in __journal_drop_transaction()
Hello all, Last night a server of mine went belly up with my remote log server telling me this log entry: kernel: Assertion failure in __journal_drop_transaction() at fs/jbd/checkpoint.c:615: "transaction->t_forget == NULL" During this time, we had high email loads and I have my 2 /var/spool/postfix_1 and /var/spool/postfix_2 partitions mounted with "data=journal" option. ( I have 2 instances of PF installed). A hard reboot was requ...
2005 Jun 07
0
transaction->t_forget == NULL assertion failure with data=journal
...obviously more relevant to data=journal than data=ordered. Meanwhile, I'll endeavor and reproduce this locally. It would be really useful to hunt this down and kill it, because NFS over Ext3 otherwise performs very well in data=journal mode. Suggestions welcome. -Bill Assertion failure in __journal_drop_transaction() at fs/jbd/checkpoint.c:625: "transaction->t_forget == NULL" ----------- [cut here ] --------- [please bite here ] --------- Kernel BUG at checkpoint:625 invalid operand: 0000 [1] SMP CPU 1 Modules linked in: e1000 qla2300 qla2xxx netconsole thermal processor fan button battery ac ee...
2001 Oct 07
2
"DRQ after issuing write" error
...05): kjournald: OK, requests differ Oct 7 20:31:36 fargo kernel: (commit.c, 78): journal_commit_transaction: JBD: starting commit of transaction 82 Oct 7 20:31:36 fargo kernel: (revoke.c, 413): journal_write_revoke_records: Wrote 0 revoke records Oct 7 20:31:36 fargo kernel: (checkpoint.c, 607): __journal_drop_transaction: Dropping transaction 81, all done Oct 7 20:31:36 fargo kernel: (commit.c, 690): journal_commit_transaction: JBD: commit 82 complete, head 8 Oct 7 20:31:36 fargo kernel: (journal.c, 202): kjournald: commit_sequence=82, commit_request=82 Oct 7 20:31:36 fargo kernel: hdd: status timeout: status=0x...
2005 Sep 09
7
[PATCH 0/6] jbd cleanup
The following 6 patches cleanup the jbd code and kill about 200 lines. First of 4 patches can apply to 2.6.13-git8 and 2.6.13-mm2. The rest of them can apply to 2.6.13-mm2. fs/jbd/checkpoint.c | 179 +++++++++++-------------------------------- fs/jbd/commit.c | 101 ++++++++++-------------- fs/jbd/journal.c | 11 +- fs/jbd/revoke.c | 158