Skip to content

fix: reducing log level for noisy log and adding details for developer log#926

Merged
SamuelBellomo merged 5 commits intodevelopfrom
fix/perf-fixes-after-spawning-1k-net-obj
Jun 30, 2021
Merged

fix: reducing log level for noisy log and adding details for developer log#926
SamuelBellomo merged 5 commits intodevelopfrom
fix/perf-fixes-after-spawning-1k-net-obj

Conversation

@SamuelBellomo
Copy link
Copy Markdown
Contributor

Putting log level for delta warning to developer. This was generating a lot of useless noise during perf tests and creating a lot of GC alloc when spawning multiple network objects. There's also another error log when the message is actually dropped.

Adding more details when receiving data, better message log

… a lot of useless noise during perf tests and creating a lot of GC alloc when spawning multiple network objects. There's also another error log when the message is actually dropped.

Adding more details when receiving data, better message log
@SamuelBellomo SamuelBellomo requested review from 0xFA11, Cosmin-B and ShadauxCat and removed request for 0xFA11 June 27, 2021 23:29
@SamuelBellomo SamuelBellomo marked this pull request as ready for review June 27, 2021 23:30
Copy link
Copy Markdown
Contributor

@0xFA11 0xFA11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@SamuelBellomo SamuelBellomo enabled auto-merge (squash) June 30, 2021 17:26
@SamuelBellomo SamuelBellomo merged commit 7ed627c into develop Jun 30, 2021
@SamuelBellomo SamuelBellomo deleted the fix/perf-fixes-after-spawning-1k-net-obj branch June 30, 2021 17:40
SamuelBellomo added a commit that referenced this pull request Jul 6, 2021
…ity-Technologies/com.unity.multiplayer.mlapi into test/multiprocess-tests/orchestration

* 'test/multiprocess-tests/orchestration' of github.com:Unity-Technologies/com.unity.multiplayer.mlapi:
  feat: log warning if detected child NetworkObjects under a NetworkPrefab (#938)
  fix: reducing log level for noisy log and adding details for developer log (#926)
  feat: users can set authority on network transform programmatically (#868)
  refactor: move NetworkBehaviour update to a separate non-static class (#917)
  test: add utils for multi instance tests (#914)
  test: downgrading testproject to 2020.3.12f1 (#927)
  refactor: decouple PendingSoftSyncObjects from NetworkSpawnManager (#913)
  chore: Change function signature of OnDespawnObject to accept NetworkObject (#928)
  fix: Empty prefab removal (#919)
SamuelBellomo added a commit that referenced this pull request Jul 6, 2021
…rocess-tests/base-multiprocess-tests

* test/multiprocess-tests/orchestration:
  feat: log warning if detected child NetworkObjects under a NetworkPrefab (#938)
  fix: reducing log level for noisy log and adding details for developer log (#926)
  feat: users can set authority on network transform programmatically (#868)
  refactor: move NetworkBehaviour update to a separate non-static class (#917)
  test: add utils for multi instance tests (#914)
  test: downgrading testproject to 2020.3.12f1 (#927)
  refactor: decouple PendingSoftSyncObjects from NetworkSpawnManager (#913)
  chore: Change function signature of OnDespawnObject to accept NetworkObject (#928)
  fix: Empty prefab removal (#919)
SamuelBellomo added a commit that referenced this pull request Jul 6, 2021
…est/multiprocess-tests/execute-step-in-context

* test/multiprocess-tests/base-multiprocess-tests:
  feat: log warning if detected child NetworkObjects under a NetworkPrefab (#938)
  fix: reducing log level for noisy log and adding details for developer log (#926)
  feat: users can set authority on network transform programmatically (#868)
  refactor: move NetworkBehaviour update to a separate non-static class (#917)
  test: add utils for multi instance tests (#914)
  test: downgrading testproject to 2020.3.12f1 (#927)
  refactor: decouple PendingSoftSyncObjects from NetworkSpawnManager (#913)
  chore: Change function signature of OnDespawnObject to accept NetworkObject (#928)
  fix: Empty prefab removal (#919)
SamuelBellomo added a commit that referenced this pull request Jul 6, 2021
…est/multiprocess-tests/adding-perf-tests-for-spawn

* test/multiprocess-tests/execute-step-in-context:
  feat: log warning if detected child NetworkObjects under a NetworkPrefab (#938)
  fix: reducing log level for noisy log and adding details for developer log (#926)
  feat: users can set authority on network transform programmatically (#868)
  refactor: move NetworkBehaviour update to a separate non-static class (#917)
  test: add utils for multi instance tests (#914)
  test: downgrading testproject to 2020.3.12f1 (#927)
  refactor: decouple PendingSoftSyncObjects from NetworkSpawnManager (#913)
  chore: Change function signature of OnDespawnObject to accept NetworkObject (#928)
  fix: Empty prefab removal (#919)

# Conflicts:
#	testproject/Packages/manifest.json
SamuelBellomo added a commit that referenced this pull request Jul 6, 2021
…to test/multiprocess-tests/adding-doc-on-how-to-use

* test/multiprocess-tests/adding-perf-tests-for-spawn: (22 commits)
  removing comment and adding something a bit more dynamic
  correct spacing
  fix for unused method better comments adding tests to make sure things don't break
  better exception
  using proper list
  using latest test framework
  rename
  apply rename
  should be kept public for following PR
  naming
  Applying suggestions
  Apply suggestions from code review
  consistent naming
  feat: log warning if detected child NetworkObjects under a NetworkPrefab (#938)
  fix: reducing log level for noisy log and adding details for developer log (#926)
  feat: users can set authority on network transform programmatically (#868)
  refactor: move NetworkBehaviour update to a separate non-static class (#917)
  test: add utils for multi instance tests (#914)
  test: downgrading testproject to 2020.3.12f1 (#927)
  refactor: decouple PendingSoftSyncObjects from NetworkSpawnManager (#913)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants