Difference between revisions of "Server Beta User Group"

From Second Life Wiki
Jump to navigation Jump to search
 
(917 intermediate revisions by 25 users not shown)
Line 1: Line 1:
This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Oskar Linden. Please contact him on AGNI for more information. You can join the '''Second Life Beta''' group for updates.
This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Mazidox Linden. Please contact him on AGNI for more information. You can join the '''Second Life Beta''' group for updates.


'''The next meeting is Thursday, June 30th 2011, 3PM PDT at {{SLurl|region=Morris|x=210|y=250|z=35|title=Morris}} on the preview grid, [[Preview_Grid | ADITI]].'''


* Join the email list - sign up here: https://lists.secondlife.com/cgi-bin/mailman/listinfo/server-beta


== Agenda ==
* What happened with the homestead performance bug?
** https://jira.secondlife.com/browse/SVC-7064


=== Updates ===
We usually meet every Thursday at 3PM Pacific Time @ secondlife://Aditi/secondlife/Morris/204/201/34 '''however meetings are SUSPENDED UNTIL FURTHER NOTICE'''
* '''Second Life Server''' (main channel)
** This received Kelly's "mono2-performance" branch.
** Script performance and robustness
**: This release includes many features that improve the performance and robustness of scripts compiled to Mono. This includes a lot of back end infrastructure work with unit tests and script life cycle to make it easier and safer to work with the script system in the future.
** New Script Profiling LSL Functions
*** [[llScriptProfiler]] can enable or disable memory profiling with [[PROFILE_SCRIPT_MEMORY]] and [[PROFILE_SCRIPT_NONE]]. While profiling the scripts performance will be severely impacted.
*** [[llGetSPMaxMemory]] will report the highest level of used memory during the most recent, or current, profiling run.
*** [[llGetUsedMemory]] will report the current used memory of the script and does not require profiling to be enabled.
** Bug Fixes
*** {{Jira|SVC-3895}} Rezzing Mono scripted object cripples sim FPS
*** Improved 'Top Scripts' report
***: Each object now reports an average script time per frame since the object was created or the last 30 minutes, whichever is shorter. This fixes a lot of odd behavior and misinformation in the previous results as well as makes it easier to determine recent lag sources instead of only immediate lag sources.
***: It is still not expected for this result to exactly match the 'Script ms' reported in the simulator stats summary as these measure different things on different time scales.
*** (Fixed a) Sim crash in mono memory monitor.
*** Includes the fix that caused the zero day rollback.
*** Improved simulator performance when removing objects with scripts from a region.
*** Fixed a bug that could cause scripts to crash with NullReferenceException errors.
**** https://jira.secondlife.com/browse/SVC-6926
*** Fix for "Periods of very low (or nonexistent) script performance"
**** https://jira.secondlife.com/browse/SCR-88
*** Fix for SCR-55 "script reset"
**** https://jira.secondlife.com/browse/SCR-55
*** Fix for SCR-76 "llRegionSayTo() silently fails in LSL2 scripts"
**** https://jira.secondlife.com/browse/SCR-76
*** Fix for SCR-66 "llRegionSayTo() Fails to send messages to attachments on sitting avatars"
**** https://jira.secondlife.com/browse/SCR-66
*** Fix for SCR-61 "llOwnersay Truncates multibyte characters at the end of it's range"
**** https://jira.secondlife.com/browse/SCR-61
*** Fix for SVC-6573 "Execution of script is not blocked on parcel for single user if scripts are not blocked for groups on parcel"
**** https://jira.secondlife.com/browse/SVC-6573
*** Fix for regions that would fail to start.
*** Fixed an issue that would create long pauses when avatars logged out or TP'd to other regions.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.06.17.233176


* '''BlueSteel RC Channel'''
If you have issues to report, please use Jira.
** "maint-server" project in this slot.
** Same as last week with a merge from server trunk.
** Features
*** Added new parameter to <code>llHTTPRequest</code> - <code>HTTP_VERBOSE_THROTTLE</code>. Value is '''4''', type is '''integer'''. If specified in the parameters list as a non-zero value (true), the script will emit errors when the throttle for outgoing requests is hit. If zero (false), the script will remain silent on errors. The default value is true.
 
The list has the signature <code>[vector <var>axis</var>, float <var>spinrate</var>, float <var>gain</var>]</code> like the parameters for <code>llTargetOmega</code>
 
**Bug Fixes
*** Fixed issue with "Buy" option remaining set on purchased child prims of no-mod objects (Originally {{jira|VWR-9796}})
*** Addressed issue with teleport and other service failures affecting simulator hosts.
*** Server-side support for {{jira|STORM-1261}} - send message IDs on login failure to allow localization
*** {{jira|SVC-6905}} : Fixed issue with objects resisting return, delete, take and autoreturn
*** {{jira|WEB-3096}}: Fix unsubscribe link in IM-to-Email messages"
*** {{jira|SVC-6953}}: Fixed issue where region restart notification appears to be from the avatar being notified.
*** {{jira|SVC-5780}}: More specific error message when deeding land to group fails because transfers are blocked on the region
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.06.28.234196
 
