Re: [Koha-devel] Session corruption in koha-testing-docker master

2024-02-13 Thread Andreas Jonsson via Koha-devel
As I wrote on bug 36034, with binary logging enabled, this can quickly 
fill up the disk space.  I think that an extra release with the fix is 
justified.


/Andreas

Den 2024-02-13 kl. 15:39, skrev Jonathan Druart via Koha-devel:

Seen it for the first time right now.
It is inside "cas_ticket" and it contains the columns for Koha::Patrons
Seems related to bug 34893

Le mar. 13 févr. 2024 à 01:36, David Cook via Koha-devel 
 a écrit :


Hi all,

The last two days I’ve noticed that my session is getting
corrupted while I’m working on master in koha-testing-docker. I’m
not touching the session myself, but seemingly randomly the
session gets all kinds of DIBC data stuffed into it, and Koha
seems to be parse it and Koha throws a fatal error, which can only
be resolved by deleting the problematic session from the table.

Just curious if anyone else is seeing this. I really don’t think
it’s related to anything I’m working on, but I also can’t reliably
reproduce it.

David Cook

Senior Software Engineer

Prosentient Systems

Suite 7.03

6a Glen St

Milsons Point NSW 2061

Australia

Office: 02 9212 0899

Online: 02 8005 0595

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website :https://www.koha-community.org/
git :https://git.koha-community.org/
bugs :https://bugs.koha-community.org/


___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


Re: [Koha-devel] Session corruption in koha-testing-docker master

2024-02-13 Thread Jonathan Druart via Koha-devel
Seen it for the first time right now.
It is inside "cas_ticket" and it contains the columns for Koha::Patrons
Seems related to bug 34893

Le mar. 13 févr. 2024 à 01:36, David Cook via Koha-devel <
koha-devel@lists.koha-community.org> a écrit :

> Hi all,
>
>
>
> The last two days I’ve noticed that my session is getting corrupted while
> I’m working on master in koha-testing-docker. I’m not touching the session
> myself, but seemingly randomly the session gets all kinds of DIBC data
> stuffed into it, and Koha seems to be parse it and Koha throws a fatal
> error, which can only be resolved by deleting the problematic session from
> the table.
>
>
>
> Just curious if anyone else is seeing this. I really don’t think it’s
> related to anything I’m working on, but I also can’t reliably reproduce it.
>
>
>
> David Cook
>
> Senior Software Engineer
>
> Prosentient Systems
>
> Suite 7.03
>
> 6a Glen St
>
> Milsons Point NSW 2061
>
> Australia
>
>
>
> Office: 02 9212 0899
>
> Online: 02 8005 0595
>
>
> ___
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/
>
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


Re: [Koha-devel] Session corruption in koha-testing-docker master

2024-02-13 Thread Tomas Cohen Arazi via Koha-devel
That's interesting! I've seen such situation on stuck STOMP messages, so I
guess we are breaking userenv somewhere!

El lun, 12 feb 2024 a las 21:36, David Cook via Koha-devel (<
koha-devel@lists.koha-community.org>) escribió:

> Hi all,
>
>
>
> The last two days I’ve noticed that my session is getting corrupted while
> I’m working on master in koha-testing-docker. I’m not touching the session
> myself, but seemingly randomly the session gets all kinds of DIBC data
> stuffed into it, and Koha seems to be parse it and Koha throws a fatal
> error, which can only be resolved by deleting the problematic session from
> the table.
>
>
>
> Just curious if anyone else is seeing this. I really don’t think it’s
> related to anything I’m working on, but I also can’t reliably reproduce it.
>
>
>
> David Cook
>
> Senior Software Engineer
>
> Prosentient Systems
>
> Suite 7.03
>
> 6a Glen St
>
> Milsons Point NSW 2061
>
> Australia
>
>
>
> Office: 02 9212 0899
>
> Online: 02 8005 0595
>
>
> ___
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/
>


-- 
Tomás Cohen Arazi
Theke Solutions (https://theke.io)
✆ +54 9351 3513384
GPG: B2F3C15F
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


Re: [Koha-devel] Session corruption in koha-testing-docker master

2024-02-13 Thread Owen Leonard via Koha-devel
> Koha throws a fatal error, which can only be resolved by deleting the 
> problematic session from the table.

Did the error look like this? https://paste.koha-community.org/37943

If so then yes I've seen it! But I don't know what happened to trigger
it. I was able to resolve it by deleting cookies and local storage for
the domain.

 -- Owen

-- 
Web Developer
Athens County Public Libraries
(740) 737-6006
https://www.myacpl.org
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


[Koha-devel] Session corruption in koha-testing-docker master

2024-02-12 Thread David Cook via Koha-devel
Hi all,

 

The last two days I've noticed that my session is getting corrupted while
I'm working on master in koha-testing-docker. I'm not touching the session
myself, but seemingly randomly the session gets all kinds of DIBC data
stuffed into it, and Koha seems to be parse it and Koha throws a fatal
error, which can only be resolved by deleting the problematic session from
the table.

 

Just curious if anyone else is seeing this. I really don't think it's
related to anything I'm working on, but I also can't reliably reproduce it. 

 

David Cook

Senior Software Engineer

Prosentient Systems

Suite 7.03

6a Glen St

Milsons Point NSW 2061

Australia

 

Office: 02 9212 0899

Online: 02 8005 0595

 

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/