Server down?
- electric mayhem
- Posts: 1090
- Joined: Thu May 18, 2017 6:51 pm
Re: Server down?
*pours some wake up juice into the server*
~Claret - Proprietor of Clarity Cellars.
~Wouveir - Hellstorm Crew
~Adolamin Marblerune - Arcane Engineer and Lorekeeper citizen of the Kingdom of Kraak Helzak. [His Story]
~Harrison Remillard - Morninglord of the Song of the Morning Temple.
- Endelyon
- Posts: 3606
- Joined: Sun Jul 06, 2014 4:24 am
Re: Server down?
Looks like the process hung up. It should be back on.
- amber91
- Posts: 49
- Joined: Sun Apr 30, 2017 7:46 pm
Re: Server down?
Hidden: show
Consider the fact that sometimes there is still bouts of severe server-wide network lag during off-hours like very early EST, when there's under 20-30 players on.
Such phases of lag may be induced or triggered by something other than player-scale-related-usage such as the Storage system; because if that was the culprit, one would think there would be less lag with fewer players (assuming less use of storage, etc.); the issue seems not so much related to player scale or player-usage of a system, and more to do with something else...
If history serves, the more likely is something along the lines of what VillageGreenWitch was alluding to, and more likely a script or erratic value gone rogue.
Also consider how the server has performed with the Storage system for many months before without these intermittent but severe lag/crash issues we are seeing now. The pattern seems to suggest some other culprit, perhaps in relation to, but not seemingly solely due to the Storage system.
Of course, I throw speculation around easily, not knowing how the server actually works
Maybe sprinkle some fairy dust over it for the fixin'?
- Endelyon
- Posts: 3606
- Joined: Sun Jul 06, 2014 4:24 am
Re: Server down?
The lag isn't caused by "lots of people accessing the storage." It's caused by certain individual people using the storage. If one of these certain individual people are using the storage, it's going to lag, period, the same amount, whether there's 30 people online or 100.
Incidentally, no areas have been added back in since they were removed, so I'm not entirely sure what VGW means about the last update in general. We aren't getting no-memory crashes anymore.
Incidentally, no areas have been added back in since they were removed, so I'm not entirely sure what VGW means about the last update in general. We aren't getting no-memory crashes anymore.
-
chad878262
- QC Coordinator
- Posts: 9333
- Joined: Thu Sep 18, 2014 6:55 pm
Re: Server down?
has anything been identified about why these certain players accessing storage lags the server while others don't? Anything to do with how many items a character has in storage, or how many items a player has in storage across all characters?
Chord Silverstrings - Bard and OSR Squire / Tarent Nefzen - Arcane Wand Merchant and Master Alchemist / Irrace Arkentlar - Drow Adventurer / Finneaus Du'Veil - Gem Merchant and Executive Officer of SCCE
Tarent's Wands and Elixirs
A Wand Crafter's guide to using wands
Tarent's Wands and Elixirs
A Wand Crafter's guide to using wands
- Endelyon
- Posts: 3606
- Joined: Sun Jul 06, 2014 4:24 am
Re: Server down?
Nope. Using logs I'm able to identify which players it is but not why as of yet.chad878262 wrote:has anything been identified about why these certain players accessing storage lags the server while others don't? Anything to do with how many items a character has in storage, or how many items a player has in storage across all characters?
- amber91
- Posts: 49
- Joined: Sun Apr 30, 2017 7:46 pm
Re: Server down?
Ah, that's good root-cause analysis!Endelyon wrote:The lag isn't caused by "lots of people accessing the storage." It's caused by certain individual people using the storage. If one of these certain individual people are using the storage, it's going to lag, period, the same amount, whether there's 30 people online or 100.
[Let me know if my voodoo-blind blackbox suggestions are unhelpful or not welcome, but I'm hoping the server gets more stable
You may have already considered this or looked into it, but I thought I saw a post a month or so ago about some old player who used to help test the Persistent Storage system, and he had a special test widget; however, he said using that resulted in his storage getting bugged, etc. (OP: viewtopic.php?f=10&t=59295&p=746839&hil ... ge#p746839)
Can't say that's when the issue started...but I wonder:
1) Are you seeing the issue more prevalent with older characters or with new characters?
2) Could older iterations of the Persistent Storage system having any relation to older characters have anything to do with it?
3) Could it have something to do with these old "tester" widgets floating around causing Storage to bug out?
4) This thread too may be related?: viewtopic.php?f=25&t=55958&p=704431&hil ... ge#p704431
5) How could the person(s) causing the lag/issues know they are triggering the issue? any troubleshooting indicators we should look out for? (a PSA, like the one about cleaning up loot bags, may go a long way to mitigate the recurrence; maybe like "don't click Storage icons too fast" or anything like that if that helps any?)
6) Why not straight up tell the "identified individuals", "hey for some reason you are causing everyone to lag and the server to crash and burn, what are you doing?" or "Could you try doing [this fix] instead?", then add "Comply or permastrike/ban" lol. j/k. Up to you :p
Just my two cents worth of blind-voodoo speculation
- Endelyon
- Posts: 3606
- Joined: Sun Jul 06, 2014 4:24 am
Re: Server down?
To answer your questions:
1. I haven't personally noticed a trend either way.
2. There's only one iteration of it.
3. No one I'm aware of should have a KEMO storage widget (these were only ever for internal testing), though if they do and deign to use it, it simply accesses the same storage system that the NPCs do via tag-based scripting instead of a conversation. This won't cause any inherent problems, and the issue is communication between nwn2server and the SQL server as opposed to how the UI elements are being accessed.
4. No. While this is a known bug, it has always happened with these UI elements since their introduction and more likely is simply a minor bug within nwn2server itself and how it handles opening these UI elements on characters. What we're seeing with the persistent storage is a problem with nwnx's communication with the MySQL server (slow reads or outright dropped connections.)
5. If you really want, occasionally type something in the chat like (( test )) while you're using the storage. If there is a long delay before the message shows up while you are depositing that suddenly goes away when you stop depositing, then you're probably causing lag.
6. Simply put because they aren't doing anything wrong. It's a problem with the system internally. We've confirmed now that it's not something they're intentionally causing, and Valefort and I identified this morning that even normal, conventional, every-day use of the system with no abuse or spam-clicking can cause lag spikes with one of Valefort's own characters.
We're working on a couple of leads. We'll get it fixed one way or another (or pull it out once we feel like we've exhausted every possibility).
1. I haven't personally noticed a trend either way.
2. There's only one iteration of it.
3. No one I'm aware of should have a KEMO storage widget (these were only ever for internal testing), though if they do and deign to use it, it simply accesses the same storage system that the NPCs do via tag-based scripting instead of a conversation. This won't cause any inherent problems, and the issue is communication between nwn2server and the SQL server as opposed to how the UI elements are being accessed.
4. No. While this is a known bug, it has always happened with these UI elements since their introduction and more likely is simply a minor bug within nwn2server itself and how it handles opening these UI elements on characters. What we're seeing with the persistent storage is a problem with nwnx's communication with the MySQL server (slow reads or outright dropped connections.)
5. If you really want, occasionally type something in the chat like (( test )) while you're using the storage. If there is a long delay before the message shows up while you are depositing that suddenly goes away when you stop depositing, then you're probably causing lag.
6. Simply put because they aren't doing anything wrong. It's a problem with the system internally. We've confirmed now that it's not something they're intentionally causing, and Valefort and I identified this morning that even normal, conventional, every-day use of the system with no abuse or spam-clicking can cause lag spikes with one of Valefort's own characters.
We're working on a couple of leads. We'll get it fixed one way or another (or pull it out once we feel like we've exhausted every possibility).
-
Face
- Posts: 576
- Joined: Sun Oct 26, 2014 5:58 pm
- Location: The Netherlands
- Wandering_Woodsman
- Posts: 252
- Joined: Mon Dec 29, 2014 7:34 pm
- Location: The Phoenix Company Forge
Re: Server down?
After reading the last few posts, I will admit I was in the process of using the storage when it went kerblooey...
"Now see, that's good information there. For a second, I thought you'd just met a chicken god."
Toman Ironarm
- Blacksmith of the Phoenix Company
You know, only on the Coast would that have needed to be said.
Toman Ironarm
- Blacksmith of the Phoenix Company
You know, only on the Coast would that have needed to be said.
- Aspect of Sorrow
- Custom Content
- Posts: 2638
- Joined: Fri Mar 28, 2014 7:11 pm
- Location: Reliquary
Re: Server down?
Maintenance downtime : 4 minutes from this post.
Duration : 1/2 hour.
Services affected : NWN2, Player Tracker
Edit : Services restored.
Duration : 1/2 hour.
Services affected : NWN2, Player Tracker
Edit : Services restored.
- Endelyon
- Posts: 3606
- Joined: Sun Jul 06, 2014 4:24 am
- Calodan
- Posts: 2032
- Joined: Fri Apr 19, 2013 12:21 pm
- Location: Missoula Montana BIG SKY COUNTRY
Re: Server down?
Guess he thought we missed him!Endelyon wrote:Now it's a DDOS attack.
Kory Sentinel
"We should take the army head on!"
"... it sounds like a terrible idea, but look at that smile."
"And he just sounds so confident ... he is a favored soul."
"Even if we don't survive, he will, and isn't that what matters?" -Red Lancer
"We should take the army head on!"
"... it sounds like a terrible idea, but look at that smile."
"And he just sounds so confident ... he is a favored soul."
"Even if we don't survive, he will, and isn't that what matters?" -Red Lancer
- Endelyon
- Posts: 3606
- Joined: Sun Jul 06, 2014 4:24 am
Re: Server down?
We'll re-enable the protection when Aspect of Sorrow wakes up. Everyone will have to use the link for a while to whitelist themselves until he gets bored again.
-
chad878262
- QC Coordinator
- Posts: 9333
- Joined: Thu Sep 18, 2014 6:55 pm
Re: Server down?
just went to log in and crashy-crashy... 17.23 GMT, 30 June.
Chord Silverstrings - Bard and OSR Squire / Tarent Nefzen - Arcane Wand Merchant and Master Alchemist / Irrace Arkentlar - Drow Adventurer / Finneaus Du'Veil - Gem Merchant and Executive Officer of SCCE
Tarent's Wands and Elixirs
A Wand Crafter's guide to using wands
Tarent's Wands and Elixirs
A Wand Crafter's guide to using wands