SL21W45: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL21W44 | SL21W46 ► <br /> *Stasi system")
 
No edit summary
Line 2: Line 2:


<br />
<br />
* '''Chunkli: Unloading hanging chunk [...] causes deadlock. Need to rework that solution'''<br />


*Stasi system
*Stasi system
**Fully switch to Scopes & Collections
**Remove all Views
**Use water-break, tnt-break
**Do not log UUID of TNTPrimed / ItemSpawn
*Stasi event generation test & performance impact
**Looks good nearly no load on main thread
**Writing in async larger json chunks seems efficient
**'''Need to decide if we store StasiData as json or binary at some point.'''
***'''Using kryo should drastically reduce stasidata. But our meta objects need to be very good first'''
***'''Probably not gonna implement StasiData searching via n1ql anyway and do that in the java code as we need to implement it anyway for the lastest 1-5minutes of events'''
***

Revision as of 13:32, 10 November 2021

◄ SL21W44 | SL21W46 ►


  • Chunkli: Unloading hanging chunk [...] causes deadlock. Need to rework that solution
  • Stasi system
    • Fully switch to Scopes & Collections
    • Remove all Views
    • Use water-break, tnt-break
    • Do not log UUID of TNTPrimed / ItemSpawn
  • Stasi event generation test & performance impact
    • Looks good nearly no load on main thread
    • Writing in async larger json chunks seems efficient
    • Need to decide if we store StasiData as json or binary at some point.
      • Using kryo should drastically reduce stasidata. But our meta objects need to be very good first
      • Probably not gonna implement StasiData searching via n1ql anyway and do that in the java code as we need to implement it anyway for the lastest 1-5minutes of events