mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
[강운덕] [LUCYSUS-1744] traceIndex의 qualifier에 들어가는 transactioId를 가변인코딩을 사용하여 데이터를 처리하도록 개선. 데이터 사이즈가 줄어듬.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2776 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -44,7 +44,7 @@ public class TransactionIdMapper implements RowMapper<List<TransactionId>> {
|
||||
}
|
||||
return traceIdList;
|
||||
}
|
||||
|
||||
// 중복시킴. TraceIndexScatterMapper랑 동일하므로 같이 변경하거나 리팩토링 할것.
|
||||
public static TransactionId parseVarTransactionId(byte[] bytes, int offset) {
|
||||
if (bytes == null) {
|
||||
throw new NullPointerException("bytes must not be null");
|
||||
|
||||
Reference in New Issue
Block a user