* '''LeTigre RC Channel'''
** This is a shared channel with Magnum and contains the "mesh-prep 2" project.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.06.28.234198
 
* '''Magnum RC Channel'''
** This is a shared channel with LeTigre and contains the "mesh-prep 2" project.
* We have taken the latest development changes from the mesh development branch and merged them in with this code. This gets us closer to releasing mesh.
** Included are infrastructure and framework changes to support the release of mesh.
** This release does not include any mesh functionality.
* Havok physics engine updated.
** 10 cm gap between colliding objects has been removed for some objects
*** For convex prims (with or without physics) and for concave prims (without physics), the 10cm gap has been removed wherever possible.
*** For small prims ( <~0.2m on a side ) it can't be completely removed so those objects may still exhibit a gap, but it will typically be smaller than it was before the change.
** Complete overhaul of physics shape construction and management
* Parcel prim accounting code has been overhauled.
* [[llCastRay]]() function included but disabled.
** Scripts will compile but will not generate results.
** Bug Fixes
*** Fix to allow services to start properly after deployment of new code.
*** Fixed some performance issues
*** Fixed some crash modes
*** Tweaked physics collisions to accommodate existing user content
*** Fix for SCR-90 "[[llGetBoundingBox]]() returns wrong values on Magnum RC"
**** https://jira.secondlife.com/browse/SCR-90
*** Fix for SVC-7009 "To High Net Time the Physic Times Sometimes over 40ms. The Sim running Not Stabel"
**** https://jira.secondlife.com/browse/SVC-7009
*** Fix for SVC-7007 "Snapshot to email gives error on Magnum RC regions"
**** https://jira.secondlife.com/browse/SVC-7007
*** Fix for SVC-7015 "Vehicle Physics Issues with Magnum 11.05.31.231501"
**** https://jira.secondlife.com/browse/SVC-7015
*** Fix for SVC-7004 "undercounting of parcel prims via viewer "About Land" and LSL [[llGetParcelPrimCount]]() & [[llGetParcelPrimOwners]]()"
**** https://jira.secondlife.com/browse/SVC-7004
*** Fix for SVC-7025 "Recent change - physical vehicles rebound from non physical prim surfaces"
**** https://jira.secondlife.com/browse/SVC-7025
*** Fix for SCR-99 "vehicle script slaiding again as did on previous update"
**** https://jira.secondlife.com/browse/SCR-99
*** Fixed a crashing bug.
*** Fixed a new crashing bug.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.06.28.234198
 
=== Upcoming Stuff ===
* DRTSIM-65
** Simon's work with Parcel sounds
 
=== Interesting Stuff ===
* Windlight Estate Settings project viewer
** http://tinyurl.com/Windlight-Region
 
 
=== Any Other Items ===
# {{JiraIssue|SVC-6779|Cycle regions that are in the beta/release-candidate channels}} -- [[User:Haravikk Mistral|Haravikk Mistral]]
#* Haravikk Mistral unable to attend meeting time, please post relevant conclusions to JIRA issue!
 
*When will Kelly begin work on sim freeze on de-rez?
 
== Open Items ==
* {{jira|SVC-4632}} - People getting past Estate and Land bans | Critical & 325 (402 as of 8/11/10)  votes!
** Dante has commented on this issue and reopened it.
* {{jira|SVC-5925}} - Erratic behavior on script rezzed prims set physical
* {{jira|SVC-3044}} - [[DEBUG_CHANNEL|Debug channel]] and script error reporting needs a major rethink
** related to {{jira|vwr-199}} and {{jira|vwr-7062}}
** [15:17]  Roberto Salubrius: can we get that standarized pleaaaaaaaaaaaseeeeeeeeee so we can listen to the debug channel whenever there's a problem PLEAAAAAAAAAASEEEEEEE
** [15:17]  Roberto Salubrius: preeeeeeeetty pleaaseeeeee
* {{jira|svc-4196}} - "Avatar entering sim or rezzing object causes sim to freeze for up to 30 seconds - everything stops for everybody there"
* wassup with {{jira|SVC-3895}}
* status on {{jira|SVC-3618}} - estate managers unable to freeze / eject
* status on {{jira|SVC-1253}} - users sitting on prims, which are set to phantom are not affected by damage. | 108 votes!
* status on {{jira|SVC-5404}} - Vehicles can no longer enter a region if no-object-entry flag is set
* What is going on with {{jira|SVC-421}} - Cannot delete contents from no-modify objects
* status on {{jira|SVC-5880}} - Vehicles "Jumping" when crossing prims
* {{jira|SVC-5922}} -Physics unset on vehicles when seated avatars goes beyond the physical 'prim' limit where agents are counted towards prims
* SVC-6104 script sim crossing bug
* SVC-6123 cant catch sphere type exact shape with lsl functions


= Minutes from Previous Meetings =
= Minutes from Previous Meetings =
*2011
*2018
** June
** November
*** [[Beta_Server_Office_Hours/Minutes/2011-06-30 | 2011-06-30]]
***[[Beta_server_office_hours/Minutes/2018-11-01| 2018-11-01]]
*** [[Beta_Server_Office_Hours/Minutes/2011-06-23 | 2011-06-23]]
** October
*** [[Beta_Server_Office_Hours/Minutes/2011-06-16 | 2011-06-16]]
***[[Beta_server_office_hours/Minutes/2018-10-11| 2018-10-11]]
*** [[Beta_Server_Office_Hours/Minutes/2011-06-09 | 2011-06-09]]
** August
*** [[Beta_Server_Office_Hours/Minutes/2011-06-02 | 2011-06-02]]
***[[Beta_server_office_hours/Minutes/2018-08-30| 2018-08-30]]
** May
*** [[Beta_Server_Office_Hours/Minutes/2011-05-26 | 2011-05-26]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-19 | 2011-05-19]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-12 | 2011-05-12]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-05 | 2011-05-05]]
** April
** April
*** [[Beta_Server_Office_Hours/Minutes/2011-04-28 | 2011-04-28]]
*** [[Beta_server_office_hours/Minutes/2018-04-05 | 2018-04-05]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-21 | 2011-04-21]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-14 | 2011-04-14]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-07 | 2011-04-07]]
** March
** March
*** [[Beta_Server_Office_Hours/Minutes/2011-03-31 | 2011-03-31]]
*** [[Beta_server_office_hours/Minutes/2018-03-29 | 2018-03-29]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-24 | 2011-03-24]]
*** [[Beta_server_office_hours/Minutes/2018-03-22 | 2018-03-22]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-17 | 2011-03-17]]
*** [[Beta_server_office_hours/Minutes/2018-03-15 | 2018-03-15]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-10 | 2011-03-10]]
*** [[Beta_server_office_hours/Minutes/2018-03-01 | 2018-03-01]]  
*** [[Beta_Server_Office_Hours/Minutes/2011-03-03 | 2011-03-03]]
** February
** February
*** [[Beta_Server_Office_Hours/Minutes/2011-02-24 | 2011-02-24]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-17 | 2011-02-17]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-10 | 2011-02-10]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-03 | 2011-02-03]]
** January
** January
*** [[Beta_Server_Office_Hours/Minutes/2011-01-27 | 2011-01-27]]
*** [[Beta_server_office_hours/Minutes/2018-01-25 | 2018-01-25]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-20 | 2011-01-20]]
*** [[Beta_server_office_hours/Minutes/2018-01-18 | 2018-01-18]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-13 | 2011-01-13]]
*** [[Beta_server_office_hours/Minutes/2018-01-11 | 2018-01-11]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-06 | 2011-01-06]]
 
* 2010
*2017
** December
*** 2010-12-30 *NO MEETING*
*** 2010-12-23 *NO MEETING*
*** [[Beta_Server_Office_Hours/Minutes/2010-12-16 | 2010-12-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-12-09 | 2010-12-09]]
*** [[Beta_Server_Office_Hours/Minutes/2010-12-02 | 2010-12-02]]
** November
*** [[Beta_Server_Office_Hours/Minutes/2010-12-02 | 2010-12-02]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-18 | 2010-11-18]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-11 | 2010-11-11]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-04 | 2010-11-04]]
** October
*** [[Beta_Server_Office_Hours/Minutes/2010-10-28 | 2010-10-28]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-21 | 2010-10-21]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-14 | 2010-10-14]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-07 | 2010-10-07]]
** September
*** [[Beta_Server_Office_Hours/Minutes/2010-09-30 | 2010-09-30]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-23 | 2010-09-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-16 | 2010-09-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-09 | 2010-09-09]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-02 | 2010-09-02]]
** August
*** [[Beta_Server_Office_Hours/Minutes/2010-08-26 | 2010-08-26]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-19 | 2010-08-19]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-12 | 2010-08-12]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-05 | 2010-08-05]]
** July
*** [[Beta_Server_Office_Hours/Minutes/2010-07-29 | 2010-07-29]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-22 | 2010-07-22]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-15 | 2010-07-15]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-08 | 2010-07-08]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-01 | 2010-07-01]]
** June
** June
*** [[Beta_Server_Office_Hours/Minutes/2010-06-24 | 2010-06-24]]
*** [[Beta_server_office_hours/Minutes/2017-06-15 | 2017-06-15]]
*** [[Beta_Server_Office_Hours/Minutes/2010-06-10 | 2010-06-10]]
*** [[Beta_server_office_hours/Minutes/2017-06-08 | 2017-06-08]]
*** [[Beta_Server_Office_Hours/Minutes/2010-06-03 | 2010-06-03]]
*** [[Beta_server_office_hours/Minutes/2017-06-01 | 2017-06-01]]
** May
** May
*** [[Beta_Server_Office_Hours/Minutes/2010-05-27 | 2010-05-27]]
*** [[Beta_server_office_hours/Minutes/2017-05-25 | 2017-05-25]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-20 | 2010-05-20]]
*** [[Beta_server_office_hours/Minutes/2017-05-18 | 2017-05-18]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-13 | 2010-05-13]]
*** [[Beta_server_office_hours/Minutes/2017-05-11 | 2017-05-11]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-06 | 2010-05-06]]
*** [[Beta_server_office_Hours/Minutes/2017-05-04 | 2017-05-04]]
** April
** April
*** [[Beta_Server_Office_Hours/Minutes/2010-04-29 | 2010-04-29]]
*** [[Beta_server_office_Hours/Minutes/2017-04-27 | 2017-04-27]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-22 | 2010-04-22]]
*** [[Beta_server_office_Hours/Minutes/2017-04-20 | 2017-04-20]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-15 | 2010-04-15]]
*** [[Beta_server_office_Hours/Minutes/2017-04-13 | 2017-04-13]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-08 | 2010-04-08]]
*** [[Beta_server_office_Hours/Minutes/2017-04-06 | 2017-04-06]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-01 | 2010-04-01]]
** March
** March
*** [[Beta_Server_Office_Hours/Minutes/2010-03-25 | 2010-03-25]]
*** [[Beta_server_office_Hours/Minutes/2017-03-30 | 2017-03-30]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-18 | 2010-03-18]]
*** [[Beta_server_office_Hours/Minutes/2017-03-23 | 2017-03-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-11 | 2010-03-11]]
*** [[Beta_server_office_Hours/Minutes/2017-03-16 | 2017-03-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-04 | 2010-03-04]]
*** [[Beta_server_office_Hours/Minutes/2017-03-09 | 2017-03-09]]
*** [[Beta_server_office_Hours/Minutes/2017-03-02 | 2017-03-02]]
** February
** February
*** [[Beta_Server_Office_Hours/Minutes/2010-02-25 | 2010-02-25]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-23 | 2017-02-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-02-18 | 2010-02-18]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-16 | 2017-02-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-02-11 | 2010-02-11]]
*** 2017-02-09 - No Meeting
*** [[Beta_Server_Office_Hours/Minutes/2010-02-04 | 2010-02-04]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-02 | 2017-02-02]]
** January
** January
*** [[Beta_Server_Office_Hours/Minutes/2010-01-21 | 2010-01-21]]
*** 2017-01-26 - No Meeting
*** [[Beta_Server_Office_Hours/Minutes/2010-01-14 | 2010-01-14]]
*** [[Beta_Server_Office_Hours/Minutes/2017-01-19 | 2017-01-19]]
*** [[Beta_Server_Office_Hours/Minutes/2010-01-07 | 2010-01-07]]
*** [[Beta_Server_Office_Hours/Minutes/2017-01-12 | 2017-01-12]]
* 2009
 
** December
*** [[Beta_Server_Office_Hours/Minutes/2009-12-17 | 2009-12-17]]
*** [[Beta_Server_Office_Hours/Minutes/2009-12-10 | 2009-12-10]]
*** [[Beta_Server_Office_Hours/Minutes/2009-12-04 | 2009-12-04]]
** November
*** [[Beta_Server_Office_Hours/Minutes/2009-11-26 | 2009-11-26]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-19 | 2009-11-19]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-12 | 2009-11-12]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-05 | 2009-11-05]]
** October
*** [[Beta_Server_Office_Hours/Minutes/2009-10-29 | 2009-10-29]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-22 | 2009-10-22]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-15 | 2009-10-15]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-08 | 2009-10-08]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-01 | 2009-10-01]]


[[Category:Bug Tracker]]
[[Category:Bug Tracker]]

Latest revision as of 15:09, 1 April 2021

This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Mazidox Linden. Please contact him on AGNI for more information. You can join the Second Life Beta group for updates.



We usually meet every Thursday at 3PM Pacific Time @ secondlife://Aditi/secondlife/Morris/204/201/34 however meetings are SUSPENDED UNTIL FURTHER NOTICE

If you have issues to report, please use Jira.

Minutes from Previous Meetings