File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.14.0 </version >
24
+ <version >0.14.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-all</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.14.0 </version >
24
+ <version >0.14.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-bulk-protocol</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.14.0 </version >
24
+ <version >0.14.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-common</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.14.0 </version >
24
+ <version >0.14.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-example</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.14.0 </version >
24
+ <version >0.14.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-grpc</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.14.0 </version >
24
+ <version >0.14.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-protocol</artifactId >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public final class Util {
45
45
46
46
static {
47
47
RW_LOGGING = new AtomicBoolean (SystemPropertyUtil .getBool (Keys .RW_LOGGING , false ));
48
- REPORT_PERIOD_MIN = SystemPropertyUtil .getInt (Keys .REPORT_PERIOD , 30 );
48
+ REPORT_PERIOD_MIN = SystemPropertyUtil .getInt (Keys .REPORT_PERIOD , 10 );
49
49
DISPLAY = ThreadPoolUtil .newScheduledBuilder ()
50
50
.poolName ("display_self" )
51
51
.coreThreads (1 )
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- client.version =0.14.0
15
+ client.version =0.14.2
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ public class UtilTest {
27
27
@ Test
28
28
public void testClientVersion () {
29
29
String ver = Util .clientVersion ();
30
- Assert .assertEquals ("0.14.0 " , ver );
30
+ Assert .assertEquals ("0.14.2 " , ver );
31
31
}
32
32
}
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.14.0 </version >
24
+ <version >0.14.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-rpc</artifactId >
Original file line number Diff line number Diff line change 21
21
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.14.0 </version >
24
+ <version >0.14.2 </version >
25
25
<packaging >pom</packaging >
26
26
27
27
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments