Project

General

Profile

Bug #9263

Updated by François ARMAND over 7 years ago

On real data, when executing the batch for new reports, we get:  

 <pre> 

 [2016-10-07 11:55:19] ERROR report - Could not get node execution reports in the RudderSysEvents table, cause is: could not 
                       get Reports <- Could not fetch the last completed runs from database. <- SQL `NULL` read at column 1 (JDBC type BigInt) but 
                       mapping is to a non-Option type; use Option here. 

 </pre> 

 The culprit seem to be: ReportsJdbcRepository#getRuns 


 A similar issue arise when looking on event logs in getEventLogByCriteria(criteria : Option[String], optLimit:Option[Int] = None, orderBy:Option[String]) 


 logs.  

Back